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 1859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1870 'browser/ui/webui/options2/language_options_handler_unittest.cc', | 1870 'browser/ui/webui/options2/language_options_handler_unittest.cc', |
1871 'browser/ui/webui/policy_ui_unittest.cc', | 1871 'browser/ui/webui/policy_ui_unittest.cc', |
1872 'browser/ui/webui/print_preview/print_preview_handler_unittest.cc', | 1872 'browser/ui/webui/print_preview/print_preview_handler_unittest.cc', |
1873 'browser/ui/webui/print_preview/print_preview_ui_unittest.cc', | 1873 'browser/ui/webui/print_preview/print_preview_ui_unittest.cc', |
1874 'browser/ui/webui/signin/login_ui_service_unittest.cc', | 1874 'browser/ui/webui/signin/login_ui_service_unittest.cc', |
1875 'browser/ui/webui/sync_internals_ui_unittest.cc', | 1875 'browser/ui/webui/sync_internals_ui_unittest.cc', |
1876 'browser/ui/webui/sync_setup_handler_unittest.cc', | 1876 'browser/ui/webui/sync_setup_handler_unittest.cc', |
1877 'browser/ui/webui/theme_source_unittest.cc', | 1877 'browser/ui/webui/theme_source_unittest.cc', |
1878 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', | 1878 'browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc', |
1879 'browser/ui/webui/web_ui_unittest.cc', | 1879 'browser/ui/webui/web_ui_unittest.cc', |
| 1880 'browser/ui/webui/web_ui_util_unittest.cc', |
1880 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', | 1881 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', |
1881 'browser/ui/window_sizer/window_sizer_unittest.cc', | 1882 'browser/ui/window_sizer/window_sizer_unittest.cc', |
1882 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', | 1883 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', |
1883 'browser/chrome_to_mobile_service_unittest.cc', | 1884 'browser/chrome_to_mobile_service_unittest.cc', |
1884 'browser/user_style_sheet_watcher_unittest.cc', | 1885 'browser/user_style_sheet_watcher_unittest.cc', |
1885 'browser/value_store/leveldb_value_store_unittest.cc', | 1886 'browser/value_store/leveldb_value_store_unittest.cc', |
1886 'browser/value_store/policy_value_store_unittest.cc', | 1887 'browser/value_store/policy_value_store_unittest.cc', |
1887 'browser/value_store/testing_value_store_unittest.cc', | 1888 'browser/value_store/testing_value_store_unittest.cc', |
1888 'browser/value_store/value_store_frontend_unittest.cc', | 1889 'browser/value_store/value_store_frontend_unittest.cc', |
1889 'browser/value_store/value_store_unittest.cc', | 1890 'browser/value_store/value_store_unittest.cc', |
(...skipping 2793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4683 '--result', '<@(_outputs)', | 4684 '--result', '<@(_outputs)', |
4684 '--isolate', 'browser_tests.isolate', | 4685 '--isolate', 'browser_tests.isolate', |
4685 ], | 4686 ], |
4686 }, | 4687 }, |
4687 ], | 4688 ], |
4688 }, | 4689 }, |
4689 ], | 4690 ], |
4690 }], | 4691 }], |
4691 ], # 'conditions' | 4692 ], # 'conditions' |
4692 } | 4693 } |
OLD | NEW |