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 1987 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1998 'browser/webdata/autofill_profile_syncable_service_unittest.cc', | 1998 'browser/webdata/autofill_profile_syncable_service_unittest.cc', |
1999 'browser/webdata/autofill_table_unittest.cc', | 1999 'browser/webdata/autofill_table_unittest.cc', |
2000 'browser/webdata/keyword_table_unittest.cc', | 2000 'browser/webdata/keyword_table_unittest.cc', |
2001 'browser/webdata/logins_table_unittest.cc', | 2001 'browser/webdata/logins_table_unittest.cc', |
2002 'browser/webdata/token_service_table_unittest.cc', | 2002 'browser/webdata/token_service_table_unittest.cc', |
2003 'browser/webdata/web_apps_table_unittest.cc', | 2003 'browser/webdata/web_apps_table_unittest.cc', |
2004 'browser/webdata/web_data_service_test_util.h', | 2004 'browser/webdata/web_data_service_test_util.h', |
2005 'browser/webdata/web_data_service_unittest.cc', | 2005 'browser/webdata/web_data_service_unittest.cc', |
2006 'browser/webdata/web_database_migration_unittest.cc', | 2006 'browser/webdata/web_database_migration_unittest.cc', |
2007 'browser/webdata/web_intents_table_unittest.cc', | 2007 'browser/webdata/web_intents_table_unittest.cc', |
| 2008 'browser/website_settings_model_unittest.cc', |
2008 'common/bzip2_unittest.cc', | 2009 'common/bzip2_unittest.cc', |
2009 'common/child_process_logging_mac_unittest.mm', | 2010 'common/child_process_logging_mac_unittest.mm', |
2010 'common/chrome_paths_unittest.cc', | 2011 'common/chrome_paths_unittest.cc', |
2011 'common/common_param_traits_unittest.cc', | 2012 'common/common_param_traits_unittest.cc', |
2012 'common/content_settings_helper_unittest.cc', | 2013 'common/content_settings_helper_unittest.cc', |
2013 'common/content_settings_pattern_parser_unittest.cc', | 2014 'common/content_settings_pattern_parser_unittest.cc', |
2014 'common/content_settings_pattern_unittest.cc', | 2015 'common/content_settings_pattern_unittest.cc', |
2015 'common/extensions/csp_validator_unittest.cc', | 2016 'common/extensions/csp_validator_unittest.cc', |
2016 'common/extensions/extension_action_unittest.cc', | 2017 'common/extensions/extension_action_unittest.cc', |
2017 'common/extensions/extension_file_util_unittest.cc', | 2018 'common/extensions/extension_file_util_unittest.cc', |
(...skipping 2638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4656 # Use outputs of this action as inputs for the main target build. | 4657 # Use outputs of this action as inputs for the main target build. |
4657 # Seems as a misnomer but makes this happy on Linux (scons). | 4658 # Seems as a misnomer but makes this happy on Linux (scons). |
4658 'process_outputs_as_sources': 1, | 4659 'process_outputs_as_sources': 1, |
4659 }, | 4660 }, |
4660 ], # 'actions' | 4661 ], # 'actions' |
4661 }, | 4662 }, |
4662 ] | 4663 ] |
4663 }], # 'coverage!=0' | 4664 }], # 'coverage!=0' |
4664 ], # 'conditions' | 4665 ], # 'conditions' |
4665 } | 4666 } |
OLD | NEW |