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 1510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1521 'browser/ui/webui/options/password_manager_browsertest.js', | 1521 'browser/ui/webui/options/password_manager_browsertest.js', |
1522 'browser/ui/webui/options/preferences_browsertest.cc', | 1522 'browser/ui/webui/options/preferences_browsertest.cc', |
1523 'browser/ui/webui/options/preferences_browsertest.h', | 1523 'browser/ui/webui/options/preferences_browsertest.h', |
1524 'browser/ui/webui/options/search_engine_manager_browsertest.js', | 1524 'browser/ui/webui/options/search_engine_manager_browsertest.js', |
1525 'browser/ui/webui/options/settings_format_browsertest.js', | 1525 'browser/ui/webui/options/settings_format_browsertest.js', |
1526 'browser/ui/webui/policy_ui_browsertest.cc', | 1526 'browser/ui/webui/policy_ui_browsertest.cc', |
1527 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc', | 1527 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc', |
1528 'browser/ui/webui/sync_setup_browsertest.js', | 1528 'browser/ui/webui/sync_setup_browsertest.js', |
1529 'browser/ui/webui/web_ui_test_handler.cc', | 1529 'browser/ui/webui/web_ui_test_handler.cc', |
1530 'browser/ui/webui/web_ui_test_handler.h', | 1530 'browser/ui/webui/web_ui_test_handler.h', |
| 1531 'browser/user_data_dir_extractor_win_browsertest.cc', |
1531 'browser/unload_browsertest.cc', | 1532 'browser/unload_browsertest.cc', |
1532 'common/mac/mock_launchd.cc', | 1533 'common/mac/mock_launchd.cc', |
1533 'common/mac/mock_launchd.h', | 1534 'common/mac/mock_launchd.h', |
1534 'common/time_format_browsertest.cc', | 1535 'common/time_format_browsertest.cc', |
1535 'renderer/autofill/autofill_renderer_browsertest.cc', | 1536 'renderer/autofill/autofill_renderer_browsertest.cc', |
1536 'renderer/autofill/form_autocomplete_browsertest.cc', | 1537 'renderer/autofill/form_autocomplete_browsertest.cc', |
1537 'renderer/autofill/form_autofill_browsertest.cc', | 1538 'renderer/autofill/form_autofill_browsertest.cc', |
1538 'renderer/autofill/password_autofill_manager_browsertest.cc', | 1539 'renderer/autofill/password_autofill_manager_browsertest.cc', |
1539 'renderer/autofill/password_generation_manager_browsertest.cc', | 1540 'renderer/autofill/password_generation_manager_browsertest.cc', |
1540 'renderer/automation/automation_renderer_helper_browsertest.cc', | 1541 'renderer/automation/automation_renderer_helper_browsertest.cc', |
(...skipping 1697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3238 # more details. | 3239 # more details. |
3239 'DebugInformationFormat': '3', | 3240 'DebugInformationFormat': '3', |
3240 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3241 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3241 }, | 3242 }, |
3242 }, | 3243 }, |
3243 }, | 3244 }, |
3244 ], | 3245 ], |
3245 }], | 3246 }], |
3246 ], # 'conditions' | 3247 ], # 'conditions' |
3247 } | 3248 } |
OLD | NEW |