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 2160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2171 'browser/sync/test/integration/bookmarks_helper.cc', | 2171 'browser/sync/test/integration/bookmarks_helper.cc', |
2172 'browser/sync/test/integration/bookmarks_helper.h', | 2172 'browser/sync/test/integration/bookmarks_helper.h', |
2173 'browser/sync/test/integration/dictionary_helper.cc', | 2173 'browser/sync/test/integration/dictionary_helper.cc', |
2174 'browser/sync/test/integration/dictionary_helper.h', | 2174 'browser/sync/test/integration/dictionary_helper.h', |
2175 'browser/sync/test/integration/dictionary_load_observer.cc', | 2175 'browser/sync/test/integration/dictionary_load_observer.cc', |
2176 'browser/sync/test/integration/dictionary_load_observer.h', | 2176 'browser/sync/test/integration/dictionary_load_observer.h', |
2177 'browser/sync/test/integration/extension_settings_helper.cc', | 2177 'browser/sync/test/integration/extension_settings_helper.cc', |
2178 'browser/sync/test/integration/extension_settings_helper.h', | 2178 'browser/sync/test/integration/extension_settings_helper.h', |
2179 'browser/sync/test/integration/extensions_helper.cc', | 2179 'browser/sync/test/integration/extensions_helper.cc', |
2180 'browser/sync/test/integration/extensions_helper.h', | 2180 'browser/sync/test/integration/extensions_helper.h', |
| 2181 'browser/sync/test/integration/fake_server_invalidation_service.cc', |
| 2182 'browser/sync/test/integration/fake_server_invalidation_service.h', |
2181 'browser/sync/test/integration/multi_client_status_change_checker.cc', | 2183 'browser/sync/test/integration/multi_client_status_change_checker.cc', |
2182 'browser/sync/test/integration/multi_client_status_change_checker.h', | 2184 'browser/sync/test/integration/multi_client_status_change_checker.h', |
2183 'browser/sync/test/integration/passwords_helper.cc', | 2185 'browser/sync/test/integration/passwords_helper.cc', |
2184 'browser/sync/test/integration/passwords_helper.h', | 2186 'browser/sync/test/integration/passwords_helper.h', |
2185 'browser/sync/test/integration/p2p_invalidation_forwarder.cc', | 2187 'browser/sync/test/integration/p2p_invalidation_forwarder.cc', |
2186 'browser/sync/test/integration/p2p_invalidation_forwarder.h', | 2188 'browser/sync/test/integration/p2p_invalidation_forwarder.h', |
2187 'browser/sync/test/integration/preferences_helper.cc', | 2189 'browser/sync/test/integration/preferences_helper.cc', |
2188 'browser/sync/test/integration/preferences_helper.h', | 2190 'browser/sync/test/integration/preferences_helper.h', |
2189 'browser/sync/test/integration/profile_sync_service_harness.cc', | 2191 'browser/sync/test/integration/profile_sync_service_harness.cc', |
2190 'browser/sync/test/integration/profile_sync_service_harness.h', | 2192 'browser/sync/test/integration/profile_sync_service_harness.h', |
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2922 ['enable_webrtc==1', { | 2924 ['enable_webrtc==1', { |
2923 'dependencies': [ | 2925 'dependencies': [ |
2924 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2926 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2925 ] | 2927 ] |
2926 }], | 2928 }], |
2927 ], | 2929 ], |
2928 }] | 2930 }] |
2929 }], | 2931 }], |
2930 ], # 'conditions' | 2932 ], # 'conditions' |
2931 } | 2933 } |
OLD | NEW |