| 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 1601 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1612 'browser/ui/webui/options/managed_user_set_passphrase_browsertest.js', | 1612 'browser/ui/webui/options/managed_user_set_passphrase_browsertest.js', |
| 1613 'browser/ui/webui/options/managed_user_set_passphrase_test.cc', | 1613 'browser/ui/webui/options/managed_user_set_passphrase_test.cc', |
| 1614 'browser/ui/webui/options/managed_user_set_passphrase_test.h', | 1614 'browser/ui/webui/options/managed_user_set_passphrase_test.h', |
| 1615 'browser/ui/webui/options/managed_user_settings_browsertest.js', | 1615 'browser/ui/webui/options/managed_user_settings_browsertest.js', |
| 1616 'browser/ui/webui/options/managed_user_settings_test.cc', | 1616 'browser/ui/webui/options/managed_user_settings_test.cc', |
| 1617 'browser/ui/webui/options/managed_user_settings_test.h', | 1617 'browser/ui/webui/options/managed_user_settings_test.h', |
| 1618 'browser/ui/webui/options/options_browsertest.js', | 1618 'browser/ui/webui/options/options_browsertest.js', |
| 1619 'browser/ui/webui/options/options_ui_browsertest.cc', | 1619 'browser/ui/webui/options/options_ui_browsertest.cc', |
| 1620 'browser/ui/webui/options/options_ui_browsertest.h', | 1620 'browser/ui/webui/options/options_ui_browsertest.h', |
| 1621 'browser/ui/webui/options/password_manager_browsertest.js', | 1621 'browser/ui/webui/options/password_manager_browsertest.js', |
| 1622 'browser/ui/webui/options/profile_settings_reset_browsertest.js', |
| 1622 'browser/ui/webui/options/preferences_browsertest.cc', | 1623 'browser/ui/webui/options/preferences_browsertest.cc', |
| 1623 'browser/ui/webui/options/preferences_browsertest.h', | 1624 'browser/ui/webui/options/preferences_browsertest.h', |
| 1624 'browser/ui/webui/options/search_engine_manager_browsertest.js', | 1625 'browser/ui/webui/options/search_engine_manager_browsertest.js', |
| 1625 'browser/ui/webui/options/settings_format_browsertest.js', | 1626 'browser/ui/webui/options/settings_format_browsertest.js', |
| 1626 'browser/ui/webui/policy_ui_browsertest.cc', | 1627 'browser/ui/webui/policy_ui_browsertest.cc', |
| 1627 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc', | 1628 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc', |
| 1628 'browser/ui/webui/sync_setup_browsertest.js', | 1629 'browser/ui/webui/sync_setup_browsertest.js', |
| 1629 'browser/ui/webui/web_ui_test_handler.cc', | 1630 'browser/ui/webui/web_ui_test_handler.cc', |
| 1630 'browser/ui/webui/web_ui_test_handler.h', | 1631 'browser/ui/webui/web_ui_test_handler.h', |
| 1631 'browser/user_data_dir_extractor_win_browsertest.cc', | 1632 'browser/user_data_dir_extractor_win_browsertest.cc', |
| (...skipping 1787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3419 # more details. | 3420 # more details. |
| 3420 'DebugInformationFormat': '3', | 3421 'DebugInformationFormat': '3', |
| 3421 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3422 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
| 3422 }, | 3423 }, |
| 3423 }, | 3424 }, |
| 3424 }, | 3425 }, |
| 3425 ], | 3426 ], |
| 3426 }], | 3427 }], |
| 3427 ], # 'conditions' | 3428 ], # 'conditions' |
| 3428 } | 3429 } |
| OLD | NEW |