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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 384023002: Rename "managed (mode|user)" to "supervised user" (part 6) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: break long lines Created 6 years, 5 months 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 | Annotate | Revision Log
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 '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 2400 matching lines...) Expand 10 before | Expand all | Expand 10 after
2411 'browser/sync/test/integration/search_engines_helper.cc', 2411 'browser/sync/test/integration/search_engines_helper.cc',
2412 'browser/sync/test/integration/search_engines_helper.h', 2412 'browser/sync/test/integration/search_engines_helper.h',
2413 'browser/sync/test/integration/sessions_helper.cc', 2413 'browser/sync/test/integration/sessions_helper.cc',
2414 'browser/sync/test/integration/sessions_helper.h', 2414 'browser/sync/test/integration/sessions_helper.h',
2415 'browser/sync/test/integration/single_client_app_list_sync_test.cc', 2415 'browser/sync/test/integration/single_client_app_list_sync_test.cc',
2416 'browser/sync/test/integration/single_client_apps_sync_test.cc', 2416 'browser/sync/test/integration/single_client_apps_sync_test.cc',
2417 'browser/sync/test/integration/single_client_backup_rollback_test.cc', 2417 'browser/sync/test/integration/single_client_backup_rollback_test.cc',
2418 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', 2418 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc',
2419 'browser/sync/test/integration/single_client_dictionary_sync_test.cc', 2419 'browser/sync/test/integration/single_client_dictionary_sync_test.cc',
2420 'browser/sync/test/integration/single_client_extensions_sync_test.cc', 2420 'browser/sync/test/integration/single_client_extensions_sync_test.cc',
2421 'browser/sync/test/integration/single_client_managed_user_settings_sync_ test.cc',
2422 'browser/sync/test/integration/single_client_passwords_sync_test.cc', 2421 'browser/sync/test/integration/single_client_passwords_sync_test.cc',
2423 'browser/sync/test/integration/single_client_preferences_sync_test.cc', 2422 'browser/sync/test/integration/single_client_preferences_sync_test.cc',
2424 'browser/sync/test/integration/single_client_search_engines_sync_test.cc ', 2423 'browser/sync/test/integration/single_client_search_engines_sync_test.cc ',
2425 'browser/sync/test/integration/single_client_sessions_sync_test.cc', 2424 'browser/sync/test/integration/single_client_sessions_sync_test.cc',
2425 'browser/sync/test/integration/single_client_supervised_user_settings_sy nc_test.cc',
2426 'browser/sync/test/integration/single_client_themes_sync_test.cc', 2426 'browser/sync/test/integration/single_client_themes_sync_test.cc',
2427 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', 2427 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc',
2428 'browser/sync/test/integration/sync_auth_test.cc', 2428 'browser/sync/test/integration/sync_auth_test.cc',
2429 'browser/sync/test/integration/sync_errors_test.cc', 2429 'browser/sync/test/integration/sync_errors_test.cc',
2430 'browser/sync/test/integration/sync_exponential_backoff_test.cc', 2430 'browser/sync/test/integration/sync_exponential_backoff_test.cc',
2431 'browser/sync/test/integration/two_client_app_list_sync_test.cc', 2431 'browser/sync/test/integration/two_client_app_list_sync_test.cc',
2432 'browser/sync/test/integration/two_client_apps_sync_test.cc', 2432 'browser/sync/test/integration/two_client_apps_sync_test.cc',
2433 'browser/sync/test/integration/two_client_autofill_sync_test.cc', 2433 'browser/sync/test/integration/two_client_autofill_sync_test.cc',
2434 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc', 2434 'browser/sync/test/integration/two_client_bookmarks_sync_test.cc',
2435 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', 2435 'browser/sync/test/integration/two_client_dictionary_sync_test.cc',
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
2994 ['enable_webrtc==1', { 2994 ['enable_webrtc==1', {
2995 'dependencies': [ 2995 'dependencies': [
2996 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2996 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2997 ] 2997 ]
2998 }], 2998 }],
2999 ], 2999 ],
3000 }] 3000 }]
3001 }], 3001 }],
3002 ], # 'conditions' 3002 ], # 'conditions'
3003 } 3003 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/test/data/extensions/managed_mode/content_pack/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698