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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 214233005: Move mock_quota_manager and friends from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use FORWARD_DECLARE_TEST to fix compile errors Created 6 years, 8 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
« no previous file with comments | « no previous file | content/browser/appcache/appcache_storage_unittest.cc » ('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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'test/logging/win/log_file_reader.cc', 275 'test/logging/win/log_file_reader.cc',
276 'test/logging/win/log_file_reader.h', 276 'test/logging/win/log_file_reader.h',
277 'test/logging/win/mof_data_parser.cc', 277 'test/logging/win/mof_data_parser.cc',
278 'test/logging/win/mof_data_parser.h', 278 'test/logging/win/mof_data_parser.h',
279 'test/logging/win/test_log_collector.cc', 279 'test/logging/win/test_log_collector.cc',
280 'test/logging/win/test_log_collector.h', 280 'test/logging/win/test_log_collector.h',
281 'test/ppapi/ppapi_test.cc', 281 'test/ppapi/ppapi_test.cc',
282 'test/ppapi/ppapi_test.h', 282 'test/ppapi/ppapi_test.h',
283 '../ui/gfx/image/image_unittest_util.cc', 283 '../ui/gfx/image/image_unittest_util.cc',
284 '../ui/gfx/image/image_unittest_util.h', 284 '../ui/gfx/image/image_unittest_util.h',
285 '../webkit/browser/quota/mock_quota_manager.cc', 285 '../content/browser/quota/mock_quota_manager.cc',
286 '../webkit/browser/quota/mock_quota_manager.h', 286 '../content/browser/quota/mock_quota_manager.h',
287 '../webkit/browser/quota/mock_quota_manager_proxy.cc', 287 '../content/browser/quota/mock_quota_manager_proxy.cc',
288 '../webkit/browser/quota/mock_quota_manager_proxy.h', 288 '../content/browser/quota/mock_quota_manager_proxy.h',
jam 2014/04/08 16:14:00 chrome can only include files from content/public
289 '../webkit/browser/quota/mock_special_storage_policy.cc', 289 '../webkit/browser/quota/mock_special_storage_policy.cc',
290 '../webkit/browser/quota/mock_special_storage_policy.h', 290 '../webkit/browser/quota/mock_special_storage_policy.h',
291 ], 291 ],
292 'conditions': [ 292 'conditions': [
293 ['OS!="ios"', { 293 ['OS!="ios"', {
294 'dependencies': [ 294 'dependencies': [
295 'common/extensions/api/api.gyp:chrome_api', 295 'common/extensions/api/api.gyp:chrome_api',
296 'plugin', 296 'plugin',
297 'renderer', 297 'renderer',
298 'utility', 298 'utility',
(...skipping 2586 matching lines...) Expand 10 before | Expand all | Expand 10 after
2885 'browser/ui/app_list/test/fake_profile_store.h', 2885 'browser/ui/app_list/test/fake_profile_store.h',
2886 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2886 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2887 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2887 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2888 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2888 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2889 ], 2889 ],
2890 }, 2890 },
2891 ], 2891 ],
2892 }], 2892 }],
2893 ], # 'conditions' 2893 ], # 'conditions'
2894 } 2894 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/appcache/appcache_storage_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698