OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 'browser/ui/panels/panel_resize_browsertest.cc', | 229 'browser/ui/panels/panel_resize_browsertest.cc', |
230 'browser/ui/panels/stacked_panel_browsertest.cc', | 230 'browser/ui/panels/stacked_panel_browsertest.cc', |
231 'browser/ui/panels/test_panel_active_state_observer.cc', | 231 'browser/ui/panels/test_panel_active_state_observer.cc', |
232 'browser/ui/panels/test_panel_active_state_observer.h', | 232 'browser/ui/panels/test_panel_active_state_observer.h', |
233 'browser/ui/panels/test_panel_mouse_watcher.cc', | 233 'browser/ui/panels/test_panel_mouse_watcher.cc', |
234 'browser/ui/panels/test_panel_mouse_watcher.h', | 234 'browser/ui/panels/test_panel_mouse_watcher.h', |
235 'browser/ui/panels/test_panel_notification_observer.cc', | 235 'browser/ui/panels/test_panel_notification_observer.cc', |
236 'browser/ui/panels/test_panel_notification_observer.h', | 236 'browser/ui/panels/test_panel_notification_observer.h', |
237 'browser/ui/panels/test_panel_collection_squeeze_observer.cc', | 237 'browser/ui/panels/test_panel_collection_squeeze_observer.cc', |
238 'browser/ui/panels/test_panel_collection_squeeze_observer.h', | 238 'browser/ui/panels/test_panel_collection_squeeze_observer.h', |
239 'browser/ui/search/instant_browsertest.cc', | 239 'browser/ui/search/instant_interactive_uitest.cc', |
240 'browser/ui/search/instant_extended_browsertest.cc', | 240 'browser/ui/search/instant_extended_interactive_uitest.cc', |
241 'browser/ui/search/instant_extended_manual_browsertest.cc', | 241 'browser/ui/search/instant_extended_manual_interactive_uitest.cc', |
242 'browser/ui/search/instant_test_utils.h', | 242 'browser/ui/search/instant_test_utils.h', |
243 'browser/ui/search/instant_test_utils.cc', | 243 'browser/ui/search/instant_test_utils.cc', |
244 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc', | 244 'browser/ui/startup/startup_browser_creator_interactive_uitest.cc', |
245 'browser/ui/views/ash/tab_scrubber_browsertest.cc', | 245 'browser/ui/views/ash/tab_scrubber_browsertest.cc', |
246 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 246 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
247 'browser/ui/views/button_dropdown_test.cc', | 247 'browser/ui/views/button_dropdown_test.cc', |
248 'browser/ui/views/constrained_window_views_browsertest.cc', | 248 'browser/ui/views/constrained_window_views_browsertest.cc', |
249 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 249 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
250 'browser/ui/views/frame/browser_view_interactive_uitest.cc', | 250 'browser/ui/views/frame/browser_view_interactive_uitest.cc', |
251 'browser/ui/views/keyboard_access_browsertest.cc', | 251 'browser/ui/views/keyboard_access_browsertest.cc', |
(...skipping 3112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3364 # more details. | 3364 # more details. |
3365 'DebugInformationFormat': '3', | 3365 'DebugInformationFormat': '3', |
3366 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3366 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3367 }, | 3367 }, |
3368 }, | 3368 }, |
3369 }, | 3369 }, |
3370 ], | 3370 ], |
3371 }], | 3371 }], |
3372 ], # 'conditions' | 3372 ], # 'conditions' |
3373 } | 3373 } |
OLD | NEW |