OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables': { | 5 'variables': { |
6 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
8 # dependency is needed to make commit bots run unit_tests on | 8 # dependency is needed to make commit bots run unit_tests on |
9 # histograms.xml changes. | 9 # histograms.xml changes. |
10 '../tools/metrics/histograms/histograms.xml', | 10 '../tools/metrics/histograms/histograms.xml', |
(...skipping 2330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2341 'dependencies!': [ | 2341 'dependencies!': [ |
2342 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 2342 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
2343 ], | 2343 ], |
2344 'ldflags': [ | 2344 'ldflags': [ |
2345 # Some android targets still depend on --gc-sections to link. | 2345 # Some android targets still depend on --gc-sections to link. |
2346 # TODO: remove --gc-sections for Debug builds (crbug.com/159847). | 2346 # TODO: remove --gc-sections for Debug builds (crbug.com/159847). |
2347 '-Wl,--gc-sections', | 2347 '-Wl,--gc-sections', |
2348 ], | 2348 ], |
2349 'dependencies': [ | 2349 'dependencies': [ |
2350 '../testing/android/native_test.gyp:native_test_native_code', | 2350 '../testing/android/native_test.gyp:native_test_native_code', |
| 2351 '../components/components.gyp:instance_id_driver_java', |
| 2352 '../components/components.gyp:instance_id_driver_test_support_java', |
2351 '../components/components.gyp:offline_pages', | 2353 '../components/components.gyp:offline_pages', |
2352 ], | 2354 ], |
2353 }, { # Not Android. | 2355 }, { # Not Android. |
2354 'sources': [ '<@(chrome_unit_tests_non_android_sources)' ], | 2356 'sources': [ '<@(chrome_unit_tests_non_android_sources)' ], |
2355 'sources!': [ | 2357 'sources!': [ |
2356 'browser/download/download_request_infobar_delegate_unittest.cc', | 2358 'browser/download/download_request_infobar_delegate_unittest.cc', |
2357 ], | 2359 ], |
2358 }], | 2360 }], |
2359 ['OS!="android" and OS!="ios"', { | 2361 ['OS!="android" and OS!="ios"', { |
2360 'dependencies': [ | 2362 'dependencies': [ |
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3013 'dependencies': [ | 3015 'dependencies': [ |
3014 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3016 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
3015 ], | 3017 ], |
3016 }], | 3018 }], |
3017 ], | 3019 ], |
3018 }, | 3020 }, |
3019 ], | 3021 ], |
3020 }], | 3022 }], |
3021 ], # 'conditions' | 3023 ], # 'conditions' |
3022 } | 3024 } |
OLD | NEW |