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 'chromedriver_unittest_sources': [ | 6 'chromedriver_unittest_sources': [ |
7 'test/chromedriver/capabilities_unittest.cc', | 7 'test/chromedriver/capabilities_unittest.cc', |
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', | 8 'test/chromedriver/chrome/chrome_finder_unittest.cc', |
9 'test/chromedriver/chrome/console_logger_unittest.cc', | 9 'test/chromedriver/chrome/console_logger_unittest.cc', |
10 'test/chromedriver/chrome/device_manager_unittest.cc', | 10 'test/chromedriver/chrome/device_manager_unittest.cc', |
(...skipping 3106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3117 'dependencies': [ | 3117 'dependencies': [ |
3118 'chrome_run', | 3118 'chrome_run', |
3119 ], | 3119 ], |
3120 'includes': [ | 3120 'includes': [ |
3121 '../build/isolate.gypi', | 3121 '../build/isolate.gypi', |
3122 'telemetry_gpu_test.isolate', | 3122 'telemetry_gpu_test.isolate', |
3123 ], | 3123 ], |
3124 'sources': [ | 3124 'sources': [ |
3125 'telemetry_gpu_test.isolate', | 3125 'telemetry_gpu_test.isolate', |
3126 ], | 3126 ], |
| 3127 'conditions': [ |
| 3128 ['OS=="linux" or OS=="win"', { |
| 3129 'dependencies': [ |
| 3130 '../tools/telemetry/telemetry.gyp:bitmaptools', |
| 3131 ], |
| 3132 }], |
| 3133 ], |
3127 }, | 3134 }, |
3128 ], | 3135 ], |
3129 }], | 3136 }], |
3130 ['OS=="win"', { | 3137 ['OS=="win"', { |
3131 'targets' : [ | 3138 'targets' : [ |
3132 { | 3139 { |
3133 # This target is only depended upon in Windows. | 3140 # This target is only depended upon in Windows. |
3134 'target_name': 'browser_tests_exe_pdb_workaround', | 3141 'target_name': 'browser_tests_exe_pdb_workaround', |
3135 'type': 'static_library', | 3142 'type': 'static_library', |
3136 'sources': [ 'empty_pdb_workaround.cc' ], | 3143 'sources': [ 'empty_pdb_workaround.cc' ], |
(...skipping 20 matching lines...) Expand all Loading... |
3157 'utility', | 3164 'utility', |
3158 ], | 3165 ], |
3159 'sources': [ | 3166 'sources': [ |
3160 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3167 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3161 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3168 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3162 ], | 3169 ], |
3163 }] | 3170 }] |
3164 }], | 3171 }], |
3165 ], # 'conditions' | 3172 ], # 'conditions' |
3166 } | 3173 } |
OLD | NEW |