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 1766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1777 ], | 1777 ], |
1778 }], | 1778 }], |
1779 ['chromeos==0', { | 1779 ['chromeos==0', { |
1780 'sources/': [ | 1780 'sources/': [ |
1781 ['exclude', '^browser/chromeos'], | 1781 ['exclude', '^browser/chromeos'], |
1782 ['exclude', '^browser/ui/webui/options/chromeos/'], | 1782 ['exclude', '^browser/ui/webui/options/chromeos/'], |
1783 ], | 1783 ], |
1784 'sources!': [ | 1784 'sources!': [ |
1785 'browser/extensions/api/rtc_private/rtc_private_apitest.cc', | 1785 'browser/extensions/api/rtc_private/rtc_private_apitest.cc', |
1786 'browser/extensions/api/terminal/terminal_private_apitest.cc', | 1786 'browser/extensions/api/terminal/terminal_private_apitest.cc', |
| 1787 'browser/ui/ash/caps_lock_delegate_chromeos_browsertest.cc', |
1787 'test/data/webui/certificate_viewer_dialog_test.js', | 1788 'test/data/webui/certificate_viewer_dialog_test.js', |
1788 'test/data/webui/certificate_viewer_ui_test-inl.h', | 1789 'test/data/webui/certificate_viewer_ui_test-inl.h', |
1789 ], | 1790 ], |
1790 }, { # chromeos==1 | 1791 }, { # chromeos==1 |
1791 'sources!': [ | 1792 'sources!': [ |
1792 'browser/extensions/load_and_launch_browsertest.cc', | 1793 'browser/extensions/load_and_launch_browsertest.cc', |
1793 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', | 1794 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', |
1794 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser
test.cc', | 1795 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser
test.cc', |
1795 'browser/service/service_process_control_browsertest.cc', | 1796 'browser/service/service_process_control_browsertest.cc', |
1796 'browser/signin/signin_browsertest.cc', | 1797 'browser/signin/signin_browsertest.cc', |
(...skipping 1600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3397 # more details. | 3398 # more details. |
3398 'DebugInformationFormat': '3', | 3399 'DebugInformationFormat': '3', |
3399 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3400 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3400 }, | 3401 }, |
3401 }, | 3402 }, |
3402 }, | 3403 }, |
3403 ], | 3404 ], |
3404 }], | 3405 }], |
3405 ], # 'conditions' | 3406 ], # 'conditions' |
3406 } | 3407 } |
OLD | NEW |