diff options
author | jkarlin <jkarlin@chromium.org> | 2015-05-29 05:02:00 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-29 12:02:40 +0000 |
commit | db185223458b1b846d465749ab427627f2de915a (patch) | |
tree | 9367b975ce2e232681a0d9d51d3241e1b8586066 /components/components_tests.gyp | |
parent | e70f5e1d286a200d420a996fcc2ff7fa7a2780a2 (diff) | |
download | chromium_src-db185223458b1b846d465749ab427627f2de915a.zip chromium_src-db185223458b1b846d465749ab427627f2de915a.tar.gz chromium_src-db185223458b1b846d465749ab427627f2de915a.tar.bz2 |
[BackgroundSync] Reland of Launch Chrome on Android for One-Shot
This is a reland of https://codereview.chromium.org/1140813006/
There was an unused variable on non-android builds (chromeos daisy bot tripped on it). See http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20daisy%20Compile/builds/83/steps/compile/logs/stdio
Fixed by making the whole function Android only until other platforms land.
BUG=479665
Review URL: https://codereview.chromium.org/1163583004
Cr-Commit-Position: refs/heads/master@{#331946}
Diffstat (limited to 'components/components_tests.gyp')
-rw-r--r-- | components/components_tests.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components_tests.gyp b/components/components_tests.gyp index d8e492d..8de0e2e 100644 --- a/components/components_tests.gyp +++ b/components/components_tests.gyp @@ -1029,6 +1029,7 @@ 'dependencies': [ 'components.gyp:cronet_static', 'components.gyp:data_reduction_proxy_content', + '../content/content.gyp:content_java', '../testing/android/native_test.gyp:native_test_native_code', ], 'dependencies!': [ |