| 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 2310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2321 'browser/sync/test/integration/dictionary_helper.cc', | 2321 'browser/sync/test/integration/dictionary_helper.cc', |
| 2322 'browser/sync/test/integration/dictionary_helper.h', | 2322 'browser/sync/test/integration/dictionary_helper.h', |
| 2323 'browser/sync/test/integration/dictionary_load_observer.cc', | 2323 'browser/sync/test/integration/dictionary_load_observer.cc', |
| 2324 'browser/sync/test/integration/dictionary_load_observer.h', | 2324 'browser/sync/test/integration/dictionary_load_observer.h', |
| 2325 'browser/sync/test/integration/extension_settings_helper.cc', | 2325 'browser/sync/test/integration/extension_settings_helper.cc', |
| 2326 'browser/sync/test/integration/extension_settings_helper.h', | 2326 'browser/sync/test/integration/extension_settings_helper.h', |
| 2327 'browser/sync/test/integration/extensions_helper.cc', | 2327 'browser/sync/test/integration/extensions_helper.cc', |
| 2328 'browser/sync/test/integration/extensions_helper.h', | 2328 'browser/sync/test/integration/extensions_helper.h', |
| 2329 'browser/sync/test/integration/fake_server_invalidation_service.cc', | 2329 'browser/sync/test/integration/fake_server_invalidation_service.cc', |
| 2330 'browser/sync/test/integration/fake_server_invalidation_service.h', | 2330 'browser/sync/test/integration/fake_server_invalidation_service.h', |
| 2331 'browser/sync/test/integration/migration_waiter.cc', |
| 2332 'browser/sync/test/integration/migration_waiter.h', |
| 2333 'browser/sync/test/integration/migration_watcher.cc', |
| 2334 'browser/sync/test/integration/migration_watcher.h', |
| 2331 'browser/sync/test/integration/multi_client_status_change_checker.cc', | 2335 'browser/sync/test/integration/multi_client_status_change_checker.cc', |
| 2332 'browser/sync/test/integration/multi_client_status_change_checker.h', | 2336 'browser/sync/test/integration/multi_client_status_change_checker.h', |
| 2333 'browser/sync/test/integration/passwords_helper.cc', | 2337 'browser/sync/test/integration/passwords_helper.cc', |
| 2334 'browser/sync/test/integration/passwords_helper.h', | 2338 'browser/sync/test/integration/passwords_helper.h', |
| 2335 'browser/sync/test/integration/p2p_invalidation_forwarder.cc', | 2339 'browser/sync/test/integration/p2p_invalidation_forwarder.cc', |
| 2336 'browser/sync/test/integration/p2p_invalidation_forwarder.h', | 2340 'browser/sync/test/integration/p2p_invalidation_forwarder.h', |
| 2337 'browser/sync/test/integration/preferences_helper.cc', | 2341 'browser/sync/test/integration/preferences_helper.cc', |
| 2338 'browser/sync/test/integration/preferences_helper.h', | 2342 'browser/sync/test/integration/preferences_helper.h', |
| 2339 'browser/sync/test/integration/profile_sync_service_harness.cc', | 2343 'browser/sync/test/integration/profile_sync_service_harness.cc', |
| 2340 'browser/sync/test/integration/profile_sync_service_harness.h', | 2344 'browser/sync/test/integration/profile_sync_service_harness.h', |
| (...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3028 ['enable_webrtc==1', { | 3032 ['enable_webrtc==1', { |
| 3029 'dependencies': [ | 3033 'dependencies': [ |
| 3030 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3034 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3031 ] | 3035 ] |
| 3032 }], | 3036 }], |
| 3033 ], | 3037 ], |
| 3034 }] | 3038 }] |
| 3035 }], | 3039 }], |
| 3036 ], # 'conditions' | 3040 ], # 'conditions' |
| 3037 } | 3041 } |
| OLD | NEW |