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 2155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2166 'browser/sync/test/integration/bookmarks_helper.cc', | 2166 'browser/sync/test/integration/bookmarks_helper.cc', |
2167 'browser/sync/test/integration/bookmarks_helper.h', | 2167 'browser/sync/test/integration/bookmarks_helper.h', |
2168 'browser/sync/test/integration/dictionary_helper.cc', | 2168 'browser/sync/test/integration/dictionary_helper.cc', |
2169 'browser/sync/test/integration/dictionary_helper.h', | 2169 'browser/sync/test/integration/dictionary_helper.h', |
2170 'browser/sync/test/integration/dictionary_load_observer.cc', | 2170 'browser/sync/test/integration/dictionary_load_observer.cc', |
2171 'browser/sync/test/integration/dictionary_load_observer.h', | 2171 'browser/sync/test/integration/dictionary_load_observer.h', |
2172 'browser/sync/test/integration/extension_settings_helper.cc', | 2172 'browser/sync/test/integration/extension_settings_helper.cc', |
2173 'browser/sync/test/integration/extension_settings_helper.h', | 2173 'browser/sync/test/integration/extension_settings_helper.h', |
2174 'browser/sync/test/integration/extensions_helper.cc', | 2174 'browser/sync/test/integration/extensions_helper.cc', |
2175 'browser/sync/test/integration/extensions_helper.h', | 2175 'browser/sync/test/integration/extensions_helper.h', |
| 2176 'browser/sync/test/integration/fake_server_invalidation_service.cc', |
| 2177 'browser/sync/test/integration/fake_server_invalidation_service.h', |
2176 'browser/sync/test/integration/multi_client_status_change_checker.cc', | 2178 'browser/sync/test/integration/multi_client_status_change_checker.cc', |
2177 'browser/sync/test/integration/multi_client_status_change_checker.h', | 2179 'browser/sync/test/integration/multi_client_status_change_checker.h', |
2178 'browser/sync/test/integration/passwords_helper.cc', | 2180 'browser/sync/test/integration/passwords_helper.cc', |
2179 'browser/sync/test/integration/passwords_helper.h', | 2181 'browser/sync/test/integration/passwords_helper.h', |
2180 'browser/sync/test/integration/p2p_invalidation_forwarder.cc', | 2182 'browser/sync/test/integration/p2p_invalidation_forwarder.cc', |
2181 'browser/sync/test/integration/p2p_invalidation_forwarder.h', | 2183 'browser/sync/test/integration/p2p_invalidation_forwarder.h', |
2182 'browser/sync/test/integration/preferences_helper.cc', | 2184 'browser/sync/test/integration/preferences_helper.cc', |
2183 'browser/sync/test/integration/preferences_helper.h', | 2185 'browser/sync/test/integration/preferences_helper.h', |
2184 'browser/sync/test/integration/profile_sync_service_harness.cc', | 2186 'browser/sync/test/integration/profile_sync_service_harness.cc', |
2185 'browser/sync/test/integration/profile_sync_service_harness.h', | 2187 'browser/sync/test/integration/profile_sync_service_harness.h', |
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2917 ['enable_webrtc==1', { | 2919 ['enable_webrtc==1', { |
2918 'dependencies': [ | 2920 'dependencies': [ |
2919 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 2921 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
2920 ] | 2922 ] |
2921 }], | 2923 }], |
2922 ], | 2924 ], |
2923 }] | 2925 }] |
2924 }], | 2926 }], |
2925 ], # 'conditions' | 2927 ], # 'conditions' |
2926 } | 2928 } |
OLD | NEW |