| 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 2169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2180 'browser/sync/test/integration/bookmarks_helper.cc', | 2180 'browser/sync/test/integration/bookmarks_helper.cc', |
| 2181 'browser/sync/test/integration/bookmarks_helper.h', | 2181 'browser/sync/test/integration/bookmarks_helper.h', |
| 2182 'browser/sync/test/integration/dictionary_helper.cc', | 2182 'browser/sync/test/integration/dictionary_helper.cc', |
| 2183 'browser/sync/test/integration/dictionary_helper.h', | 2183 'browser/sync/test/integration/dictionary_helper.h', |
| 2184 'browser/sync/test/integration/dictionary_load_observer.cc', | 2184 'browser/sync/test/integration/dictionary_load_observer.cc', |
| 2185 'browser/sync/test/integration/dictionary_load_observer.h', | 2185 'browser/sync/test/integration/dictionary_load_observer.h', |
| 2186 'browser/sync/test/integration/extension_settings_helper.cc', | 2186 'browser/sync/test/integration/extension_settings_helper.cc', |
| 2187 'browser/sync/test/integration/extension_settings_helper.h', | 2187 'browser/sync/test/integration/extension_settings_helper.h', |
| 2188 'browser/sync/test/integration/extensions_helper.cc', | 2188 'browser/sync/test/integration/extensions_helper.cc', |
| 2189 'browser/sync/test/integration/extensions_helper.h', | 2189 'browser/sync/test/integration/extensions_helper.h', |
| 2190 'browser/sync/test/integration/fake_server_invalidation_service.cc', |
| 2191 'browser/sync/test/integration/fake_server_invalidation_service.h', |
| 2190 'browser/sync/test/integration/multi_client_status_change_checker.cc', | 2192 'browser/sync/test/integration/multi_client_status_change_checker.cc', |
| 2191 'browser/sync/test/integration/multi_client_status_change_checker.h', | 2193 'browser/sync/test/integration/multi_client_status_change_checker.h', |
| 2192 'browser/sync/test/integration/passwords_helper.cc', | 2194 'browser/sync/test/integration/passwords_helper.cc', |
| 2193 'browser/sync/test/integration/passwords_helper.h', | 2195 'browser/sync/test/integration/passwords_helper.h', |
| 2194 'browser/sync/test/integration/p2p_invalidation_forwarder.cc', | 2196 'browser/sync/test/integration/p2p_invalidation_forwarder.cc', |
| 2195 'browser/sync/test/integration/p2p_invalidation_forwarder.h', | 2197 'browser/sync/test/integration/p2p_invalidation_forwarder.h', |
| 2196 'browser/sync/test/integration/preferences_helper.cc', | 2198 'browser/sync/test/integration/preferences_helper.cc', |
| 2197 'browser/sync/test/integration/preferences_helper.h', | 2199 'browser/sync/test/integration/preferences_helper.h', |
| 2198 'browser/sync/test/integration/profile_sync_service_harness.cc', | 2200 'browser/sync/test/integration/profile_sync_service_harness.cc', |
| 2199 'browser/sync/test/integration/profile_sync_service_harness.h', | 2201 'browser/sync/test/integration/profile_sync_service_harness.h', |
| (...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2931 ['enable_webrtc==1', { | 2933 ['enable_webrtc==1', { |
| 2932 'dependencies': [ | 2934 'dependencies': [ |
| 2933 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2935 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 2934 ] | 2936 ] |
| 2935 }], | 2937 }], |
| 2936 ], | 2938 ], |
| 2937 }] | 2939 }] |
| 2938 }], | 2940 }], |
| 2939 ], # 'conditions' | 2941 ], # 'conditions' |
| 2940 } | 2942 } |
| OLD | NEW |