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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10540042: Move remaining webkit storage unit tests to content_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/content_tests.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1978 matching lines...) Expand 10 before | Expand all | Expand 10 after
1989 '../tools/json_schema_compiler/test/crossref_unittest.cc', 1989 '../tools/json_schema_compiler/test/crossref_unittest.cc',
1990 '../tools/json_schema_compiler/test/enums_unittest.cc', 1990 '../tools/json_schema_compiler/test/enums_unittest.cc',
1991 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 1991 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
1992 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 1992 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
1993 '../tools/json_schema_compiler/test/objects_unittest.cc', 1993 '../tools/json_schema_compiler/test/objects_unittest.cc',
1994 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 1994 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
1995 '../ui/views/test/test_views_delegate.cc', 1995 '../ui/views/test/test_views_delegate.cc',
1996 '../ui/views/test/test_views_delegate.h', 1996 '../ui/views/test/test_views_delegate.h',
1997 '../ui/views/test/views_test_base.cc', 1997 '../ui/views/test/views_test_base.cc',
1998 '../ui/views/test/views_test_base.h', 1998 '../ui/views/test/views_test_base.h',
1999 '../webkit/blob/local_file_stream_reader_unittest.cc',
2000 '../webkit/quota/mock_storage_client.cc', 1999 '../webkit/quota/mock_storage_client.cc',
2001 '../webkit/quota/mock_storage_client.h', 2000 '../webkit/quota/mock_storage_client.h',
2002 ], 2001 ],
2003 'conditions': [ 2002 'conditions': [
2004 ['enable_background==0', { 2003 ['enable_background==0', {
2005 'sources/': [ 2004 'sources/': [
2006 ['exclude', '^browser/background/'], 2005 ['exclude', '^browser/background/'],
2007 ], 2006 ],
2008 }], 2007 }],
2009 ['enable_one_click_signin==0', { 2008 ['enable_one_click_signin==0', {
(...skipping 2636 matching lines...) Expand 10 before | Expand all | Expand 10 after
4646 # Use outputs of this action as inputs for the main target build. 4645 # Use outputs of this action as inputs for the main target build.
4647 # Seems as a misnomer but makes this happy on Linux (scons). 4646 # Seems as a misnomer but makes this happy on Linux (scons).
4648 'process_outputs_as_sources': 1, 4647 'process_outputs_as_sources': 1,
4649 }, 4648 },
4650 ], # 'actions' 4649 ], # 'actions'
4651 }, 4650 },
4652 ] 4651 ]
4653 }], # 'coverage!=0' 4652 }], # 'coverage!=0'
4654 ], # 'conditions' 4653 ], # 'conditions'
4655 } 4654 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698