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 1475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1486 'browser/tab_contents/render_view_context_menu_test_util.cc', | 1486 'browser/tab_contents/render_view_context_menu_test_util.cc', |
1487 'browser/tab_contents/render_view_context_menu_test_util.h', | 1487 'browser/tab_contents/render_view_context_menu_test_util.h', |
1488 'browser/tab_contents/spellchecker_submenu_observer_browsertest.cc', | 1488 'browser/tab_contents/spellchecker_submenu_observer_browsertest.cc', |
1489 'browser/tab_contents/spelling_menu_observer_browsertest.cc', | 1489 'browser/tab_contents/spelling_menu_observer_browsertest.cc', |
1490 'browser/tab_contents/view_source_browsertest.cc', | 1490 'browser/tab_contents/view_source_browsertest.cc', |
1491 'browser/task_manager/task_manager_browsertest.cc', | 1491 'browser/task_manager/task_manager_browsertest.cc', |
1492 'browser/task_manager/task_manager_browsertest_util.cc', | 1492 'browser/task_manager/task_manager_browsertest_util.cc', |
1493 'browser/task_manager/task_manager_browsertest_util.h', | 1493 'browser/task_manager/task_manager_browsertest_util.h', |
1494 'browser/task_manager/task_manager_notification_browsertest.cc', | 1494 'browser/task_manager/task_manager_notification_browsertest.cc', |
1495 'browser/themes/theme_service_browsertest.cc', | 1495 'browser/themes/theme_service_browsertest.cc', |
| 1496 'browser/translate/translate_browsertest.cc', |
1496 'browser/translate/translate_manager_browsertest.cc', | 1497 'browser/translate/translate_manager_browsertest.cc', |
1497 'browser/ui/app_list/app_list_controller_browsertest.cc', | 1498 'browser/ui/app_list/app_list_controller_browsertest.cc', |
1498 'browser/ui/ash/caps_lock_delegate_chromeos_browsertest.cc', | 1499 'browser/ui/ash/caps_lock_delegate_chromeos_browsertest.cc', |
1499 'browser/ui/ash/chrome_shell_delegate_browsertest.cc', | 1500 'browser/ui/ash/chrome_shell_delegate_browsertest.cc', |
1500 'browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc', | 1501 'browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc', |
1501 'browser/ui/ash/launcher/chrome_launcher_controller_per_app_browsertest.
cc', | 1502 'browser/ui/ash/launcher/chrome_launcher_controller_per_app_browsertest.
cc', |
1502 'browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc', | 1503 'browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc', |
1503 'browser/ui/ash/shelf_browsertest.cc', | 1504 'browser/ui/ash/shelf_browsertest.cc', |
1504 'browser/ui/ash/volume_controller_browsertest_chromeos.cc', | 1505 'browser/ui/ash/volume_controller_browsertest_chromeos.cc', |
1505 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc', | 1506 'browser/ui/autofill/autofill_dialog_controller_browsertest.cc', |
(...skipping 1882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3388 # more details. | 3389 # more details. |
3389 'DebugInformationFormat': '3', | 3390 'DebugInformationFormat': '3', |
3390 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3391 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3391 }, | 3392 }, |
3392 }, | 3393 }, |
3393 }, | 3394 }, |
3394 ], | 3395 ], |
3395 }], | 3396 }], |
3396 ], # 'conditions' | 3397 ], # 'conditions' |
3397 } | 3398 } |
OLD | NEW |