| 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 1592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1603 'browser/ui/webui/options/managed_user_set_passphrase_browsertest.js', | 1603 'browser/ui/webui/options/managed_user_set_passphrase_browsertest.js', |
| 1604 'browser/ui/webui/options/managed_user_set_passphrase_test.cc', | 1604 'browser/ui/webui/options/managed_user_set_passphrase_test.cc', |
| 1605 'browser/ui/webui/options/managed_user_set_passphrase_test.h', | 1605 'browser/ui/webui/options/managed_user_set_passphrase_test.h', |
| 1606 'browser/ui/webui/options/managed_user_settings_browsertest.js', | 1606 'browser/ui/webui/options/managed_user_settings_browsertest.js', |
| 1607 'browser/ui/webui/options/managed_user_settings_test.cc', | 1607 'browser/ui/webui/options/managed_user_settings_test.cc', |
| 1608 'browser/ui/webui/options/managed_user_settings_test.h', | 1608 'browser/ui/webui/options/managed_user_settings_test.h', |
| 1609 'browser/ui/webui/options/options_browsertest.js', | 1609 'browser/ui/webui/options/options_browsertest.js', |
| 1610 'browser/ui/webui/options/options_ui_browsertest.cc', | 1610 'browser/ui/webui/options/options_ui_browsertest.cc', |
| 1611 'browser/ui/webui/options/options_ui_browsertest.h', | 1611 'browser/ui/webui/options/options_ui_browsertest.h', |
| 1612 'browser/ui/webui/options/password_manager_browsertest.js', | 1612 'browser/ui/webui/options/password_manager_browsertest.js', |
| 1613 'browser/ui/webui/options/profile_settings_reset_browsertest.js', |
| 1613 'browser/ui/webui/options/preferences_browsertest.cc', | 1614 'browser/ui/webui/options/preferences_browsertest.cc', |
| 1614 'browser/ui/webui/options/preferences_browsertest.h', | 1615 'browser/ui/webui/options/preferences_browsertest.h', |
| 1615 'browser/ui/webui/options/search_engine_manager_browsertest.js', | 1616 'browser/ui/webui/options/search_engine_manager_browsertest.js', |
| 1616 'browser/ui/webui/options/settings_format_browsertest.js', | 1617 'browser/ui/webui/options/settings_format_browsertest.js', |
| 1617 'browser/ui/webui/policy_ui_browsertest.cc', | 1618 'browser/ui/webui/policy_ui_browsertest.cc', |
| 1618 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc', | 1619 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc', |
| 1619 'browser/ui/webui/sync_setup_browsertest.js', | 1620 'browser/ui/webui/sync_setup_browsertest.js', |
| 1620 'browser/ui/webui/web_ui_test_handler.cc', | 1621 'browser/ui/webui/web_ui_test_handler.cc', |
| 1621 'browser/ui/webui/web_ui_test_handler.h', | 1622 'browser/ui/webui/web_ui_test_handler.h', |
| 1622 'browser/user_data_dir_extractor_win_browsertest.cc', | 1623 'browser/user_data_dir_extractor_win_browsertest.cc', |
| (...skipping 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3403 # more details. | 3404 # more details. |
| 3404 'DebugInformationFormat': '3', | 3405 'DebugInformationFormat': '3', |
| 3405 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3406 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
| 3406 }, | 3407 }, |
| 3407 }, | 3408 }, |
| 3408 }, | 3409 }, |
| 3409 ], | 3410 ], |
| 3410 }], | 3411 }], |
| 3411 ], # 'conditions' | 3412 ], # 'conditions' |
| 3412 } | 3413 } |
| OLD | NEW |