Chromium Code Reviews| 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 'variables': { | 5 'variables': { |
| 6 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
| 7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
| 8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
| 9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
| 10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
| (...skipping 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1201 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc', | 1201 'browser/sync/test/integration/multiple_client_sessions_sync_test.cc', |
| 1202 'browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc', | 1202 'browser/sync/test/integration/multiple_client_typed_urls_sync_test.cc', |
| 1203 'browser/sync/test/integration/passwords_helper.cc', | 1203 'browser/sync/test/integration/passwords_helper.cc', |
| 1204 'browser/sync/test/integration/passwords_helper.h', | 1204 'browser/sync/test/integration/passwords_helper.h', |
| 1205 'browser/sync/test/integration/preferences_helper.cc', | 1205 'browser/sync/test/integration/preferences_helper.cc', |
| 1206 'browser/sync/test/integration/preferences_helper.h', | 1206 'browser/sync/test/integration/preferences_helper.h', |
| 1207 'browser/sync/test/integration/search_engines_helper.cc', | 1207 'browser/sync/test/integration/search_engines_helper.cc', |
| 1208 'browser/sync/test/integration/search_engines_helper.h', | 1208 'browser/sync/test/integration/search_engines_helper.h', |
| 1209 'browser/sync/test/integration/sessions_helper.cc', | 1209 'browser/sync/test/integration/sessions_helper.cc', |
| 1210 'browser/sync/test/integration/sessions_helper.h', | 1210 'browser/sync/test/integration/sessions_helper.h', |
| 1211 'browser/sync/test/integration/signin_helper.cc', | |
| 1212 'browser/sync/test/integration/signin_helper.h', | |
|
Roger Tawa OOO till Jul 10th
2014/11/10 16:33:49
Should this code live under browser/sync or browse
shadi
2014/11/11 22:08:18
I moved the code to browser/ui/webui/signin where
| |
| 1211 'browser/sync/test/integration/single_client_app_list_sync_test.cc', | 1213 'browser/sync/test/integration/single_client_app_list_sync_test.cc', |
| 1212 'browser/sync/test/integration/single_client_apps_sync_test.cc', | 1214 'browser/sync/test/integration/single_client_apps_sync_test.cc', |
| 1213 'browser/sync/test/integration/single_client_backup_rollback_test.cc', | 1215 'browser/sync/test/integration/single_client_backup_rollback_test.cc', |
| 1214 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', | 1216 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', |
| 1215 'browser/sync/test/integration/single_client_dictionary_sync_test.cc', | 1217 'browser/sync/test/integration/single_client_dictionary_sync_test.cc', |
| 1216 'browser/sync/test/integration/single_client_extensions_sync_test.cc', | 1218 'browser/sync/test/integration/single_client_extensions_sync_test.cc', |
| 1217 'browser/sync/test/integration/single_client_passwords_sync_test.cc', | 1219 'browser/sync/test/integration/single_client_passwords_sync_test.cc', |
| 1218 'browser/sync/test/integration/single_client_preferences_sync_test.cc', | 1220 'browser/sync/test/integration/single_client_preferences_sync_test.cc', |
| 1219 'browser/sync/test/integration/single_client_search_engines_sync_test.cc', | 1221 'browser/sync/test/integration/single_client_search_engines_sync_test.cc', |
| 1220 'browser/sync/test/integration/single_client_sessions_sync_test.cc', | 1222 'browser/sync/test/integration/single_client_sessions_sync_test.cc', |
| (...skipping 1985 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3206 ['enable_webrtc==1', { | 3208 ['enable_webrtc==1', { |
| 3207 'dependencies': [ | 3209 'dependencies': [ |
| 3208 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3210 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3209 ] | 3211 ] |
| 3210 }], | 3212 }], |
| 3211 ], | 3213 ], |
| 3212 }] | 3214 }] |
| 3213 }], | 3215 }], |
| 3214 ], # 'conditions' | 3216 ], # 'conditions' |
| 3215 } | 3217 } |
| OLD | NEW |