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 2355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2366 'browser/sync/test/integration/passwords_helper.cc', | 2366 'browser/sync/test/integration/passwords_helper.cc', |
2367 'browser/sync/test/integration/passwords_helper.h', | 2367 'browser/sync/test/integration/passwords_helper.h', |
2368 'browser/sync/test/integration/preferences_helper.cc', | 2368 'browser/sync/test/integration/preferences_helper.cc', |
2369 'browser/sync/test/integration/preferences_helper.h', | 2369 'browser/sync/test/integration/preferences_helper.h', |
2370 'browser/sync/test/integration/search_engines_helper.cc', | 2370 'browser/sync/test/integration/search_engines_helper.cc', |
2371 'browser/sync/test/integration/search_engines_helper.h', | 2371 'browser/sync/test/integration/search_engines_helper.h', |
2372 'browser/sync/test/integration/sessions_helper.cc', | 2372 'browser/sync/test/integration/sessions_helper.cc', |
2373 'browser/sync/test/integration/sessions_helper.h', | 2373 'browser/sync/test/integration/sessions_helper.h', |
2374 'browser/sync/test/integration/single_client_app_list_sync_test.cc', | 2374 'browser/sync/test/integration/single_client_app_list_sync_test.cc', |
2375 'browser/sync/test/integration/single_client_apps_sync_test.cc', | 2375 'browser/sync/test/integration/single_client_apps_sync_test.cc', |
| 2376 'browser/sync/test/integration/single_client_backup_rollback_test.cc', |
2376 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', | 2377 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', |
2377 'browser/sync/test/integration/single_client_dictionary_sync_test.cc', | 2378 'browser/sync/test/integration/single_client_dictionary_sync_test.cc', |
2378 'browser/sync/test/integration/single_client_extensions_sync_test.cc', | 2379 'browser/sync/test/integration/single_client_extensions_sync_test.cc', |
2379 'browser/sync/test/integration/single_client_managed_user_settings_sync_
test.cc', | 2380 'browser/sync/test/integration/single_client_managed_user_settings_sync_
test.cc', |
2380 'browser/sync/test/integration/single_client_passwords_sync_test.cc', | 2381 'browser/sync/test/integration/single_client_passwords_sync_test.cc', |
2381 'browser/sync/test/integration/single_client_preferences_sync_test.cc', | 2382 'browser/sync/test/integration/single_client_preferences_sync_test.cc', |
2382 'browser/sync/test/integration/single_client_search_engines_sync_test.cc
', | 2383 'browser/sync/test/integration/single_client_search_engines_sync_test.cc
', |
2383 'browser/sync/test/integration/single_client_sessions_sync_test.cc', | 2384 'browser/sync/test/integration/single_client_sessions_sync_test.cc', |
2384 'browser/sync/test/integration/single_client_themes_sync_test.cc', | 2385 'browser/sync/test/integration/single_client_themes_sync_test.cc', |
2385 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', | 2386 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', |
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2995 ['enable_webrtc==1', { | 2996 ['enable_webrtc==1', { |
2996 'dependencies': [ | 2997 'dependencies': [ |
2997 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2998 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2998 ] | 2999 ] |
2999 }], | 3000 }], |
3000 ], | 3001 ], |
3001 }] | 3002 }] |
3002 }], | 3003 }], |
3003 ], # 'conditions' | 3004 ], # 'conditions' |
3004 } | 3005 } |
OLD | NEW |