OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 { | 5 { |
6 'variables' : { | 6 'variables' : { |
7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 1897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1908 'browser/web_resource/promo_resource_service_unittest.cc', | 1908 'browser/web_resource/promo_resource_service_unittest.cc', |
1909 'browser/webdata/autofill_entry_unittest.cc', | 1909 'browser/webdata/autofill_entry_unittest.cc', |
1910 'browser/webdata/autofill_table_unittest.cc', | 1910 'browser/webdata/autofill_table_unittest.cc', |
1911 'browser/webdata/keyword_table_unittest.cc', | 1911 'browser/webdata/keyword_table_unittest.cc', |
1912 'browser/webdata/logins_table_unittest.cc', | 1912 'browser/webdata/logins_table_unittest.cc', |
1913 'browser/webdata/token_service_table_unittest.cc', | 1913 'browser/webdata/token_service_table_unittest.cc', |
1914 'browser/webdata/web_apps_table_unittest.cc', | 1914 'browser/webdata/web_apps_table_unittest.cc', |
1915 'browser/webdata/web_data_service_test_util.h', | 1915 'browser/webdata/web_data_service_test_util.h', |
1916 'browser/webdata/web_data_service_unittest.cc', | 1916 'browser/webdata/web_data_service_unittest.cc', |
1917 'browser/webdata/web_database_migration_unittest.cc', | 1917 'browser/webdata/web_database_migration_unittest.cc', |
| 1918 'browser/webdata/web_intents_table_unittest.cc', |
1918 'common/attributed_string_coder_mac_unittest.mm', | 1919 'common/attributed_string_coder_mac_unittest.mm', |
1919 'common/bzip2_unittest.cc', | 1920 'common/bzip2_unittest.cc', |
1920 'common/child_process_logging_mac_unittest.mm', | 1921 'common/child_process_logging_mac_unittest.mm', |
1921 'common/chrome_paths_unittest.cc', | 1922 'common/chrome_paths_unittest.cc', |
1922 'common/common_param_traits_unittest.cc', | 1923 'common/common_param_traits_unittest.cc', |
1923 'common/content_settings_helper_unittest.cc', | 1924 'common/content_settings_helper_unittest.cc', |
1924 'common/deprecated/event_sys_unittest.cc', | 1925 'common/deprecated/event_sys_unittest.cc', |
1925 'common/extensions/extension_action_unittest.cc', | 1926 'common/extensions/extension_action_unittest.cc', |
1926 'common/extensions/extension_file_util_unittest.cc', | 1927 'common/extensions/extension_file_util_unittest.cc', |
1927 'common/extensions/extension_icon_set_unittest.cc', | 1928 'common/extensions/extension_icon_set_unittest.cc', |
(...skipping 2429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4357 # Use outputs of this action as inputs for the main target build. | 4358 # Use outputs of this action as inputs for the main target build. |
4358 # Seems as a misnomer but makes this happy on Linux (scons). | 4359 # Seems as a misnomer but makes this happy on Linux (scons). |
4359 'process_outputs_as_sources': 1, | 4360 'process_outputs_as_sources': 1, |
4360 }, | 4361 }, |
4361 ], # 'actions' | 4362 ], # 'actions' |
4362 }, | 4363 }, |
4363 ] | 4364 ] |
4364 }], # 'coverage!=0' | 4365 }], # 'coverage!=0' |
4365 ], # 'conditions' | 4366 ], # 'conditions' |
4366 } | 4367 } |
OLD | NEW |