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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 14053004: Add ManagedUserSettings Sync data type. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 8 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2371 matching lines...) Expand 10 before | Expand all | Expand 10 after
2382 'browser/sync/test/integration/preferences_helper.cc', 2382 'browser/sync/test/integration/preferences_helper.cc',
2383 'browser/sync/test/integration/preferences_helper.h', 2383 'browser/sync/test/integration/preferences_helper.h',
2384 'browser/sync/test/integration/search_engines_helper.cc', 2384 'browser/sync/test/integration/search_engines_helper.cc',
2385 'browser/sync/test/integration/search_engines_helper.h', 2385 'browser/sync/test/integration/search_engines_helper.h',
2386 'browser/sync/test/integration/sessions_helper.cc', 2386 'browser/sync/test/integration/sessions_helper.cc',
2387 'browser/sync/test/integration/sessions_helper.h', 2387 'browser/sync/test/integration/sessions_helper.h',
2388 'browser/sync/test/integration/single_client_apps_sync_test.cc', 2388 'browser/sync/test/integration/single_client_apps_sync_test.cc',
2389 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc', 2389 'browser/sync/test/integration/single_client_bookmarks_sync_test.cc',
2390 'browser/sync/test/integration/single_client_dictionary_sync_test.cc', 2390 'browser/sync/test/integration/single_client_dictionary_sync_test.cc',
2391 'browser/sync/test/integration/single_client_extensions_sync_test.cc', 2391 'browser/sync/test/integration/single_client_extensions_sync_test.cc',
2392 'browser/sync/test/integration/single_client_managed_user_settings_sync_ test.cc',
2392 'browser/sync/test/integration/single_client_passwords_sync_test.cc', 2393 'browser/sync/test/integration/single_client_passwords_sync_test.cc',
2393 'browser/sync/test/integration/single_client_preferences_sync_test.cc', 2394 'browser/sync/test/integration/single_client_preferences_sync_test.cc',
2394 'browser/sync/test/integration/single_client_search_engines_sync_test.cc ', 2395 'browser/sync/test/integration/single_client_search_engines_sync_test.cc ',
2395 'browser/sync/test/integration/single_client_sessions_sync_test.cc', 2396 'browser/sync/test/integration/single_client_sessions_sync_test.cc',
2396 'browser/sync/test/integration/single_client_themes_sync_test.cc', 2397 'browser/sync/test/integration/single_client_themes_sync_test.cc',
2397 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc', 2398 'browser/sync/test/integration/single_client_typed_urls_sync_test.cc',
2398 'browser/sync/test/integration/sync_app_helper.cc', 2399 'browser/sync/test/integration/sync_app_helper.cc',
2399 'browser/sync/test/integration/sync_app_helper.h', 2400 'browser/sync/test/integration/sync_app_helper.h',
2400 'browser/sync/test/integration/sync_datatype_helper.cc', 2401 'browser/sync/test/integration/sync_datatype_helper.cc',
2401 'browser/sync/test/integration/sync_datatype_helper.h', 2402 'browser/sync/test/integration/sync_datatype_helper.h',
(...skipping 895 matching lines...) Expand 10 before | Expand all | Expand 10 after
3297 # more details. 3298 # more details.
3298 'DebugInformationFormat': '3', 3299 'DebugInformationFormat': '3',
3299 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3300 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3300 }, 3301 },
3301 }, 3302 },
3302 }, 3303 },
3303 ], 3304 ],
3304 }], 3305 }],
3305 ], # 'conditions' 3306 ], # 'conditions'
3306 } 3307 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698