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

Side by Side Diff: components/components_tests.gyp

Issue 296453005: Componentize chrome/browser/network_time (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « components/components.gyp ('k') | components/network_time.gypi » ('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 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'keyed_service/content/browser_context_dependency_manager_unittest.c c', 105 'keyed_service/content/browser_context_dependency_manager_unittest.c c',
106 'keyed_service/core/dependency_graph_unittest.cc', 106 'keyed_service/core/dependency_graph_unittest.cc',
107 'language_usage_metrics/language_usage_metrics_unittest.cc', 107 'language_usage_metrics/language_usage_metrics_unittest.cc',
108 'metrics/machine_id_provider_win_unittest.cc', 108 'metrics/machine_id_provider_win_unittest.cc',
109 'metrics/metrics_hashes_unittest.cc', 109 'metrics/metrics_hashes_unittest.cc',
110 'metrics/metrics_log_base_unittest.cc', 110 'metrics/metrics_log_base_unittest.cc',
111 'metrics/metrics_log_manager_unittest.cc', 111 'metrics/metrics_log_manager_unittest.cc',
112 'metrics/metrics_reporting_scheduler_unittest.cc', 112 'metrics/metrics_reporting_scheduler_unittest.cc',
113 'metrics/persisted_logs_unittest.cc', 113 'metrics/persisted_logs_unittest.cc',
114 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc', 114 'navigation_interception/intercept_navigation_resource_throttle_unit test.cc',
115 'network_time/network_time_tracker_unittest.cc',
115 'os_crypt/ie7_password_win_unittest.cc', 116 'os_crypt/ie7_password_win_unittest.cc',
116 'os_crypt/keychain_password_mac_unittest.mm', 117 'os_crypt/keychain_password_mac_unittest.mm',
117 'os_crypt/os_crypt_unittest.cc', 118 'os_crypt/os_crypt_unittest.cc',
118 'password_manager/core/browser/browser_save_password_progress_logger _unittest.cc', 119 'password_manager/core/browser/browser_save_password_progress_logger _unittest.cc',
119 'password_manager/core/browser/log_router_unittest.cc', 120 'password_manager/core/browser/log_router_unittest.cc',
120 'password_manager/core/browser/login_database_unittest.cc', 121 'password_manager/core/browser/login_database_unittest.cc',
121 'password_manager/core/browser/password_autofill_manager_unittest.cc ', 122 'password_manager/core/browser/password_autofill_manager_unittest.cc ',
122 'password_manager/core/browser/password_form_manager_unittest.cc', 123 'password_manager/core/browser/password_form_manager_unittest.cc',
123 'password_manager/core/browser/password_generation_manager_unittest. cc', 124 'password_manager/core/browser/password_generation_manager_unittest. cc',
124 'password_manager/core/browser/password_manager_unittest.cc', 125 'password_manager/core/browser/password_manager_unittest.cc',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 'components.gyp:dom_distiller_content', 320 'components.gyp:dom_distiller_content',
320 321
321 # Dependencies of 322 # Dependencies of
322 # intercept_navigation_resource_throttle_unittest.cc 323 # intercept_navigation_resource_throttle_unittest.cc
323 '../skia/skia.gyp:skia', 324 '../skia/skia.gyp:skia',
324 'components.gyp:navigation_interception', 325 'components.gyp:navigation_interception',
325 326
326 # Dependencies of keyed_service 327 # Dependencies of keyed_service
327 'components.gyp:keyed_service_content', 328 'components.gyp:keyed_service_content',
328 329
330 # Dependencies of network_time
331 'components.gyp:network_time',
332
329 # Dependencies of precache/content 333 # Dependencies of precache/content
330 'components.gyp:precache_content', 334 'components.gyp:precache_content',
331 335
332 # Dependencies of sessions 336 # Dependencies of sessions
333 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 337 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
334 'components.gyp:sessions', 338 'components.gyp:sessions',
335 'components.gyp:sessions_test_support', 339 'components.gyp:sessions_test_support',
336 340
337 # Dependencies of storage monitor 341 # Dependencies of storage monitor
338 'components.gyp:storage_monitor', 342 'components.gyp:storage_monitor',
(...skipping 23 matching lines...) Expand all
362 ['include', '^test/run_all_unittests\\.cc$'], 366 ['include', '^test/run_all_unittests\\.cc$'],
363 ['include', '^auto_login_parser/'], 367 ['include', '^auto_login_parser/'],
364 ['include', '^autofill/core/'], 368 ['include', '^autofill/core/'],
365 ['include', '^bookmarks/'], 369 ['include', '^bookmarks/'],
366 ['include', '^data_reduction_proxy/'], 370 ['include', '^data_reduction_proxy/'],
367 ['include', '^dom_distiller/'], 371 ['include', '^dom_distiller/'],
368 ['include', '^gcm_driver/'], 372 ['include', '^gcm_driver/'],
369 ['include', '^invalidation/'], 373 ['include', '^invalidation/'],
370 ['include', '^json_schema/'], 374 ['include', '^json_schema/'],
371 ['include', '^keyed_service/core/'], 375 ['include', '^keyed_service/core/'],
372 ['include', '^language_usage_metrics/'], 376 ['include', '^language_usage_metrics/'],
blundell 2014/06/02 07:22:56 Please add network_time here.
hashimoto 2014/06/02 08:32:48 Done.
373 ['include', '^password_manager/'], 377 ['include', '^password_manager/'],
374 ['include', '^precache/core/'], 378 ['include', '^precache/core/'],
375 ['include', '^search_provider_logos/'], 379 ['include', '^search_provider_logos/'],
376 ['include', '^signin/'], 380 ['include', '^signin/'],
377 ['include', '^sync_driver/'], 381 ['include', '^sync_driver/'],
378 ['include', '^translate/'], 382 ['include', '^translate/'],
379 ['include', '^variations/'], 383 ['include', '^variations/'],
380 ], 384 ],
381 'dependencies': [ 385 'dependencies': [
382 # Dependencies of signin 386 # Dependencies of signin
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 'dependencies': [ 725 'dependencies': [
722 '../base/allocator/allocator.gyp:allocator', 726 '../base/allocator/allocator.gyp:allocator',
723 ], 727 ],
724 }], 728 }],
725 ], 729 ],
726 }, 730 },
727 ], 731 ],
728 }], 732 }],
729 ], 733 ],
730 } 734 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/network_time.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698