diff options
author | jbudorick <jbudorick@chromium.org> | 2016-06-10 06:28:40 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-06-10 06:28:40 -0700 |
commit | 7f3a15f714c8311b1adb7bdce1ac83c7113af598 (patch) | |
tree | 674f11667de8e12b7bdfaf445b2cc99810a306fd /core/fxge/android/fpf_skiamodule.h | |
parent | 855665d4889853f8ac71519de8ff004dba8eb056 (diff) | |
download | pdfium-7f3a15f714c8311b1adb7bdce1ac83c7113af598.tar.xz |
[Android] Add support for standalone PDFium gn build on Android.
This pulls in the android NDK and catapult, rolls chromium/src/build/,
and pulls in two .gni updates. It also fixes a few miscellaneous compile
failures in android-specific code.
BUG=pdfium:38
Review-Url: https://codereview.chromium.org/2059553002
Diffstat (limited to 'core/fxge/android/fpf_skiamodule.h')
-rw-r--r-- | core/fxge/android/fpf_skiamodule.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/android/fpf_skiamodule.h b/core/fxge/android/fpf_skiamodule.h index 8ad7549cf1..c3d5772fb3 100644 --- a/core/fxge/android/fpf_skiamodule.h +++ b/core/fxge/android/fpf_skiamodule.h @@ -7,7 +7,7 @@ #ifndef CORE_FXGE_ANDROID_FPF_SKIAMODULE_H_ #define CORE_FXGE_ANDROID_FPF_SKIAMODULE_H_ -#include "core/fxcrt/include/fx_system.h'" +#include "core/fxcrt/include/fx_system.h" #if _FX_OS_ == _FX_ANDROID_ |