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 2362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2373 'browser/sync/test/integration/passwords_helper.cc', | 2373 'browser/sync/test/integration/passwords_helper.cc', |
2374 'browser/sync/test/integration/passwords_helper.h', | 2374 'browser/sync/test/integration/passwords_helper.h', |
2375 'browser/sync/test/integration/preferences_helper.cc', | 2375 'browser/sync/test/integration/preferences_helper.cc', |
2376 'browser/sync/test/integration/preferences_helper.h', | 2376 'browser/sync/test/integration/preferences_helper.h', |
2377 'browser/sync/test/integration/search_engines_helper.cc', | 2377 'browser/sync/test/integration/search_engines_helper.cc', |
2378 'browser/sync/test/integration/search_engines_helper.h', | 2378 'browser/sync/test/integration/search_engines_helper.h', |
2379 'browser/sync/test/integration/sessions_helper.cc', | 2379 'browser/sync/test/integration/sessions_helper.cc', |
2380 'browser/sync/test/integration/sessions_helper.h', | 2380 'browser/sync/test/integration/sessions_helper.h', |
2381 'browser/sync/test/integration/single_client_app_list_sync_test.cc', | 2381 'browser/sync/test/integration/single_client_app_list_sync_test.cc', |
2382 'browser/sync/test/integration/single_client_apps_sync_test.cc', | 2382 'browser/sync/test/integration/single_client_apps_sync_test.cc', |
| 2383 'browser/sync/test/integration/single_client_backup_rollback_test.cc', |
2383 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', | 2384 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', |
2384 'browser/sync/test/integration/single_client_dictionary_sync_test.cc', | 2385 'browser/sync/test/integration/single_client_dictionary_sync_test.cc', |
2385 'browser/sync/test/integration/single_client_extensions_sync_test.cc', | 2386 'browser/sync/test/integration/single_client_extensions_sync_test.cc', |
2386 'browser/sync/test/integration/single_client_managed_user_settings_sync_
test.cc', | 2387 'browser/sync/test/integration/single_client_managed_user_settings_sync_
test.cc', |
2387 'browser/sync/test/integration/single_client_passwords_sync_test.cc', | 2388 'browser/sync/test/integration/single_client_passwords_sync_test.cc', |
2388 'browser/sync/test/integration/single_client_preferences_sync_test.cc', | 2389 'browser/sync/test/integration/single_client_preferences_sync_test.cc', |
2389 'browser/sync/test/integration/single_client_search_engines_sync_test.cc
', | 2390 'browser/sync/test/integration/single_client_search_engines_sync_test.cc
', |
2390 'browser/sync/test/integration/single_client_sessions_sync_test.cc', | 2391 'browser/sync/test/integration/single_client_sessions_sync_test.cc', |
2391 'browser/sync/test/integration/single_client_themes_sync_test.cc', | 2392 'browser/sync/test/integration/single_client_themes_sync_test.cc', |
2392 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', | 2393 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', |
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3002 ['enable_webrtc==1', { | 3003 ['enable_webrtc==1', { |
3003 'dependencies': [ | 3004 'dependencies': [ |
3004 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3005 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3005 ] | 3006 ] |
3006 }], | 3007 }], |
3007 ], | 3008 ], |
3008 }] | 3009 }] |
3009 }], | 3010 }], |
3010 ], # 'conditions' | 3011 ], # 'conditions' |
3011 } | 3012 } |
OLD | NEW |