| 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 1978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |