Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 709683004: components: add wifi_sync component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@submit-1-security-class
Patch Set: fix android_aosp build Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after
1245 'browser/sync/test/integration/single_client_directory_sync_test.cc', 1245 'browser/sync/test/integration/single_client_directory_sync_test.cc',
1246 'browser/sync/test/integration/single_client_e2e_test.cc', 1246 'browser/sync/test/integration/single_client_e2e_test.cc',
1247 'browser/sync/test/integration/single_client_extensions_sync_test.cc', 1247 'browser/sync/test/integration/single_client_extensions_sync_test.cc',
1248 'browser/sync/test/integration/single_client_passwords_sync_test.cc', 1248 'browser/sync/test/integration/single_client_passwords_sync_test.cc',
1249 'browser/sync/test/integration/single_client_preferences_sync_test.cc', 1249 'browser/sync/test/integration/single_client_preferences_sync_test.cc',
1250 'browser/sync/test/integration/single_client_search_engines_sync_test.cc', 1250 'browser/sync/test/integration/single_client_search_engines_sync_test.cc',
1251 'browser/sync/test/integration/single_client_sessions_sync_test.cc', 1251 'browser/sync/test/integration/single_client_sessions_sync_test.cc',
1252 'browser/sync/test/integration/single_client_supervised_user_settings_sync _test.cc', 1252 'browser/sync/test/integration/single_client_supervised_user_settings_sync _test.cc',
1253 'browser/sync/test/integration/single_client_themes_sync_test.cc', 1253 'browser/sync/test/integration/single_client_themes_sync_test.cc',
1254 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', 1254 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc',
1255 'browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc ',
1255 'browser/sync/test/integration/sync_auth_test.cc', 1256 'browser/sync/test/integration/sync_auth_test.cc',
1256 'browser/sync/test/integration/sync_errors_test.cc', 1257 'browser/sync/test/integration/sync_errors_test.cc',
1257 'browser/sync/test/integration/sync_exponential_backoff_test.cc', 1258 'browser/sync/test/integration/sync_exponential_backoff_test.cc',
1258 'browser/sync/test/integration/two_client_app_list_sync_test.cc', 1259 'browser/sync/test/integration/two_client_app_list_sync_test.cc',
1259 'browser/sync/test/integration/two_client_apps_sync_test.cc', 1260 'browser/sync/test/integration/two_client_apps_sync_test.cc',
1260 'browser/sync/test/integration/two_client_autofill_sync_test.cc', 1261 'browser/sync/test/integration/two_client_autofill_sync_test.cc',
1261 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', 1262 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc',
1262 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', 1263 'browser/sync/test/integration/two_client_dictionary_sync_test.cc',
1263 'browser/sync/test/integration/two_client_extension_settings_and_app_setti ngs_sync_test.cc', 1264 'browser/sync/test/integration/two_client_extension_settings_and_app_setti ngs_sync_test.cc',
1264 'browser/sync/test/integration/two_client_extensions_sync_test.cc', 1265 'browser/sync/test/integration/two_client_extensions_sync_test.cc',
1265 'browser/sync/test/integration/two_client_passwords_sync_test.cc', 1266 'browser/sync/test/integration/two_client_passwords_sync_test.cc',
1266 'browser/sync/test/integration/two_client_preferences_sync_test.cc', 1267 'browser/sync/test/integration/two_client_preferences_sync_test.cc',
1267 'browser/sync/test/integration/two_client_search_engines_sync_test.cc', 1268 'browser/sync/test/integration/two_client_search_engines_sync_test.cc',
1268 'browser/sync/test/integration/two_client_sessions_sync_test.cc', 1269 'browser/sync/test/integration/two_client_sessions_sync_test.cc',
1269 'browser/sync/test/integration/two_client_themes_sync_test.cc', 1270 'browser/sync/test/integration/two_client_themes_sync_test.cc',
1270 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc', 1271 'browser/sync/test/integration/two_client_typed_urls_sync_test.cc',
1272 'browser/sync/test/integration/two_client_wifi_credentials_sync_test.cc',
1271 ], 1273 ],
1272 'test_support_sync_integration_sources': [ 1274 'test_support_sync_integration_sources': [
1273 'browser/sync/test/integration/apps_helper.cc', 1275 'browser/sync/test/integration/apps_helper.cc',
1274 'browser/sync/test/integration/apps_helper.h', 1276 'browser/sync/test/integration/apps_helper.h',
1275 'browser/sync/test/integration/autofill_helper.cc', 1277 'browser/sync/test/integration/autofill_helper.cc',
1276 'browser/sync/test/integration/autofill_helper.h', 1278 'browser/sync/test/integration/autofill_helper.h',
1277 'browser/sync/test/integration/bookmarks_helper.cc', 1279 'browser/sync/test/integration/bookmarks_helper.cc',
1278 'browser/sync/test/integration/bookmarks_helper.h', 1280 'browser/sync/test/integration/bookmarks_helper.h',
1279 'browser/sync/test/integration/dictionary_helper.cc', 1281 'browser/sync/test/integration/dictionary_helper.cc',
1280 'browser/sync/test/integration/dictionary_helper.h', 1282 'browser/sync/test/integration/dictionary_helper.h',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1325 'browser/sync/test/integration/sync_integration_test_util.cc', 1327 'browser/sync/test/integration/sync_integration_test_util.cc',
1326 'browser/sync/test/integration/sync_integration_test_util.h', 1328 'browser/sync/test/integration/sync_integration_test_util.h',
1327 'browser/sync/test/integration/sync_test.cc', 1329 'browser/sync/test/integration/sync_test.cc',
1328 'browser/sync/test/integration/sync_test.h', 1330 'browser/sync/test/integration/sync_test.h',
1329 'browser/sync/test/integration/themes_helper.cc', 1331 'browser/sync/test/integration/themes_helper.cc',
1330 'browser/sync/test/integration/themes_helper.h', 1332 'browser/sync/test/integration/themes_helper.h',
1331 'browser/sync/test/integration/typed_urls_helper.cc', 1333 'browser/sync/test/integration/typed_urls_helper.cc',
1332 'browser/sync/test/integration/typed_urls_helper.h', 1334 'browser/sync/test/integration/typed_urls_helper.h',
1333 'browser/sync/test/integration/updated_progress_marker_checker.cc', 1335 'browser/sync/test/integration/updated_progress_marker_checker.cc',
1334 'browser/sync/test/integration/updated_progress_marker_checker.h', 1336 'browser/sync/test/integration/updated_progress_marker_checker.h',
1337 'browser/sync/test/integration/wifi_credentials_helper.cc',
1338 'browser/sync/test/integration/wifi_credentials_helper.h',
1339 'browser/sync/test/integration/wifi_credentials_helper_chromeos.cc',
1340 'browser/sync/test/integration/wifi_credentials_helper_chromeos.h',
1335 ], 1341 ],
1336 'sync_performance_tests_sources': [ 1342 'sync_performance_tests_sources': [
1337 'app/chrome_command_ids.h', 1343 'app/chrome_command_ids.h',
1338 'app/chrome_dll.rc', 1344 'app/chrome_dll.rc',
1339 'app/chrome_dll_resource.h', 1345 'app/chrome_dll_resource.h',
1340 'app/chrome_version.rc.version', 1346 'app/chrome_version.rc.version',
1341 'browser/sync/test/integration/performance/autofill_sync_perf_test.cc', 1347 'browser/sync/test/integration/performance/autofill_sync_perf_test.cc',
1342 'browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc', 1348 'browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc',
1343 'browser/sync/test/integration/performance/dictionary_sync_perf_test.cc', 1349 'browser/sync/test/integration/performance/dictionary_sync_perf_test.cc',
1344 'browser/sync/test/integration/performance/extensions_sync_perf_test.cc', 1350 'browser/sync/test/integration/performance/extensions_sync_perf_test.cc',
(...skipping 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after
2626 ['OS=="mac"', { 2632 ['OS=="mac"', {
2627 # Dictionary sync is disabled on Mac. 2633 # Dictionary sync is disabled on Mac.
2628 # Note: this list is duplicated in the GN build. 2634 # Note: this list is duplicated in the GN build.
2629 'sources!': [ 2635 'sources!': [
2630 'browser/sync/test/integration/dictionary_helper.cc', 2636 'browser/sync/test/integration/dictionary_helper.cc',
2631 'browser/sync/test/integration/dictionary_helper.h', 2637 'browser/sync/test/integration/dictionary_helper.h',
2632 'browser/sync/test/integration/dictionary_load_observer.cc', 2638 'browser/sync/test/integration/dictionary_load_observer.cc',
2633 'browser/sync/test/integration/dictionary_load_observer.h', 2639 'browser/sync/test/integration/dictionary_load_observer.h',
2634 ], 2640 ],
2635 }], 2641 }],
2642 ['chromeos==0', {
2643 # Note: this list is duplicated in the GN build.
2644 'sources!': [
2645 'browser/sync/test/integration/wifi_credentials_helper.cc',
2646 'browser/sync/test/integration/wifi_credentials_helper.h',
2647 # 'browser/sync/test/integration/wifi_credentials_helper_chromeos.cc ',
2648 # 'browser/sync/test/integration/wifi_credentials_helper_chromeos.h' ,
2649 ],
2650 }],
2636 ['enable_app_list==0', { 2651 ['enable_app_list==0', {
2637 # Note: this list is duplicated in the GN build. 2652 # Note: this list is duplicated in the GN build.
2638 'sources!': [ 2653 'sources!': [
2639 'browser/sync/test/integration/sync_app_list_helper.cc', 2654 'browser/sync/test/integration/sync_app_list_helper.cc',
2640 'browser/sync/test/integration/sync_app_list_helper.h', 2655 'browser/sync/test/integration/sync_app_list_helper.h',
2641 ], 2656 ],
2642 }], 2657 }],
2643 ] 2658 ]
2644 }, 2659 },
2645 { 2660 {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
2733 'app/chrome_dll.rc', 2748 'app/chrome_dll.rc',
2734 'app/chrome_version.rc.version', 2749 'app/chrome_version.rc.version',
2735 'test/data/resource.rc', 2750 'test/data/resource.rc',
2736 ], 2751 ],
2737 }], 2752 }],
2738 ['toolkit_views==1', { 2753 ['toolkit_views==1', {
2739 'dependencies': [ 2754 'dependencies': [
2740 '../ui/views/views.gyp:views', 2755 '../ui/views/views.gyp:views',
2741 ], 2756 ],
2742 }], 2757 }],
2758 ['chromeos == 0', {
2759 'sources!': [
2760 # Note: this list is duplicated in the GN build.
2761 'browser/sync/test/integration/single_client_wifi_credentials_sync_t est.cc',
2762 'browser/sync/test/integration/two_client_wifi_credentials_sync_test .cc',
2763 ],
2764 }],
2743 ['enable_basic_printing==1 or enable_print_preview==1', { 2765 ['enable_basic_printing==1 or enable_print_preview==1', {
2744 'dependencies': [ 2766 'dependencies': [
2745 '../printing/printing.gyp:printing', 2767 '../printing/printing.gyp:printing',
2746 ], 2768 ],
2747 }], 2769 }],
2748 ['enable_app_list==0', { 2770 ['enable_app_list==0', {
2749 'sources!': [ 2771 'sources!': [
2750 'browser/sync/test/integration/single_client_app_list_sync_test.cc', 2772 'browser/sync/test/integration/single_client_app_list_sync_test.cc',
2751 'browser/sync/test/integration/two_client_app_list_sync_test.cc', 2773 'browser/sync/test/integration/two_client_app_list_sync_test.cc',
2752 ], 2774 ],
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
3220 ['enable_webrtc==1', { 3242 ['enable_webrtc==1', {
3221 'dependencies': [ 3243 'dependencies': [
3222 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3244 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3223 ] 3245 ]
3224 }], 3246 }],
3225 ], 3247 ],
3226 }] 3248 }]
3227 }], 3249 }],
3228 ], # 'conditions' 3250 ], # 'conditions'
3229 } 3251 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698