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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 16703025: [StorageMonitor] Move StorageMonitor ownership to BrowserProcessImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 5 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 2365 matching lines...) Expand 10 before | Expand all | Expand 10 after
2376 'browser/shell_integration_unittest.cc', 2376 'browser/shell_integration_unittest.cc',
2377 2377
2378 # No service process (which also requires multiprocess lock). 2378 # No service process (which also requires multiprocess lock).
2379 'common/multi_process_lock_unittest.cc', 2379 'common/multi_process_lock_unittest.cc',
2380 2380
2381 # Sync setup uses native ui. 2381 # Sync setup uses native ui.
2382 'browser/ui/webui/sync_setup_handler_unittest.cc', 2382 'browser/ui/webui/sync_setup_handler_unittest.cc',
2383 2383
2384 'browser/browser_commands_unittest.cc', 2384 'browser/browser_commands_unittest.cc',
2385 'browser/download/download_shelf_unittest.cc', 2385 'browser/download/download_shelf_unittest.cc',
2386 'browser/storage_monitor/media_storage_util_unittest.cc',
2386 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', 2387 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc',
2387 'browser/page_cycler/page_cycler_unittest.cc', 2388 'browser/page_cycler/page_cycler_unittest.cc',
2388 'browser/policy/async_policy_provider_unittest.cc', 2389 'browser/policy/async_policy_provider_unittest.cc',
2389 'browser/policy/cloud/component_cloud_policy_service_unittest.cc', 2390 'browser/policy/cloud/component_cloud_policy_service_unittest.cc',
2390 'browser/policy/cloud/component_cloud_policy_store_unittest.cc', 2391 'browser/policy/cloud/component_cloud_policy_store_unittest.cc',
2391 'browser/policy/cloud/component_cloud_policy_updater_unittest.cc', 2392 'browser/policy/cloud/component_cloud_policy_updater_unittest.cc',
2392 'browser/policy/cloud/external_policy_data_updater_unittest.cc', 2393 'browser/policy/cloud/external_policy_data_updater_unittest.cc',
2393 'browser/policy/cloud/resource_cache_unittest.cc', 2394 'browser/policy/cloud/resource_cache_unittest.cc',
2394 'browser/policy/config_dir_policy_loader_unittest.cc', 2395 'browser/policy/config_dir_policy_loader_unittest.cc',
2395 'browser/policy/managed_mode_policy_provider_unittest.cc', 2396 'browser/policy/managed_mode_policy_provider_unittest.cc',
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
2652 # more details. 2653 # more details.
2653 'DebugInformationFormat': '3', 2654 'DebugInformationFormat': '3',
2654 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2655 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2655 }, 2656 },
2656 }, 2657 },
2657 }, 2658 },
2658 ], 2659 ],
2659 }], 2660 }],
2660 ], # 'conditions' 2661 ], # 'conditions'
2661 } 2662 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698