| 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 'build_angle_deqp_tests%': 0, | 6 'build_angle_deqp_tests%': 0, |
| 7 # TODO(rockot) bug 505926: These should be moved to extensions_browsertests | 7 # TODO(rockot) bug 505926: These should be moved to extensions_browsertests |
| 8 # but have old dependencies on chrome files. The chrome dependencies should | 8 # but have old dependencies on chrome files. The chrome dependencies should |
| 9 # be removed and these moved to the extensions_browsertests target. | 9 # be removed and these moved to the extensions_browsertests target. |
| 10 'chrome_browser_tests_extensions_sources': [ | 10 'chrome_browser_tests_extensions_sources': [ |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 ], | 231 ], |
| 232 'chrome_driver_tests_sources': [ | 232 'chrome_driver_tests_sources': [ |
| 233 'test/chromedriver/key_converter_unittest.cc', | 233 'test/chromedriver/key_converter_unittest.cc', |
| 234 'test/chromedriver/keycode_text_conversion_unittest.cc', | 234 'test/chromedriver/keycode_text_conversion_unittest.cc', |
| 235 'test/chromedriver/net/net_util_unittest.cc', | 235 'test/chromedriver/net/net_util_unittest.cc', |
| 236 'test/chromedriver/net/port_server_unittest.cc', | 236 'test/chromedriver/net/port_server_unittest.cc', |
| 237 'test/chromedriver/net/sync_websocket_impl_unittest.cc', | 237 'test/chromedriver/net/sync_websocket_impl_unittest.cc', |
| 238 'test/chromedriver/net/test_http_server.cc', | 238 'test/chromedriver/net/test_http_server.cc', |
| 239 'test/chromedriver/net/test_http_server.h', | 239 'test/chromedriver/net/test_http_server.h', |
| 240 'test/chromedriver/net/websocket_unittest.cc', | 240 'test/chromedriver/net/websocket_unittest.cc', |
| 241 'test/chromedriver/test_util.cc', | |
| 242 'test/chromedriver/test_util.h', | |
| 243 ], | 241 ], |
| 244 }, | 242 }, |
| 245 'includes': [ | 243 'includes': [ |
| 246 'js_unittest_vars.gypi', | 244 'js_unittest_vars.gypi', |
| 247 ], | 245 ], |
| 248 'targets': [ | 246 'targets': [ |
| 249 { | 247 { |
| 250 # This target contains non-unittest test utilities that don't belong in | 248 # This target contains non-unittest test utilities that don't belong in |
| 251 # production libraries but are used by more than one test executable. | 249 # production libraries but are used by more than one test executable. |
| 252 # | 250 # |
| (...skipping 1960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2213 'browser', | 2211 'browser', |
| 2214 ], | 2212 ], |
| 2215 'sources': [ | 2213 'sources': [ |
| 2216 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 2214 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 2217 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 2215 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 2218 ], | 2216 ], |
| 2219 }] | 2217 }] |
| 2220 }], | 2218 }], |
| 2221 ], # 'conditions' | 2219 ], # 'conditions' |
| 2222 } | 2220 } |
| OLD | NEW |