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 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1250 'browser/sync/test/integration/single_client_themes_sync_test.cc', | 1250 'browser/sync/test/integration/single_client_themes_sync_test.cc', |
1251 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', | 1251 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', |
1252 'browser/sync/test/integration/sync_auth_test.cc', | 1252 'browser/sync/test/integration/sync_auth_test.cc', |
1253 'browser/sync/test/integration/sync_errors_test.cc', | 1253 'browser/sync/test/integration/sync_errors_test.cc', |
1254 'browser/sync/test/integration/sync_exponential_backoff_test.cc', | 1254 'browser/sync/test/integration/sync_exponential_backoff_test.cc', |
1255 'browser/sync/test/integration/two_client_app_list_sync_test.cc', | 1255 'browser/sync/test/integration/two_client_app_list_sync_test.cc', |
1256 'browser/sync/test/integration/two_client_apps_sync_test.cc', | 1256 'browser/sync/test/integration/two_client_apps_sync_test.cc', |
1257 'browser/sync/test/integration/two_client_autofill_sync_test.cc', | 1257 'browser/sync/test/integration/two_client_autofill_sync_test.cc', |
1258 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', | 1258 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', |
1259 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', | 1259 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', |
| 1260 'browser/sync/test/integration/two_client_e2e_test.cc', |
1260 'browser/sync/test/integration/two_client_extension_settings_and_app_setti
ngs_sync_test.cc', | 1261 'browser/sync/test/integration/two_client_extension_settings_and_app_setti
ngs_sync_test.cc', |
1261 'browser/sync/test/integration/two_client_extensions_sync_test.cc', | 1262 'browser/sync/test/integration/two_client_extensions_sync_test.cc', |
1262 'browser/sync/test/integration/two_client_passwords_sync_test.cc', | 1263 'browser/sync/test/integration/two_client_passwords_sync_test.cc', |
1263 'browser/sync/test/integration/two_client_preferences_sync_test.cc', | 1264 'browser/sync/test/integration/two_client_preferences_sync_test.cc', |
1264 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', | 1265 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', |
1265 'browser/sync/test/integration/two_client_sessions_sync_test.cc', | 1266 'browser/sync/test/integration/two_client_sessions_sync_test.cc', |
1266 'browser/sync/test/integration/two_client_themes_sync_test.cc', | 1267 'browser/sync/test/integration/two_client_themes_sync_test.cc', |
1267 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', | 1268 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', |
1268 ], | 1269 ], |
1269 'test_support_sync_integration_sources': [ | 1270 'test_support_sync_integration_sources': [ |
(...skipping 16 matching lines...) Expand all Loading... |
1286 'browser/sync/test/integration/migration_waiter.cc', | 1287 'browser/sync/test/integration/migration_waiter.cc', |
1287 'browser/sync/test/integration/migration_waiter.h', | 1288 'browser/sync/test/integration/migration_waiter.h', |
1288 'browser/sync/test/integration/migration_watcher.cc', | 1289 'browser/sync/test/integration/migration_watcher.cc', |
1289 'browser/sync/test/integration/migration_watcher.h', | 1290 'browser/sync/test/integration/migration_watcher.h', |
1290 'browser/sync/test/integration/multi_client_status_change_checker.cc', | 1291 'browser/sync/test/integration/multi_client_status_change_checker.cc', |
1291 'browser/sync/test/integration/multi_client_status_change_checker.h', | 1292 'browser/sync/test/integration/multi_client_status_change_checker.h', |
1292 'browser/sync/test/integration/passwords_helper.cc', | 1293 'browser/sync/test/integration/passwords_helper.cc', |
1293 'browser/sync/test/integration/passwords_helper.h', | 1294 'browser/sync/test/integration/passwords_helper.h', |
1294 'browser/sync/test/integration/p2p_invalidation_forwarder.cc', | 1295 'browser/sync/test/integration/p2p_invalidation_forwarder.cc', |
1295 'browser/sync/test/integration/p2p_invalidation_forwarder.h', | 1296 'browser/sync/test/integration/p2p_invalidation_forwarder.h', |
| 1297 'browser/sync/test/integration/p2p_sync_refresher.cc', |
| 1298 'browser/sync/test/integration/p2p_sync_refresher.h', |
1296 'browser/sync/test/integration/preferences_helper.cc', | 1299 'browser/sync/test/integration/preferences_helper.cc', |
1297 'browser/sync/test/integration/preferences_helper.h', | 1300 'browser/sync/test/integration/preferences_helper.h', |
1298 'browser/sync/test/integration/profile_sync_service_harness.cc', | 1301 'browser/sync/test/integration/profile_sync_service_harness.cc', |
1299 'browser/sync/test/integration/profile_sync_service_harness.h', | 1302 'browser/sync/test/integration/profile_sync_service_harness.h', |
1300 'browser/sync/test/integration/quiesce_status_change_checker.cc', | 1303 'browser/sync/test/integration/quiesce_status_change_checker.cc', |
1301 'browser/sync/test/integration/quiesce_status_change_checker.h', | 1304 'browser/sync/test/integration/quiesce_status_change_checker.h', |
1302 'browser/sync/test/integration/retry_verifier.cc', | 1305 'browser/sync/test/integration/retry_verifier.cc', |
1303 'browser/sync/test/integration/retry_verifier.h', | 1306 'browser/sync/test/integration/retry_verifier.h', |
1304 'browser/sync/test/integration/search_engines_helper.cc', | 1307 'browser/sync/test/integration/search_engines_helper.cc', |
1305 'browser/sync/test/integration/search_engines_helper.h', | 1308 'browser/sync/test/integration/search_engines_helper.h', |
(...skipping 1909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3215 ['enable_webrtc==1', { | 3218 ['enable_webrtc==1', { |
3216 'dependencies': [ | 3219 'dependencies': [ |
3217 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3220 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3218 ] | 3221 ] |
3219 }], | 3222 }], |
3220 ], | 3223 ], |
3221 }] | 3224 }] |
3222 }], | 3225 }], |
3223 ], # 'conditions' | 3226 ], # 'conditions' |
3224 } | 3227 } |
OLD | NEW |