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 /testing | |
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>
Diffstat (limited to 'testing')
-rw-r--r-- | testing/test.gni | 7 |
1 files changed, 5 insertions, 2 deletions
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) |