OLD | NEW |
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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 'test/logging/win/test_log_collector.cc', | 265 'test/logging/win/test_log_collector.cc', |
266 'test/logging/win/test_log_collector.h', | 266 'test/logging/win/test_log_collector.h', |
267 'test/perf/perf_test.cc', | 267 'test/perf/perf_test.cc', |
268 'test/perf/perf_test.h', | 268 'test/perf/perf_test.h', |
269 # TODO: these should live here but are currently used by | 269 # TODO: these should live here but are currently used by |
270 # production code code in libbrowser (in chrome.gyp). | 270 # production code code in libbrowser (in chrome.gyp). |
271 #'../content/browser/net/url_request_mock_http_job.cc', | 271 #'../content/browser/net/url_request_mock_http_job.cc', |
272 #'../content/browser/net/url_request_mock_http_job.h', | 272 #'../content/browser/net/url_request_mock_http_job.h', |
273 '../ui/gfx/image/image_unittest_util.h', | 273 '../ui/gfx/image/image_unittest_util.h', |
274 '../ui/gfx/image/image_unittest_util.cc', | 274 '../ui/gfx/image/image_unittest_util.cc', |
275 '../webkit/fileapi/mock_file_system_options.cc', | |
276 '../webkit/fileapi/mock_file_system_options.h', | |
277 '../webkit/quota/mock_quota_manager.cc', | 275 '../webkit/quota/mock_quota_manager.cc', |
278 '../webkit/quota/mock_quota_manager.h', | 276 '../webkit/quota/mock_quota_manager.h', |
279 ], | 277 ], |
280 'conditions': [ | 278 'conditions': [ |
281 ['chromeos==0', { | 279 ['chromeos==0', { |
282 'sources/': [ | 280 'sources/': [ |
283 ['exclude', '^browser/chromeos'], | 281 ['exclude', '^browser/chromeos'], |
284 ], | 282 ], |
285 }], | 283 }], |
286 ['chromeos==1', { | 284 ['chromeos==1', { |
(...skipping 1705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1992 '../tools/json_schema_compiler/test/enums_unittest.cc', | 1990 '../tools/json_schema_compiler/test/enums_unittest.cc', |
1993 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', | 1991 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', |
1994 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', | 1992 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', |
1995 '../tools/json_schema_compiler/test/objects_unittest.cc', | 1993 '../tools/json_schema_compiler/test/objects_unittest.cc', |
1996 '../tools/json_schema_compiler/test/simple_api_unittest.cc', | 1994 '../tools/json_schema_compiler/test/simple_api_unittest.cc', |
1997 '../ui/views/test/test_views_delegate.cc', | 1995 '../ui/views/test/test_views_delegate.cc', |
1998 '../ui/views/test/test_views_delegate.h', | 1996 '../ui/views/test/test_views_delegate.h', |
1999 '../ui/views/test/views_test_base.cc', | 1997 '../ui/views/test/views_test_base.cc', |
2000 '../ui/views/test/views_test_base.h', | 1998 '../ui/views/test/views_test_base.h', |
2001 '../webkit/blob/local_file_stream_reader_unittest.cc', | 1999 '../webkit/blob/local_file_stream_reader_unittest.cc', |
2002 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', | |
2003 '../webkit/fileapi/file_system_operation_write_unittest.cc', | |
2004 '../webkit/fileapi/file_system_test_helper.cc', | |
2005 '../webkit/fileapi/file_system_test_helper.h', | |
2006 '../webkit/fileapi/file_system_url_request_job_unittest.cc', | |
2007 '../webkit/fileapi/file_writer_delegate_unittest.cc', | |
2008 '../webkit/fileapi/local_file_stream_writer_unittest.cc', | |
2009 '../webkit/fileapi/mock_file_system_options.cc', | |
2010 '../webkit/fileapi/mock_file_system_options.h', | |
2011 '../webkit/quota/mock_storage_client.cc', | 2000 '../webkit/quota/mock_storage_client.cc', |
2012 '../webkit/quota/mock_storage_client.h', | 2001 '../webkit/quota/mock_storage_client.h', |
2013 ], | 2002 ], |
2014 'conditions': [ | 2003 'conditions': [ |
2015 ['enable_background==0', { | 2004 ['enable_background==0', { |
2016 'sources/': [ | 2005 'sources/': [ |
2017 ['exclude', '^browser/background/'], | 2006 ['exclude', '^browser/background/'], |
2018 ], | 2007 ], |
2019 }], | 2008 }], |
2020 ['enable_one_click_signin==0', { | 2009 ['enable_one_click_signin==0', { |
(...skipping 2636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4657 # Use outputs of this action as inputs for the main target build. | 4646 # Use outputs of this action as inputs for the main target build. |
4658 # Seems as a misnomer but makes this happy on Linux (scons). | 4647 # Seems as a misnomer but makes this happy on Linux (scons). |
4659 'process_outputs_as_sources': 1, | 4648 'process_outputs_as_sources': 1, |
4660 }, | 4649 }, |
4661 ], # 'actions' | 4650 ], # 'actions' |
4662 }, | 4651 }, |
4663 ] | 4652 ] |
4664 }], # 'coverage!=0' | 4653 }], # 'coverage!=0' |
4665 ], # 'conditions' | 4654 ], # 'conditions' |
4666 } | 4655 } |
OLD | NEW |