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

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: Catch up to SystemInfoStorage eject test 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 2370 matching lines...) Expand 10 before | Expand all | Expand 10 after
2381 'browser/shell_integration_unittest.cc', 2381 'browser/shell_integration_unittest.cc',
2382 2382
2383 # No service process (which also requires multiprocess lock). 2383 # No service process (which also requires multiprocess lock).
2384 'common/multi_process_lock_unittest.cc', 2384 'common/multi_process_lock_unittest.cc',
2385 2385
2386 # Sync setup uses native ui. 2386 # Sync setup uses native ui.
2387 'browser/ui/webui/sync_setup_handler_unittest.cc', 2387 'browser/ui/webui/sync_setup_handler_unittest.cc',
2388 2388
2389 'browser/browser_commands_unittest.cc', 2389 'browser/browser_commands_unittest.cc',
2390 'browser/download/download_shelf_unittest.cc', 2390 'browser/download/download_shelf_unittest.cc',
2391 'browser/storage_monitor/media_storage_util_unittest.cc',
2391 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', 2392 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc',
2392 'browser/page_cycler/page_cycler_unittest.cc', 2393 'browser/page_cycler/page_cycler_unittest.cc',
2393 'browser/policy/async_policy_provider_unittest.cc', 2394 'browser/policy/async_policy_provider_unittest.cc',
2394 'browser/policy/cloud/component_cloud_policy_service_unittest.cc', 2395 'browser/policy/cloud/component_cloud_policy_service_unittest.cc',
2395 'browser/policy/cloud/component_cloud_policy_store_unittest.cc', 2396 'browser/policy/cloud/component_cloud_policy_store_unittest.cc',
2396 'browser/policy/cloud/component_cloud_policy_updater_unittest.cc', 2397 'browser/policy/cloud/component_cloud_policy_updater_unittest.cc',
2397 'browser/policy/cloud/external_policy_data_updater_unittest.cc', 2398 'browser/policy/cloud/external_policy_data_updater_unittest.cc',
2398 'browser/policy/cloud/resource_cache_unittest.cc', 2399 'browser/policy/cloud/resource_cache_unittest.cc',
2399 'browser/policy/config_dir_policy_loader_unittest.cc', 2400 'browser/policy/config_dir_policy_loader_unittest.cc',
2400 'browser/policy/managed_mode_policy_provider_unittest.cc', 2401 'browser/policy/managed_mode_policy_provider_unittest.cc',
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
2658 # more details. 2659 # more details.
2659 'DebugInformationFormat': '3', 2660 'DebugInformationFormat': '3',
2660 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2661 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2661 }, 2662 },
2662 }, 2663 },
2663 }, 2664 },
2664 ], 2665 ],
2665 }], 2666 }],
2666 ], # 'conditions' 2667 ], # 'conditions'
2667 } 2668 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/extensions/media_galleries_dialog_gtk_unittest.cc ('k') | chrome/test/base/testing_browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698