| 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 1753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1764 'browser/extensions/api/terminal/terminal_private_apitest.cc', | 1764 'browser/extensions/api/terminal/terminal_private_apitest.cc', |
| 1765 'test/data/webui/certificate_viewer_dialog_test.js', | 1765 'test/data/webui/certificate_viewer_dialog_test.js', |
| 1766 'test/data/webui/certificate_viewer_ui_test-inl.h', | 1766 'test/data/webui/certificate_viewer_ui_test-inl.h', |
| 1767 ], | 1767 ], |
| 1768 }, { # chromeos==1 | 1768 }, { # chromeos==1 |
| 1769 'sources!': [ | 1769 'sources!': [ |
| 1770 'browser/extensions/load_and_launch_browsertest.cc', | 1770 'browser/extensions/load_and_launch_browsertest.cc', |
| 1771 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', | 1771 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', |
| 1772 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser
test.cc', | 1772 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser
test.cc', |
| 1773 'browser/service/service_process_control_browsertest.cc', | 1773 'browser/service/service_process_control_browsertest.cc', |
| 1774 'browser/signin/signin_browsertest.cc', |
| 1774 # chromeos does not use cross-platform panels | 1775 # chromeos does not use cross-platform panels |
| 1775 'browser/ui/panels/panel_extension_browsertest.cc', | 1776 'browser/ui/panels/panel_extension_browsertest.cc', |
| 1776 ], | 1777 ], |
| 1777 'dependencies': [ | 1778 'dependencies': [ |
| 1778 '../dbus/dbus.gyp:dbus_test_support', | 1779 '../dbus/dbus.gyp:dbus_test_support', |
| 1779 '../build/linux/system.gyp:dbus', | 1780 '../build/linux/system.gyp:dbus', |
| 1780 ], | 1781 ], |
| 1781 }], | 1782 }], |
| 1782 ['file_manager_extension==0', { | 1783 ['file_manager_extension==0', { |
| 1783 'sources!': [ | 1784 'sources!': [ |
| (...skipping 1554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3338 # more details. | 3339 # more details. |
| 3339 'DebugInformationFormat': '3', | 3340 'DebugInformationFormat': '3', |
| 3340 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3341 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
| 3341 }, | 3342 }, |
| 3342 }, | 3343 }, |
| 3343 }, | 3344 }, |
| 3344 ], | 3345 ], |
| 3345 }], | 3346 }], |
| 3346 ], # 'conditions' | 3347 ], # 'conditions' |
| 3347 } | 3348 } |
| OLD | NEW |