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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 902443002: Add unit tests for the 'disable-sync' flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « chrome/browser/sync/profile_sync_service_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 'browser/sync/glue/sync_backend_host_mock.h', 276 'browser/sync/glue/sync_backend_host_mock.h',
277 'browser/sync/glue/sync_backend_registrar_unittest.cc', 277 'browser/sync/glue/sync_backend_registrar_unittest.cc',
278 'browser/sync/glue/synced_session_tracker_unittest.cc', 278 'browser/sync/glue/synced_session_tracker_unittest.cc',
279 'browser/sync/glue/typed_url_model_associator_unittest.cc', 279 'browser/sync/glue/typed_url_model_associator_unittest.cc',
280 'browser/sync/glue/ui_model_worker_unittest.cc', 280 'browser/sync/glue/ui_model_worker_unittest.cc',
281 'browser/sync/profile_sync_auth_provider_unittest.cc', 281 'browser/sync/profile_sync_auth_provider_unittest.cc',
282 'browser/sync/profile_sync_components_factory_impl_unittest.cc', 282 'browser/sync/profile_sync_components_factory_impl_unittest.cc',
283 'browser/sync/profile_sync_service_android_unittest.cc', 283 'browser/sync/profile_sync_service_android_unittest.cc',
284 'browser/sync/profile_sync_service_autofill_unittest.cc', 284 'browser/sync/profile_sync_service_autofill_unittest.cc',
285 'browser/sync/profile_sync_service_bookmark_unittest.cc', 285 'browser/sync/profile_sync_service_bookmark_unittest.cc',
286 'browser/sync/profile_sync_service_factory_unittest.cc',
286 'browser/sync/profile_sync_service_startup_unittest.cc', 287 'browser/sync/profile_sync_service_startup_unittest.cc',
287 'browser/sync/profile_sync_service_typed_url_unittest.cc', 288 'browser/sync/profile_sync_service_typed_url_unittest.cc',
288 'browser/sync/profile_sync_service_unittest.cc', 289 'browser/sync/profile_sync_service_unittest.cc',
289 'browser/sync/profile_sync_test_util.cc', 290 'browser/sync/profile_sync_test_util.cc',
290 'browser/sync/profile_sync_test_util.h', 291 'browser/sync/profile_sync_test_util.h',
291 'browser/sync/sessions/session_data_type_controller_unittest.cc', 292 'browser/sync/sessions/session_data_type_controller_unittest.cc',
292 'browser/sync/sessions/tab_node_pool_unittest.cc', 293 'browser/sync/sessions/tab_node_pool_unittest.cc',
293 'browser/sync/startup_controller_unittest.cc', 294 'browser/sync/startup_controller_unittest.cc',
294 'browser/sync/sync_startup_tracker_unittest.cc', 295 'browser/sync/sync_startup_tracker_unittest.cc',
295 'browser/sync/test/test_http_bridge_factory.cc', 296 'browser/sync/test/test_http_bridge_factory.cc',
(...skipping 2438 matching lines...) Expand 10 before | Expand all | Expand 10 after
2734 'dependencies': [ 2735 'dependencies': [
2735 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2736 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2736 ], 2737 ],
2737 }], 2738 }],
2738 ], 2739 ],
2739 }, 2740 },
2740 ], 2741 ],
2741 }], 2742 }],
2742 ], # 'conditions' 2743 ], # 'conditions'
2743 } 2744 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698