| 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 2316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2327 '../components/components.gyp:offline_pages', | 2327 '../components/components.gyp:offline_pages', |
| 2328 ], | 2328 ], |
| 2329 }, { # Not Android. | 2329 }, { # Not Android. |
| 2330 'sources': [ '<@(chrome_unit_tests_non_android_sources)' ], | 2330 'sources': [ '<@(chrome_unit_tests_non_android_sources)' ], |
| 2331 'sources!': [ | 2331 'sources!': [ |
| 2332 'browser/download/download_request_infobar_delegate_unittest.cc', | 2332 'browser/download/download_request_infobar_delegate_unittest.cc', |
| 2333 ], | 2333 ], |
| 2334 }], | 2334 }], |
| 2335 ['OS!="android" and OS!="ios"', { | 2335 ['OS!="android" and OS!="ios"', { |
| 2336 'dependencies': [ | 2336 'dependencies': [ |
| 2337 '../v8/tools/gyp/v8.gyp:v8', | 2337 '../v8/src/v8.gyp:v8', |
| 2338 ], | 2338 ], |
| 2339 'includes': [ | 2339 'includes': [ |
| 2340 'js_unittest_rules.gypi', | 2340 'js_unittest_rules.gypi', |
| 2341 ], | 2341 ], |
| 2342 'include_dirs': [ | 2342 'include_dirs': [ |
| 2343 '<(SHARED_INTERMEDIATE_DIR)/chrome', | 2343 '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 2344 ], | 2344 ], |
| 2345 'sources': [ | 2345 'sources': [ |
| 2346 '<@(chrome_unit_tests_non_mobile_sources)', | 2346 '<@(chrome_unit_tests_non_mobile_sources)', |
| 2347 '<@(chrome_unit_tests_js_sources)', | 2347 '<@(chrome_unit_tests_js_sources)', |
| (...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2914 'additional_input_paths': [ | 2914 'additional_input_paths': [ |
| 2915 '<(PRODUCT_DIR)/unit_tests_apk/assets/natives_blob_<(arch_suff
ix).bin', | 2915 '<(PRODUCT_DIR)/unit_tests_apk/assets/natives_blob_<(arch_suff
ix).bin', |
| 2916 '<(PRODUCT_DIR)/unit_tests_apk/assets/snapshot_blob_<(arch_suf
fix).bin', | 2916 '<(PRODUCT_DIR)/unit_tests_apk/assets/snapshot_blob_<(arch_suf
fix).bin', |
| 2917 ], | 2917 ], |
| 2918 }], | 2918 }], |
| 2919 ], | 2919 ], |
| 2920 }, | 2920 }, |
| 2921 'conditions': [ | 2921 'conditions': [ |
| 2922 ['v8_use_external_startup_data==1', { | 2922 ['v8_use_external_startup_data==1', { |
| 2923 'dependencies': [ | 2923 'dependencies': [ |
| 2924 '../v8/tools/gyp/v8.gyp:v8_external_snapshot', | 2924 '../v8/src/v8.gyp:v8_external_snapshot', |
| 2925 ], | 2925 ], |
| 2926 'variables': { | 2926 'variables': { |
| 2927 'dest_path': '<(asset_location)', | 2927 'dest_path': '<(asset_location)', |
| 2928 'renaming_sources': [ | 2928 'renaming_sources': [ |
| 2929 '<(PRODUCT_DIR)/natives_blob.bin', | 2929 '<(PRODUCT_DIR)/natives_blob.bin', |
| 2930 '<(PRODUCT_DIR)/snapshot_blob.bin', | 2930 '<(PRODUCT_DIR)/snapshot_blob.bin', |
| 2931 ], | 2931 ], |
| 2932 'renaming_destinations': [ | 2932 'renaming_destinations': [ |
| 2933 'natives_blob_<(arch_suffix).bin', | 2933 'natives_blob_<(arch_suffix).bin', |
| 2934 'snapshot_blob_<(arch_suffix).bin', | 2934 'snapshot_blob_<(arch_suffix).bin', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2996 'dependencies': [ | 2996 'dependencies': [ |
| 2997 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2997 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2998 ], | 2998 ], |
| 2999 }], | 2999 }], |
| 3000 ], | 3000 ], |
| 3001 }, | 3001 }, |
| 3002 ], | 3002 ], |
| 3003 }], | 3003 }], |
| 3004 ], # 'conditions' | 3004 ], # 'conditions' |
| 3005 } | 3005 } |
| OLD | NEW |