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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1308313003: Componentize chrome/common/sync_util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years, 3 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/chrome_common.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 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 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 'common/instant_types_unittest.cc', 513 'common/instant_types_unittest.cc',
514 'common/mac/cfbundle_blocker_unittest.mm', 514 'common/mac/cfbundle_blocker_unittest.mm',
515 'common/mac/mock_launchd.cc', 515 'common/mac/mock_launchd.cc',
516 'common/mac/mock_launchd.h', 516 'common/mac/mock_launchd.h',
517 'common/mac/objc_zombie_unittest.mm', 517 'common/mac/objc_zombie_unittest.mm',
518 'common/partial_circular_buffer_unittest.cc', 518 'common/partial_circular_buffer_unittest.cc',
519 'common/pref_names_util_unittest.cc', 519 'common/pref_names_util_unittest.cc',
520 'common/search_urls_unittest.cc', 520 'common/search_urls_unittest.cc',
521 'common/secure_origin_whitelist_unittest.cc', 521 'common/secure_origin_whitelist_unittest.cc',
522 'common/switch_utils_unittest.cc', 522 'common/switch_utils_unittest.cc',
523 'common/sync_util_unittest.cc',
524 'common/variations/variations_util_unittest.cc', 523 'common/variations/variations_util_unittest.cc',
525 'common/worker_thread_ticker_unittest.cc', 524 'common/worker_thread_ticker_unittest.cc',
526 'renderer/chrome_content_renderer_client_unittest.cc', 525 'renderer/chrome_content_renderer_client_unittest.cc',
527 'renderer/content_settings_observer_unittest.cc', 526 'renderer/content_settings_observer_unittest.cc',
528 'renderer/instant_restricted_id_cache_unittest.cc', 527 'renderer/instant_restricted_id_cache_unittest.cc',
529 'renderer/plugins/plugin_uma_unittest.cc', 528 'renderer/plugins/plugin_uma_unittest.cc',
530 'renderer/prerender/prerender_dispatcher_unittest.cc', 529 'renderer/prerender/prerender_dispatcher_unittest.cc',
531 'renderer/searchbox/search_bouncer_unittest.cc', 530 'renderer/searchbox/search_bouncer_unittest.cc',
532 'renderer/searchbox/searchbox_extension_unittest.cc', 531 'renderer/searchbox/searchbox_extension_unittest.cc',
533 'renderer/searchbox/searchbox_unittest.cc', 532 'renderer/searchbox/searchbox_unittest.cc',
(...skipping 2399 matching lines...) Expand 10 before | Expand all | Expand 10 after
2933 'dependencies': [ 2932 'dependencies': [
2934 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2933 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2935 ], 2934 ],
2936 }], 2935 }],
2937 ], 2936 ],
2938 }, 2937 },
2939 ], 2938 ],
2940 }], 2939 }],
2941 ], # 'conditions' 2940 ], # 'conditions'
2942 } 2941 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698