| 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 1744 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1755 'browser/extensions/api/terminal/terminal_private_apitest.cc', | 1755 'browser/extensions/api/terminal/terminal_private_apitest.cc', |
| 1756 'test/data/webui/certificate_viewer_dialog_test.js', | 1756 'test/data/webui/certificate_viewer_dialog_test.js', |
| 1757 'test/data/webui/certificate_viewer_ui_test-inl.h', | 1757 'test/data/webui/certificate_viewer_ui_test-inl.h', |
| 1758 ], | 1758 ], |
| 1759 }, { # chromeos==1 | 1759 }, { # chromeos==1 |
| 1760 'sources!': [ | 1760 'sources!': [ |
| 1761 'browser/extensions/load_and_launch_browsertest.cc', | 1761 'browser/extensions/load_and_launch_browsertest.cc', |
| 1762 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', | 1762 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', |
| 1763 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser
test.cc', | 1763 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser
test.cc', |
| 1764 'browser/service/service_process_control_browsertest.cc', | 1764 'browser/service/service_process_control_browsertest.cc', |
| 1765 'browser/signin/signin_browsertest.cc', |
| 1765 # chromeos does not use cross-platform panels | 1766 # chromeos does not use cross-platform panels |
| 1766 'browser/ui/panels/panel_extension_browsertest.cc', | 1767 'browser/ui/panels/panel_extension_browsertest.cc', |
| 1767 ], | 1768 ], |
| 1768 'dependencies': [ | 1769 'dependencies': [ |
| 1769 '../dbus/dbus.gyp:dbus_test_support', | 1770 '../dbus/dbus.gyp:dbus_test_support', |
| 1770 '../build/linux/system.gyp:dbus', | 1771 '../build/linux/system.gyp:dbus', |
| 1771 ], | 1772 ], |
| 1772 }], | 1773 }], |
| 1773 ['file_manager_extension==0', { | 1774 ['file_manager_extension==0', { |
| 1774 'sources!': [ | 1775 'sources!': [ |
| (...skipping 1522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3297 # more details. | 3298 # more details. |
| 3298 'DebugInformationFormat': '3', | 3299 'DebugInformationFormat': '3', |
| 3299 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3300 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
| 3300 }, | 3301 }, |
| 3301 }, | 3302 }, |
| 3302 }, | 3303 }, |
| 3303 ], | 3304 ], |
| 3304 }], | 3305 }], |
| 3305 ], # 'conditions' | 3306 ], # 'conditions' |
| 3306 } | 3307 } |
| OLD | NEW |