| 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 1696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1707 'browser/extensions/api/terminal/terminal_private_apitest.cc', | 1707 'browser/extensions/api/terminal/terminal_private_apitest.cc', |
| 1708 'test/data/webui/certificate_viewer_dialog_test.js', | 1708 'test/data/webui/certificate_viewer_dialog_test.js', |
| 1709 'test/data/webui/certificate_viewer_ui_test-inl.h', | 1709 'test/data/webui/certificate_viewer_ui_test-inl.h', |
| 1710 ], | 1710 ], |
| 1711 }, { # chromeos==1 | 1711 }, { # chromeos==1 |
| 1712 'sources!': [ | 1712 'sources!': [ |
| 1713 'browser/extensions/load_and_launch_browsertest.cc', | 1713 'browser/extensions/load_and_launch_browsertest.cc', |
| 1714 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', | 1714 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', |
| 1715 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser
test.cc', | 1715 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser
test.cc', |
| 1716 'browser/service/service_process_control_browsertest.cc', | 1716 'browser/service/service_process_control_browsertest.cc', |
| 1717 'browser/signin/signin_browsertest.cc', |
| 1717 # chromeos does not use cross-platform panels | 1718 # chromeos does not use cross-platform panels |
| 1718 'browser/ui/panels/panel_extension_browsertest.cc', | 1719 'browser/ui/panels/panel_extension_browsertest.cc', |
| 1719 ], | 1720 ], |
| 1720 'dependencies': [ | 1721 'dependencies': [ |
| 1721 '../dbus/dbus.gyp:dbus_test_support', | 1722 '../dbus/dbus.gyp:dbus_test_support', |
| 1722 '../build/linux/system.gyp:dbus', | 1723 '../build/linux/system.gyp:dbus', |
| 1723 ], | 1724 ], |
| 1724 }], | 1725 }], |
| 1725 ['file_manager_extension==0', { | 1726 ['file_manager_extension==0', { |
| 1726 'sources!': [ | 1727 'sources!': [ |
| (...skipping 1523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3250 # more details. | 3251 # more details. |
| 3251 'DebugInformationFormat': '3', | 3252 'DebugInformationFormat': '3', |
| 3252 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3253 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
| 3253 }, | 3254 }, |
| 3254 }, | 3255 }, |
| 3255 }, | 3256 }, |
| 3256 ], | 3257 ], |
| 3257 }], | 3258 }], |
| 3258 ], # 'conditions' | 3259 ], # 'conditions' |
| 3259 } | 3260 } |
| OLD | NEW |