diff options
author | James Robinson <jamesr@chromium.org> | 2014-09-16 22:20:58 -0700 |
---|---|---|
committer | James Robinson <jamesr@chromium.org> | 2014-09-17 05:21:35 +0000 |
commit | 2ed4d695d6cf2917fc0e52f767d629fbefa7a1f9 (patch) | |
tree | 98118de0c2f3a65e2d6a387819404b041695ec73 /components/gcm_driver.gypi | |
parent | d3e622b0bb31f20c274bc9ad634b8ee7bae99ac1 (diff) | |
download | chromium_src-2ed4d695d6cf2917fc0e52f767d629fbefa7a1f9.zip chromium_src-2ed4d695d6cf2917fc0e52f767d629fbefa7a1f9.tar.gz chromium_src-2ed4d695d6cf2917fc0e52f767d629fbefa7a1f9.tar.bz2 |
GN: Get //chrome/* mostly working on android
This gets the //chrome subtree down to a fairly small number of build
errors on Android. Most of the changes are making features not enabled
on android like extensions and plugins properly guarded. This also adds
a few jni targets and fixes up some bitrotted bits.
R=brettw@chromium.org, cjhopman@chromium.org
Review URL: https://codereview.chromium.org/571863002
Cr-Commit-Position: refs/heads/master@{#295231}
Diffstat (limited to 'components/gcm_driver.gypi')
-rw-r--r-- | components/gcm_driver.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/gcm_driver.gypi b/components/gcm_driver.gypi index 1e9559f..c7531a9 100644 --- a/components/gcm_driver.gypi +++ b/components/gcm_driver.gypi @@ -145,6 +145,7 @@ 'includes': [ '../build/java.gypi' ], }, { + # GN version: //components/gcm_driver:jni_headers 'target_name': 'gcm_driver_jni_headers', 'type': 'none', 'sources': [ |