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

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: 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
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 2275 matching lines...) Expand 10 before | Expand all | Expand 10 after
2286 'browser/signin/signin_global_error_unittest.cc', 2286 'browser/signin/signin_global_error_unittest.cc',
2287 'browser/signin/signin_manager_unittest.cc', 2287 'browser/signin/signin_manager_unittest.cc',
2288 'browser/signin/signin_names_io_thread_unittest.cc', 2288 'browser/signin/signin_names_io_thread_unittest.cc',
2289 'browser/sync/sync_global_error_unittest.cc', 2289 'browser/sync/sync_global_error_unittest.cc',
2290 'browser/ui/sync/one_click_signin_helper_unittest.cc', 2290 'browser/ui/sync/one_click_signin_helper_unittest.cc',
2291 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc', 2291 'browser/ui/sync/one_click_signin_sync_starter_unittest.cc',
2292 'browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc ', 2292 'browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc ',
2293 ], 2293 ],
2294 'sources': [ 2294 'sources': [
2295 'browser/extensions/updater/local_extension_cache_unittest.cc', 2295 'browser/extensions/updater/local_extension_cache_unittest.cc',
2296 'browser/metrics/chromeos_metrics_provider_unittest.cc',
2296 ], 2297 ],
2297 'sources/': [ 2298 'sources/': [
2298 ['exclude', '^browser/ui/views/app_list/linux/'], 2299 ['exclude', '^browser/ui/views/app_list/linux/'],
2299 ], 2300 ],
2300 }, { # else: chromeos == 0 2301 }, { # else: chromeos == 0
2301 'sources/': [ 2302 'sources/': [
2302 ['exclude', '^browser/chromeos/'], 2303 ['exclude', '^browser/chromeos/'],
2303 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], 2304 ['exclude', '^browser/ui/webui/chromeos/imageburner/'],
2304 ['exclude', '^browser/ui/webui/chromeos/login'], 2305 ['exclude', '^browser/ui/webui/chromeos/login'],
2305 ['exclude', '^browser/ui/webui/options/chromeos/'], 2306 ['exclude', '^browser/ui/webui/options/chromeos/'],
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
2819 'unit_tests.isolate', 2820 'unit_tests.isolate',
2820 ], 2821 ],
2821 'sources': [ 2822 'sources': [
2822 'unit_tests.isolate', 2823 'unit_tests.isolate',
2823 ], 2824 ],
2824 }, 2825 },
2825 ], 2826 ],
2826 }], 2827 }],
2827 ], # 'conditions' 2828 ], # 'conditions'
2828 } 2829 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698