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 1812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1823 'browser/ui/webui/sync_internals_ui_unittest.cc', | 1823 'browser/ui/webui/sync_internals_ui_unittest.cc', |
1824 'browser/ui/webui/sync_setup_handler_unittest.cc', | 1824 'browser/ui/webui/sync_setup_handler_unittest.cc', |
1825 'browser/ui/webui/theme_source_unittest.cc', | 1825 'browser/ui/webui/theme_source_unittest.cc', |
1826 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', | 1826 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', |
1827 'browser/ui/webui/web_ui_unittest.cc', | 1827 'browser/ui/webui/web_ui_unittest.cc', |
1828 'browser/ui/window_sizer_ash_unittest.cc', | 1828 'browser/ui/window_sizer_ash_unittest.cc', |
1829 'browser/ui/window_sizer_unittest.cc', | 1829 'browser/ui/window_sizer_unittest.cc', |
1830 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', | 1830 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', |
1831 'browser/chrome_to_mobile_service_unittest.cc', | 1831 'browser/chrome_to_mobile_service_unittest.cc', |
1832 'browser/user_style_sheet_watcher_unittest.cc', | 1832 'browser/user_style_sheet_watcher_unittest.cc', |
1833 'browser/value_store/caching_value_store_unittest.cc', | |
1834 'browser/value_store/leveldb_value_store_unittest.cc', | 1833 'browser/value_store/leveldb_value_store_unittest.cc', |
1835 'browser/value_store/testing_value_store_unittest.cc', | 1834 'browser/value_store/testing_value_store_unittest.cc', |
| 1835 'browser/value_store/value_store_frontend_unittest.cc', |
1836 'browser/value_store/value_store_unittest.cc', | 1836 'browser/value_store/value_store_unittest.cc', |
1837 'browser/value_store/value_store_unittest.h', | 1837 'browser/value_store/value_store_unittest.h', |
1838 'browser/visitedlink/visitedlink_unittest.cc', | 1838 'browser/visitedlink/visitedlink_unittest.cc', |
1839 'browser/web_applications/web_app_mac_unittest.mm', | 1839 'browser/web_applications/web_app_mac_unittest.mm', |
1840 'browser/web_applications/web_app_unittest.cc', | 1840 'browser/web_applications/web_app_unittest.cc', |
1841 'browser/web_resource/promo_resource_service_unittest.cc', | 1841 'browser/web_resource/promo_resource_service_unittest.cc', |
1842 'browser/webdata/autofill_entry_unittest.cc', | 1842 'browser/webdata/autofill_entry_unittest.cc', |
1843 'browser/webdata/autofill_profile_syncable_service_unittest.cc', | 1843 'browser/webdata/autofill_profile_syncable_service_unittest.cc', |
1844 'browser/webdata/autofill_table_unittest.cc', | 1844 'browser/webdata/autofill_table_unittest.cc', |
1845 'browser/webdata/keyword_table_unittest.cc', | 1845 'browser/webdata/keyword_table_unittest.cc', |
(...skipping 2837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4683 # Use outputs of this action as inputs for the main target build. | 4683 # Use outputs of this action as inputs for the main target build. |
4684 # Seems as a misnomer but makes this happy on Linux (scons). | 4684 # Seems as a misnomer but makes this happy on Linux (scons). |
4685 'process_outputs_as_sources': 1, | 4685 'process_outputs_as_sources': 1, |
4686 }, | 4686 }, |
4687 ], # 'actions' | 4687 ], # 'actions' |
4688 }, | 4688 }, |
4689 ] | 4689 ] |
4690 }], # 'coverage!=0' | 4690 }], # 'coverage!=0' |
4691 ], # 'conditions' | 4691 ], # 'conditions' |
4692 } | 4692 } |
OLD | NEW |