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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 292433015: Refactor MetricsLogChromeOS to ChromeOSMetricsProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build fixes Created 6 years, 7 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_browser.gypi ('k') | components/metrics/metrics_provider.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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2282 matching lines...) Expand 10 before | Expand all | Expand 10 after
2293 'browser/signin/signin_global_error_unittest.cc', 2293 'browser/signin/signin_global_error_unittest.cc',
2294 'browser/signin/signin_manager_unittest.cc', 2294 'browser/signin/signin_manager_unittest.cc',
2295 'browser/signin/signin_names_io_thread_unittest.cc', 2295 'browser/signin/signin_names_io_thread_unittest.cc',
2296 'browser/sync/sync_global_error_unittest.cc', 2296 'browser/sync/sync_global_error_unittest.cc',
2297 'browser/ui/sync/one_click_signin_helper_unittest.cc', 2297 'browser/ui/sync/one_click_signin_helper_unittest.cc',
2298 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', 2298 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc',
2299 'browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc ', 2299 'browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc ',
2300 ], 2300 ],
2301 'sources': [ 2301 'sources': [
2302 'browser/extensions/updater/local_extension_cache_unittest.cc', 2302 'browser/extensions/updater/local_extension_cache_unittest.cc',
2303 'browser/metrics/chromeos_metrics_provider_unittest.cc',
2303 ], 2304 ],
2304 'sources/': [ 2305 'sources/': [
2305 ['exclude', '^browser/ui/views/app_list/linux/'], 2306 ['exclude', '^browser/ui/views/app_list/linux/'],
2306 ], 2307 ],
2307 }, { # else: chromeos == 0 2308 }, { # else: chromeos == 0
2308 'sources/': [ 2309 'sources/': [
2309 ['exclude', '^browser/chromeos/'], 2310 ['exclude', '^browser/chromeos/'],
2310 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], 2311 ['exclude', '^browser/ui/webui/chromeos/imageburner/'],
2311 ['exclude', '^browser/ui/webui/chromeos/login'], 2312 ['exclude', '^browser/ui/webui/chromeos/login'],
2312 ['exclude', '^browser/ui/webui/options/chromeos/'], 2313 ['exclude', '^browser/ui/webui/options/chromeos/'],
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
2826 'unit_tests.isolate', 2827 'unit_tests.isolate',
2827 ], 2828 ],
2828 'sources': [ 2829 'sources': [
2829 'unit_tests.isolate', 2830 'unit_tests.isolate',
2830 ], 2831 ],
2831 }, 2832 },
2832 ], 2833 ],
2833 }], 2834 }],
2834 ], # 'conditions' 2835 ], # 'conditions'
2835 } 2836 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/metrics/metrics_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698