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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 136573007: Quota: Factor out (Mock)QuotaManagerProxy into its own file for readability (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix Created 6 years, 11 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 | Annotate | Revision Log
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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'test/logging/win/mof_data_parser.cc', 273 'test/logging/win/mof_data_parser.cc',
274 'test/logging/win/mof_data_parser.h', 274 'test/logging/win/mof_data_parser.h',
275 'test/logging/win/test_log_collector.cc', 275 'test/logging/win/test_log_collector.cc',
276 'test/logging/win/test_log_collector.h', 276 'test/logging/win/test_log_collector.h',
277 'test/ppapi/ppapi_test.cc', 277 'test/ppapi/ppapi_test.cc',
278 'test/ppapi/ppapi_test.h', 278 'test/ppapi/ppapi_test.h',
279 '../ui/gfx/image/image_unittest_util.cc', 279 '../ui/gfx/image/image_unittest_util.cc',
280 '../ui/gfx/image/image_unittest_util.h', 280 '../ui/gfx/image/image_unittest_util.h',
281 '../webkit/browser/quota/mock_quota_manager.cc', 281 '../webkit/browser/quota/mock_quota_manager.cc',
282 '../webkit/browser/quota/mock_quota_manager.h', 282 '../webkit/browser/quota/mock_quota_manager.h',
283 '../webkit/browser/quota/mock_quota_manager_proxy.cc',
284 '../webkit/browser/quota/mock_quota_manager_proxy.h',
283 '../webkit/browser/quota/mock_special_storage_policy.cc', 285 '../webkit/browser/quota/mock_special_storage_policy.cc',
284 '../webkit/browser/quota/mock_special_storage_policy.h', 286 '../webkit/browser/quota/mock_special_storage_policy.h',
285 ], 287 ],
286 'conditions': [ 288 'conditions': [
287 ['OS!="ios"', { 289 ['OS!="ios"', {
288 'dependencies': [ 290 'dependencies': [
289 'common/extensions/api/api.gyp:api', 291 'common/extensions/api/api.gyp:api',
290 'plugin', 292 'plugin',
291 'renderer', 293 'renderer',
292 'utility', 294 'utility',
(...skipping 2602 matching lines...) Expand 10 before | Expand all | Expand 10 after
2895 'browser/ui/app_list/test/fake_profile_store.h', 2897 'browser/ui/app_list/test/fake_profile_store.h',
2896 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2898 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2897 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2899 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2898 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2900 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2899 ], 2901 ],
2900 }, 2902 },
2901 ], 2903 ],
2902 }], 2904 }],
2903 ], # 'conditions' 2905 ], # 'conditions'
2904 } 2906 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698