| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 233 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
| 234 'browser/ui/views/keyboard_access_browsertest.cc', | 234 'browser/ui/views/keyboard_access_browsertest.cc', |
| 235 'browser/ui/views/location_bar/star_view_browsertest.cc', | 235 'browser/ui/views/location_bar/star_view_browsertest.cc', |
| 236 'browser/ui/views/menu_item_view_test.cc', | 236 'browser/ui/views/menu_item_view_test.cc', |
| 237 'browser/ui/views/menu_model_adapter_test.cc', | 237 'browser/ui/views/menu_model_adapter_test.cc', |
| 238 'browser/ui/views/panels/panel_view_browsertest.cc', | 238 'browser/ui/views/panels/panel_view_browsertest.cc', |
| 239 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 239 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
| 240 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', | 240 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', |
| 241 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h', | 241 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h', |
| 242 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc', | 242 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc', |
| 243 'browser/ui/webui/print_preview/print_preview_ui_interactive_browsertest
.cc', |
| 243 'test/base/chrome_test_launcher.cc', | 244 'test/base/chrome_test_launcher.cc', |
| 244 'test/base/interactive_test_utils.cc', | 245 'test/base/interactive_test_utils.cc', |
| 245 'test/base/interactive_test_utils.h', | 246 'test/base/interactive_test_utils.h', |
| 246 'test/base/interactive_test_utils_aura.cc', | 247 'test/base/interactive_test_utils_aura.cc', |
| 247 'test/base/interactive_test_utils_aura.h', | 248 'test/base/interactive_test_utils_aura.h', |
| 248 'test/base/interactive_test_utils_gtk.cc', | 249 'test/base/interactive_test_utils_gtk.cc', |
| 249 'test/base/interactive_test_utils_mac.mm', | 250 'test/base/interactive_test_utils_mac.mm', |
| 250 'test/base/interactive_test_utils_views.cc', | 251 'test/base/interactive_test_utils_views.cc', |
| 251 'test/base/interactive_test_utils_win.cc', | 252 'test/base/interactive_test_utils_win.cc', |
| 252 'test/base/view_event_test_base.cc', | 253 'test/base/view_event_test_base.cc', |
| (...skipping 2899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3152 # more details. | 3153 # more details. |
| 3153 'DebugInformationFormat': '3', | 3154 'DebugInformationFormat': '3', |
| 3154 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3155 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
| 3155 }, | 3156 }, |
| 3156 }, | 3157 }, |
| 3157 }, | 3158 }, |
| 3158 ], | 3159 ], |
| 3159 }], | 3160 }], |
| 3160 ], # 'conditions' | 3161 ], # 'conditions' |
| 3161 } | 3162 } |
| OLD | NEW |