| 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 796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 807 'test/chromedriver/chrome/chrome_impl.cc', | 807 'test/chromedriver/chrome/chrome_impl.cc', |
| 808 'test/chromedriver/chrome/chrome_impl.h', | 808 'test/chromedriver/chrome/chrome_impl.h', |
| 809 'test/chromedriver/chrome/console_logger.cc', | 809 'test/chromedriver/chrome/console_logger.cc', |
| 810 'test/chromedriver/chrome/console_logger.h', | 810 'test/chromedriver/chrome/console_logger.h', |
| 811 'test/chromedriver/chrome/device_manager.cc', | 811 'test/chromedriver/chrome/device_manager.cc', |
| 812 'test/chromedriver/chrome/device_manager.h', | 812 'test/chromedriver/chrome/device_manager.h', |
| 813 'test/chromedriver/chrome/devtools_client.cc', | 813 'test/chromedriver/chrome/devtools_client.cc', |
| 814 'test/chromedriver/chrome/devtools_client.h', | 814 'test/chromedriver/chrome/devtools_client.h', |
| 815 'test/chromedriver/chrome/devtools_client_impl.cc', | 815 'test/chromedriver/chrome/devtools_client_impl.cc', |
| 816 'test/chromedriver/chrome/devtools_client_impl.h', | 816 'test/chromedriver/chrome/devtools_client_impl.h', |
| 817 'test/chromedriver/chrome/devtools_event_listener.cc', |
| 817 'test/chromedriver/chrome/devtools_event_listener.h', | 818 'test/chromedriver/chrome/devtools_event_listener.h', |
| 818 'test/chromedriver/chrome/devtools_http_client.cc', | 819 'test/chromedriver/chrome/devtools_http_client.cc', |
| 819 'test/chromedriver/chrome/devtools_http_client.h', | 820 'test/chromedriver/chrome/devtools_http_client.h', |
| 820 'test/chromedriver/chrome/dom_tracker.cc', | 821 'test/chromedriver/chrome/dom_tracker.cc', |
| 821 'test/chromedriver/chrome/dom_tracker.h', | 822 'test/chromedriver/chrome/dom_tracker.h', |
| 822 'test/chromedriver/chrome/frame_tracker.cc', | 823 'test/chromedriver/chrome/frame_tracker.cc', |
| 823 'test/chromedriver/chrome/frame_tracker.h', | 824 'test/chromedriver/chrome/frame_tracker.h', |
| 824 'test/chromedriver/chrome/geolocation_override_manager.cc', | 825 'test/chromedriver/chrome/geolocation_override_manager.cc', |
| 825 'test/chromedriver/chrome/geolocation_override_manager.h', | 826 'test/chromedriver/chrome/geolocation_override_manager.h', |
| 826 'test/chromedriver/chrome/geoposition.h', | 827 'test/chromedriver/chrome/geoposition.h', |
| (...skipping 2561 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 |