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 1798 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1809 'browser/ui/webui/sync_internals_ui_unittest.cc', | 1809 'browser/ui/webui/sync_internals_ui_unittest.cc', |
1810 'browser/ui/webui/sync_setup_handler_unittest.cc', | 1810 'browser/ui/webui/sync_setup_handler_unittest.cc', |
1811 'browser/ui/webui/theme_source_unittest.cc', | 1811 'browser/ui/webui/theme_source_unittest.cc', |
1812 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', | 1812 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', |
1813 'browser/ui/webui/web_ui_unittest.cc', | 1813 'browser/ui/webui/web_ui_unittest.cc', |
1814 'browser/ui/window_sizer_ash_unittest.cc', | 1814 'browser/ui/window_sizer_ash_unittest.cc', |
1815 'browser/ui/window_sizer_unittest.cc', | 1815 'browser/ui/window_sizer_unittest.cc', |
1816 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', | 1816 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', |
1817 'browser/chrome_to_mobile_service_unittest.cc', | 1817 'browser/chrome_to_mobile_service_unittest.cc', |
1818 'browser/user_style_sheet_watcher_unittest.cc', | 1818 'browser/user_style_sheet_watcher_unittest.cc', |
| 1819 'browser/value_store/caching_value_store_unittest.cc', |
1819 'browser/value_store/leveldb_value_store_unittest.cc', | 1820 'browser/value_store/leveldb_value_store_unittest.cc', |
1820 'browser/value_store/testing_value_store_unittest.cc', | 1821 'browser/value_store/testing_value_store_unittest.cc', |
1821 'browser/value_store/value_store_frontend_unittest.cc', | |
1822 'browser/value_store/value_store_unittest.cc', | 1822 'browser/value_store/value_store_unittest.cc', |
1823 'browser/value_store/value_store_unittest.h', | 1823 'browser/value_store/value_store_unittest.h', |
1824 'browser/visitedlink/visitedlink_unittest.cc', | 1824 'browser/visitedlink/visitedlink_unittest.cc', |
1825 'browser/web_applications/web_app_mac_unittest.mm', | 1825 'browser/web_applications/web_app_mac_unittest.mm', |
1826 'browser/web_applications/web_app_unittest.cc', | 1826 'browser/web_applications/web_app_unittest.cc', |
1827 'browser/web_resource/promo_resource_service_unittest.cc', | 1827 'browser/web_resource/promo_resource_service_unittest.cc', |
1828 'browser/webdata/autofill_entry_unittest.cc', | 1828 'browser/webdata/autofill_entry_unittest.cc', |
1829 'browser/webdata/autofill_profile_syncable_service_unittest.cc', | 1829 'browser/webdata/autofill_profile_syncable_service_unittest.cc', |
1830 'browser/webdata/autofill_table_unittest.cc', | 1830 'browser/webdata/autofill_table_unittest.cc', |
1831 'browser/webdata/keyword_table_unittest.cc', | 1831 'browser/webdata/keyword_table_unittest.cc', |
(...skipping 2836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4668 # Use outputs of this action as inputs for the main target build. | 4668 # Use outputs of this action as inputs for the main target build. |
4669 # Seems as a misnomer but makes this happy on Linux (scons). | 4669 # Seems as a misnomer but makes this happy on Linux (scons). |
4670 'process_outputs_as_sources': 1, | 4670 'process_outputs_as_sources': 1, |
4671 }, | 4671 }, |
4672 ], # 'actions' | 4672 ], # 'actions' |
4673 }, | 4673 }, |
4674 ] | 4674 ] |
4675 }], # 'coverage!=0' | 4675 }], # 'coverage!=0' |
4676 ], # 'conditions' | 4676 ], # 'conditions' |
4677 } | 4677 } |
OLD | NEW |