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 'chrome_browser_extensions_test_support_sources': [ | 7 'chrome_browser_extensions_test_support_sources': [ |
8 # A list of sources which is shared between different browser tests. | 8 # A list of sources which is shared between different browser tests. |
9 'browser/apps/app_browsertest_util.cc', | 9 'browser/apps/app_browsertest_util.cc', |
10 'browser/apps/app_browsertest_util.h', | 10 'browser/apps/app_browsertest_util.h', |
(...skipping 1442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1453 ], | 1453 ], |
1454 'chrome_driver_tests_sources': [ | 1454 'chrome_driver_tests_sources': [ |
1455 'test/chromedriver/key_converter_unittest.cc', | 1455 'test/chromedriver/key_converter_unittest.cc', |
1456 'test/chromedriver/keycode_text_conversion_unittest.cc', | 1456 'test/chromedriver/keycode_text_conversion_unittest.cc', |
1457 'test/chromedriver/net/net_util_unittest.cc', | 1457 'test/chromedriver/net/net_util_unittest.cc', |
1458 'test/chromedriver/net/port_server_unittest.cc', | 1458 'test/chromedriver/net/port_server_unittest.cc', |
1459 'test/chromedriver/net/sync_websocket_impl_unittest.cc', | 1459 'test/chromedriver/net/sync_websocket_impl_unittest.cc', |
1460 'test/chromedriver/net/test_http_server.cc', | 1460 'test/chromedriver/net/test_http_server.cc', |
1461 'test/chromedriver/net/test_http_server.h', | 1461 'test/chromedriver/net/test_http_server.h', |
1462 'test/chromedriver/net/websocket_unittest.cc', | 1462 'test/chromedriver/net/websocket_unittest.cc', |
1463 'test/chromedriver/test_util.cc', | |
1464 'test/chromedriver/test_util.h', | |
1465 ], | 1463 ], |
1466 'sync_integration_tests_sources': [ | 1464 'sync_integration_tests_sources': [ |
1467 'app/chrome_dll.rc', | 1465 'app/chrome_dll.rc', |
1468 'app/chrome_dll_resource.h', | 1466 'app/chrome_dll_resource.h', |
1469 'app/chrome_version.rc.version', | 1467 'app/chrome_version.rc.version', |
1470 'browser/sync/test/integration/enable_disable_test.cc', | 1468 'browser/sync/test/integration/enable_disable_test.cc', |
1471 'browser/sync/test/integration/migration_test.cc', | 1469 'browser/sync/test/integration/migration_test.cc', |
1472 'browser/sync/test/integration/single_client_app_list_sync_test.cc', | 1470 'browser/sync/test/integration/single_client_app_list_sync_test.cc', |
1473 'browser/sync/test/integration/single_client_apps_sync_test.cc', | 1471 'browser/sync/test/integration/single_client_apps_sync_test.cc', |
1474 'browser/sync/test/integration/single_client_arc_package_sync_test.cc', | 1472 'browser/sync/test/integration/single_client_arc_package_sync_test.cc', |
(...skipping 2098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3573 'browser', | 3571 'browser', |
3574 ], | 3572 ], |
3575 'sources': [ | 3573 'sources': [ |
3576 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3574 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3577 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3575 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3578 ], | 3576 ], |
3579 }] | 3577 }] |
3580 }], | 3578 }], |
3581 ], # 'conditions' | 3579 ], # 'conditions' |
3582 } | 3580 } |
OLD | NEW |