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 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1215 'browser/ui/intents/web_intent_picker_browsertest.cc', | 1215 'browser/ui/intents/web_intent_picker_browsertest.cc', |
1216 'browser/ui/intents/web_intent_picker_controller_browsertest.cc', | 1216 'browser/ui/intents/web_intent_picker_controller_browsertest.cc', |
1217 'browser/ui/intents/web_intent_picker_delegate_mock.cc', | 1217 'browser/ui/intents/web_intent_picker_delegate_mock.cc', |
1218 'browser/ui/intents/web_intent_picker_delegate_mock.h', | 1218 'browser/ui/intents/web_intent_picker_delegate_mock.h', |
1219 'browser/ui/login/login_prompt_browsertest.cc', | 1219 'browser/ui/login/login_prompt_browsertest.cc', |
1220 'browser/ui/panels/panel_extension_browsertest.cc', | 1220 'browser/ui/panels/panel_extension_browsertest.cc', |
1221 'browser/ui/prefs/prefs_tab_helper_browsertest.cc', | 1221 'browser/ui/prefs/prefs_tab_helper_browsertest.cc', |
1222 'browser/ui/startup/startup_browser_creator_browsertest.cc', | 1222 'browser/ui/startup/startup_browser_creator_browsertest.cc', |
1223 'browser/ui/tab_modal_confirm_dialog_browsertest.cc', | 1223 'browser/ui/tab_modal_confirm_dialog_browsertest.cc', |
1224 'browser/ui/tab_modal_confirm_dialog_browsertest.h', | 1224 'browser/ui/tab_modal_confirm_dialog_browsertest.h', |
| 1225 'browser/ui/views/avatar_menu_button_browsertest.cc', |
1225 'browser/ui/views/browser_actions_container_browsertest.cc', | 1226 'browser/ui/views/browser_actions_container_browsertest.cc', |
1226 'browser/ui/views/find_bar_controller_browsertest.cc', | 1227 'browser/ui/views/find_bar_controller_browsertest.cc', |
1227 'browser/ui/views/frame/app_non_client_frame_view_ash_browsertest.cc', | 1228 'browser/ui/views/frame/app_non_client_frame_view_ash_browsertest.cc', |
1228 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc
', | 1229 'browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest.cc
', |
1229 'browser/ui/views/frame/browser_view_browsertest.cc', | 1230 'browser/ui/views/frame/browser_view_browsertest.cc', |
1230 'browser/ui/views/immersive_mode_controller_browsertest.cc', | 1231 'browser/ui/views/immersive_mode_controller_browsertest.cc', |
1231 'browser/ui/views/location_bar/star_view_browsertest.cc', | 1232 'browser/ui/views/location_bar/star_view_browsertest.cc', |
1232 'browser/ui/views/select_file_dialog_extension_browsertest.cc', | 1233 'browser/ui/views/select_file_dialog_extension_browsertest.cc', |
1233 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc', | 1234 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc', |
1234 'browser/ui/views/toolbar_view_browsertest.cc', | 1235 'browser/ui/views/toolbar_view_browsertest.cc', |
(...skipping 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2857 'sync_integration_tests.isolate', | 2858 'sync_integration_tests.isolate', |
2858 ], | 2859 ], |
2859 'sources': [ | 2860 'sources': [ |
2860 'sync_integration_tests.isolate', | 2861 'sync_integration_tests.isolate', |
2861 ], | 2862 ], |
2862 }, | 2863 }, |
2863 ], | 2864 ], |
2864 }], | 2865 }], |
2865 ], # 'conditions' | 2866 ], # 'conditions' |
2866 } | 2867 } |
OLD | NEW |