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 'includes': [ | 5 'includes': [ |
6 'js_unittest_vars.gypi', | 6 'js_unittest_vars.gypi', |
7 ], | 7 ], |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'interactive_ui_tests', | 10 'target_name': 'interactive_ui_tests', |
(...skipping 2395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2406 'browser/sync/test/integration/search_engines_helper.cc', | 2406 'browser/sync/test/integration/search_engines_helper.cc', |
2407 'browser/sync/test/integration/search_engines_helper.h', | 2407 'browser/sync/test/integration/search_engines_helper.h', |
2408 'browser/sync/test/integration/sessions_helper.cc', | 2408 'browser/sync/test/integration/sessions_helper.cc', |
2409 'browser/sync/test/integration/sessions_helper.h', | 2409 'browser/sync/test/integration/sessions_helper.h', |
2410 'browser/sync/test/integration/single_client_app_list_sync_test.cc', | 2410 'browser/sync/test/integration/single_client_app_list_sync_test.cc', |
2411 'browser/sync/test/integration/single_client_apps_sync_test.cc', | 2411 'browser/sync/test/integration/single_client_apps_sync_test.cc', |
2412 'browser/sync/test/integration/single_client_backup_rollback_test.cc', | 2412 'browser/sync/test/integration/single_client_backup_rollback_test.cc', |
2413 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', | 2413 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', |
2414 'browser/sync/test/integration/single_client_dictionary_sync_test.cc', | 2414 'browser/sync/test/integration/single_client_dictionary_sync_test.cc', |
2415 'browser/sync/test/integration/single_client_extensions_sync_test.cc', | 2415 'browser/sync/test/integration/single_client_extensions_sync_test.cc', |
2416 'browser/sync/test/integration/single_client_managed_user_settings_sync_
test.cc', | |
2417 'browser/sync/test/integration/single_client_passwords_sync_test.cc', | 2416 'browser/sync/test/integration/single_client_passwords_sync_test.cc', |
2418 'browser/sync/test/integration/single_client_preferences_sync_test.cc', | 2417 'browser/sync/test/integration/single_client_preferences_sync_test.cc', |
2419 'browser/sync/test/integration/single_client_search_engines_sync_test.cc
', | 2418 'browser/sync/test/integration/single_client_search_engines_sync_test.cc
', |
2420 'browser/sync/test/integration/single_client_sessions_sync_test.cc', | 2419 'browser/sync/test/integration/single_client_sessions_sync_test.cc', |
| 2420 'browser/sync/test/integration/single_client_supervised_user_settings_sy
nc_test.cc', |
2421 'browser/sync/test/integration/single_client_themes_sync_test.cc', | 2421 'browser/sync/test/integration/single_client_themes_sync_test.cc', |
2422 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', | 2422 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', |
2423 'browser/sync/test/integration/sync_auth_test.cc', | 2423 'browser/sync/test/integration/sync_auth_test.cc', |
2424 'browser/sync/test/integration/sync_errors_test.cc', | 2424 'browser/sync/test/integration/sync_errors_test.cc', |
2425 'browser/sync/test/integration/sync_exponential_backoff_test.cc', | 2425 'browser/sync/test/integration/sync_exponential_backoff_test.cc', |
2426 'browser/sync/test/integration/two_client_app_list_sync_test.cc', | 2426 'browser/sync/test/integration/two_client_app_list_sync_test.cc', |
2427 'browser/sync/test/integration/two_client_apps_sync_test.cc', | 2427 'browser/sync/test/integration/two_client_apps_sync_test.cc', |
2428 'browser/sync/test/integration/two_client_autofill_sync_test.cc', | 2428 'browser/sync/test/integration/two_client_autofill_sync_test.cc', |
2429 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', | 2429 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', |
2430 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', | 2430 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', |
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2989 ['enable_webrtc==1', { | 2989 ['enable_webrtc==1', { |
2990 'dependencies': [ | 2990 'dependencies': [ |
2991 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2991 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2992 ] | 2992 ] |
2993 }], | 2993 }], |
2994 ], | 2994 ], |
2995 }] | 2995 }] |
2996 }], | 2996 }], |
2997 ], # 'conditions' | 2997 ], # 'conditions' |
2998 } | 2998 } |
OLD | NEW |