| 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 1395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1406 'browser/ui/webui/bookmarks_ui_browsertest.cc', | 1406 'browser/ui/webui/bookmarks_ui_browsertest.cc', |
| 1407 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', | 1407 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', |
| 1408 'browser/ui/webui/constrained_web_dialog_ui_browsertest.cc', | 1408 'browser/ui/webui/constrained_web_dialog_ui_browsertest.cc', |
| 1409 'browser/ui/webui/downloads_dom_handler_browsertest.cc', | 1409 'browser/ui/webui/downloads_dom_handler_browsertest.cc', |
| 1410 'browser/ui/webui/extensions/extension_settings_browsertest.js', | 1410 'browser/ui/webui/extensions/extension_settings_browsertest.js', |
| 1411 'browser/ui/webui/help/help_browsertest.js', | 1411 'browser/ui/webui/help/help_browsertest.js', |
| 1412 'browser/ui/webui/inspect_ui_browsertest.cc', | 1412 'browser/ui/webui/inspect_ui_browsertest.cc', |
| 1413 'browser/ui/webui/net_internals/net_internals_ui_browsertest.cc', | 1413 'browser/ui/webui/net_internals/net_internals_ui_browsertest.cc', |
| 1414 'browser/ui/webui/net_internals/net_internals_ui_browsertest.h', | 1414 'browser/ui/webui/net_internals/net_internals_ui_browsertest.h', |
| 1415 'browser/ui/webui/ntp/most_visited_browsertest.cc', | 1415 'browser/ui/webui/ntp/most_visited_browsertest.cc', |
| 1416 'browser/ui/webui/ntp/new_tab_page_sync_handler_browsertest.cc', |
| 1416 'browser/ui/webui/ntp/new_tab_ui_browsertest.cc', | 1417 'browser/ui/webui/ntp/new_tab_ui_browsertest.cc', |
| 1417 'browser/ui/webui/options/autofill_options_browsertest.js', | 1418 'browser/ui/webui/options/autofill_options_browsertest.js', |
| 1418 'browser/ui/webui/options/browser_options_browsertest.js', | 1419 'browser/ui/webui/options/browser_options_browsertest.js', |
| 1419 'browser/ui/webui/options/certificate_manager_browsertest.js', | 1420 'browser/ui/webui/options/certificate_manager_browsertest.js', |
| 1420 'browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc'
, | 1421 'browser/ui/webui/options/chromeos/guest_mode_options_ui_browsertest.cc'
, |
| 1421 'browser/ui/webui/options/chromeos/kiosk_apps_browsertest.js', | 1422 'browser/ui/webui/options/chromeos/kiosk_apps_browsertest.js', |
| 1422 'browser/ui/webui/options/content_options_browsertest.js', | 1423 'browser/ui/webui/options/content_options_browsertest.js', |
| 1423 'browser/ui/webui/options/content_settings_exception_area_browsertest.js
', | 1424 'browser/ui/webui/options/content_settings_exception_area_browsertest.js
', |
| 1424 'browser/ui/webui/options/cookies_view_browsertest.js', | 1425 'browser/ui/webui/options/cookies_view_browsertest.js', |
| 1425 'browser/ui/webui/options/edit_dictionary_browsertest.js', | 1426 'browser/ui/webui/options/edit_dictionary_browsertest.js', |
| (...skipping 1718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3144 # more details. | 3145 # more details. |
| 3145 'DebugInformationFormat': '3', | 3146 'DebugInformationFormat': '3', |
| 3146 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3147 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
| 3147 }, | 3148 }, |
| 3148 }, | 3149 }, |
| 3149 }, | 3150 }, |
| 3150 ], | 3151 ], |
| 3151 }], | 3152 }], |
| 3152 ], # 'conditions' | 3153 ], # 'conditions' |
| 3153 } | 3154 } |
| OLD | NEW |