| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
| 7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
| 8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
| 9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
| 10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
| (...skipping 3172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3183 'targets': [ | 3183 'targets': [ |
| 3184 { | 3184 { |
| 3185 'target_name': 'telemetry_chrome_test_base', | 3185 'target_name': 'telemetry_chrome_test_base', |
| 3186 'type': 'none', | 3186 'type': 'none', |
| 3187 'dependencies': [ | 3187 'dependencies': [ |
| 3188 '../content/content_shell_and_tests.gyp:telemetry_base', | 3188 '../content/content_shell_and_tests.gyp:telemetry_base', |
| 3189 ], | 3189 ], |
| 3190 'conditions': [ | 3190 'conditions': [ |
| 3191 ['OS=="linux" or OS=="mac"', { | 3191 ['OS=="linux" or OS=="mac"', { |
| 3192 'dependencies': [ | 3192 'dependencies': [ |
| 3193 '../breakpad/breakpad.gyp:dump_syms', | 3193 '../breakpad/breakpad.gyp:dump_syms#host', |
| 3194 ], | 3194 ], |
| 3195 }], | 3195 }], |
| 3196 ['OS=="mac"', { | 3196 ['OS=="mac"', { |
| 3197 'dependencies': [ | 3197 'dependencies': [ |
| 3198 '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_datab
ase_util', | 3198 '../third_party/crashpad/crashpad/tools/tools.gyp:crashpad_datab
ase_util', |
| 3199 ], | 3199 ], |
| 3200 }], | 3200 }], |
| 3201 ['OS=="win"', { | 3201 ['OS=="win"', { |
| 3202 'dependencies': [ | 3202 'dependencies': [ |
| 3203 'chrome.gyp:crash_service', | 3203 'chrome.gyp:crash_service', |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3459 'utility', | 3459 'utility', |
| 3460 ], | 3460 ], |
| 3461 'sources': [ | 3461 'sources': [ |
| 3462 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3462 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3463 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3463 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3464 ], | 3464 ], |
| 3465 }] | 3465 }] |
| 3466 }], | 3466 }], |
| 3467 ], # 'conditions' | 3467 ], # 'conditions' |
| 3468 } | 3468 } |
| OLD | NEW |