diff options
author | Lei Zhang <thestig@chromium.org> | 2017-03-15 16:34:16 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-16 18:34:49 +0000 |
commit | fba16517cf0f4f46fca56c90fdc04653e0890d50 (patch) | |
tree | d7bbc5418efe0801165902ced74ee1d109bf059e | |
parent | db0cc520a3ea43e9a81f5e936616e27b0927ef2b (diff) | |
download | pdfium-fba16517cf0f4f46fca56c90fdc04653e0890d50.tar.xz |
Roll DEPS for build to cc228aba.
Change-Id: I190d27e79d62b9cae21b08ddfc1e422bbb37ab30
Reviewed-on: https://pdfium-review.googlesource.com/2969
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | testing/test.gni | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -5,7 +5,7 @@ vars = { 'pdfium_git': 'https://pdfium.googlesource.com', 'android_ndk_revision': '26d93ec07f3ce2ec2cdfeae1b21ee6f12ff868d8', - 'build_revision': 'dd795a26b9e43ff3a0d761bfd509c2fa67a3a7a1', + 'build_revision': 'cc228aba0c2511ca3558b1675ab588808738f00d', 'buildtools_revision': 'cf493f8b1ae59611b19b000d7af922559b6ae92a', 'catapult_revision': '86352b966b0245d6883e5f7df27687856978b6d7', 'clang_revision': '49cece5b02431a848652c7f60dd7b06d94e8d625', diff --git a/testing/test.gni b/testing/test.gni index b6677d45fc..01b51cc955 100644 --- a/testing/test.gni +++ b/testing/test.gni @@ -54,9 +54,12 @@ template("test") { # the default shared_library configs rather than executable configs. configs -= [ "//build/config:shared_library_config", - "//build/config/android:hide_native_jni_exports", + "//build/config/android:hide_all_but_jni_onload", + ] + configs += [ + "//build/config:executable_config", + "//build/config/android:hide_all_but_jni", ] - configs += [ "//build/config:executable_config" ] # Don't output to the root or else conflict with the group() below. output_name = rebase_path(_exec_output, root_out_dir) |