| 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 2318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2329 'dependencies!': [ | 2329 'dependencies!': [ |
| 2330 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 2330 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
| 2331 ], | 2331 ], |
| 2332 'ldflags': [ | 2332 'ldflags': [ |
| 2333 # Some android targets still depend on --gc-sections to link. | 2333 # Some android targets still depend on --gc-sections to link. |
| 2334 # TODO: remove --gc-sections for Debug builds (crbug.com/159847). | 2334 # TODO: remove --gc-sections for Debug builds (crbug.com/159847). |
| 2335 '-Wl,--gc-sections', | 2335 '-Wl,--gc-sections', |
| 2336 ], | 2336 ], |
| 2337 'dependencies': [ | 2337 'dependencies': [ |
| 2338 '../testing/android/native_test.gyp:native_test_native_code', | 2338 '../testing/android/native_test.gyp:native_test_native_code', |
| 2339 '../components/components.gyp:instance_id_driver_java', |
| 2340 '../components/components.gyp:instance_id_driver_test_support_java', |
| 2339 '../components/components.gyp:offline_pages', | 2341 '../components/components.gyp:offline_pages', |
| 2340 ], | 2342 ], |
| 2341 }, { # Not Android. | 2343 }, { # Not Android. |
| 2342 'sources': [ '<@(chrome_unit_tests_non_android_sources)' ], | 2344 'sources': [ '<@(chrome_unit_tests_non_android_sources)' ], |
| 2343 'sources!': [ | 2345 'sources!': [ |
| 2344 'browser/download/download_request_infobar_delegate_unittest.cc', | 2346 'browser/download/download_request_infobar_delegate_unittest.cc', |
| 2345 ], | 2347 ], |
| 2346 }], | 2348 }], |
| 2347 ['OS!="android" and OS!="ios"', { | 2349 ['OS!="android" and OS!="ios"', { |
| 2348 'dependencies': [ | 2350 'dependencies': [ |
| (...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3005 'dependencies': [ | 3007 'dependencies': [ |
| 3006 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3008 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3007 ], | 3009 ], |
| 3008 }], | 3010 }], |
| 3009 ], | 3011 ], |
| 3010 }, | 3012 }, |
| 3011 ], | 3013 ], |
| 3012 }], | 3014 }], |
| 3013 ], # 'conditions' | 3015 ], # 'conditions' |
| 3014 } | 3016 } |
| OLD | NEW |