OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 { | 5 { |
6 'variables' : { | 6 'variables' : { |
7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
| 8 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
9 'common/pref_names.cc', | 10 'common/pref_names.cc', |
10 'common/pref_names.h', | 11 'common/pref_names.h', |
11 'test/automation/automation_constants.h', | 12 'test/automation/automation_constants.h', |
12 'test/automation/browser_proxy.cc', | 13 'test/automation/browser_proxy.cc', |
13 'test/automation/browser_proxy.h', | 14 'test/automation/browser_proxy.h', |
14 'test/automation/tab_proxy.cc', | 15 'test/automation/tab_proxy.cc', |
15 'test/automation/tab_proxy.h', | 16 'test/automation/tab_proxy.h', |
16 ], | 17 ], |
17 }, | 18 }, |
(...skipping 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1873 '../third_party/icu/icu.gyp:icuuc', | 1874 '../third_party/icu/icu.gyp:icuuc', |
1874 # Runtime dependencies | 1875 # Runtime dependencies |
1875 'chrome_mesa', | 1876 'chrome_mesa', |
1876 ], | 1877 ], |
1877 'include_dirs': [ | 1878 'include_dirs': [ |
1878 '..', | 1879 '..', |
1879 ], | 1880 ], |
1880 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], | 1881 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], |
1881 'sources': [ | 1882 'sources': [ |
1882 'app/breakpad_mac_stubs.mm', | 1883 'app/breakpad_mac_stubs.mm', |
| 1884 'app/chrome_command_ids.h', |
1883 'app/chrome_dll.rc', | 1885 'app/chrome_dll.rc', |
1884 'app/chrome_dll_resource.h', | 1886 'app/chrome_dll_resource.h', |
1885 'app/chrome_dll_version.rc.version', | 1887 'app/chrome_dll_version.rc.version', |
1886 'browser/autocomplete/autocomplete_browsertest.cc', | 1888 'browser/autocomplete/autocomplete_browsertest.cc', |
1887 'browser/browser_browsertest.cc', | 1889 'browser/browser_browsertest.cc', |
1888 'browser/browser_init_browsertest.cc', | 1890 'browser/browser_init_browsertest.cc', |
1889 'browser/browser_navigator_browsertest.cc', | 1891 'browser/browser_navigator_browsertest.cc', |
1890 'browser/browsing_data_database_helper_browsertest.cc', | 1892 'browser/browsing_data_database_helper_browsertest.cc', |
1891 'browser/browsing_data_local_storage_helper_browsertest.cc', | 1893 'browser/browsing_data_local_storage_helper_browsertest.cc', |
1892 'browser/child_process_security_policy_browsertest.cc', | 1894 'browser/child_process_security_policy_browsertest.cc', |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2116 'Debug_Base': { | 2118 'Debug_Base': { |
2117 'msvs_settings': { | 2119 'msvs_settings': { |
2118 'VCLinkerTool': { | 2120 'VCLinkerTool': { |
2119 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 2121 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
2120 }, | 2122 }, |
2121 }, | 2123 }, |
2122 }, | 2124 }, |
2123 } | 2125 } |
2124 }, { # else: OS != "win" | 2126 }, { # else: OS != "win" |
2125 'sources!': [ | 2127 'sources!': [ |
| 2128 'app/chrome_command_ids.h', |
2126 'app/chrome_dll.rc', | 2129 'app/chrome_dll.rc', |
2127 'app/chrome_dll_resource.h', | 2130 'app/chrome_dll_resource.h', |
2128 'app/chrome_dll_version.rc.version', | 2131 'app/chrome_dll_version.rc.version', |
2129 'browser/extensions/extension_popup_apitest.cc', | 2132 'browser/extensions/extension_popup_apitest.cc', |
2130 'browser/extensions/extension_rlz_apitest.cc', | 2133 'browser/extensions/extension_rlz_apitest.cc', |
2131 # TODO(jam): http://crbug.com/15101 These tests fail on Linux and | 2134 # TODO(jam): http://crbug.com/15101 These tests fail on Linux and |
2132 # Mac. | 2135 # Mac. |
2133 'browser/child_process_security_policy_browsertest.cc', | 2136 'browser/child_process_security_policy_browsertest.cc', |
2134 'browser/renderer_host/test/web_cache_manager_browsertest.cc', | 2137 'browser/renderer_host/test/web_cache_manager_browsertest.cc', |
2135 'browser/renderer_host/test/render_view_host_manager_browsertest.cc'
, | 2138 'browser/renderer_host/test/render_view_host_manager_browsertest.cc'
, |
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2673 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', | 2676 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', |
2674 ], | 2677 ], |
2675 'include_dirs': [ | 2678 'include_dirs': [ |
2676 '..', | 2679 '..', |
2677 '<(INTERMEDIATE_DIR)', | 2680 '<(INTERMEDIATE_DIR)', |
2678 '<(protoc_out_dir)', | 2681 '<(protoc_out_dir)', |
2679 ], | 2682 ], |
2680 # TODO(phajdan.jr): Only temporary, to make transition easier. | 2683 # TODO(phajdan.jr): Only temporary, to make transition easier. |
2681 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], | 2684 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], |
2682 'sources': [ | 2685 'sources': [ |
| 2686 'app/chrome_command_ids.h', |
2683 'app/chrome_dll.rc', | 2687 'app/chrome_dll.rc', |
2684 'app/chrome_dll_resource.h', | 2688 'app/chrome_dll_resource.h', |
2685 'app/chrome_dll_version.rc.version', | 2689 'app/chrome_dll_version.rc.version', |
2686 'browser/autofill/autofill_common_test.cc', | 2690 'browser/autofill/autofill_common_test.cc', |
2687 'browser/autofill/autofill_common_test.h', | 2691 'browser/autofill/autofill_common_test.h', |
2688 'browser/password_manager/password_form_data.cc', | 2692 'browser/password_manager/password_form_data.cc', |
2689 'browser/sessions/session_backend.cc', | 2693 'browser/sessions/session_backend.cc', |
2690 'browser/sessions/session_service_test_helper.cc', | 2694 'browser/sessions/session_service_test_helper.cc', |
2691 'browser/sync/glue/session_model_associator.cc', | 2695 'browser/sync/glue/session_model_associator.cc', |
2692 'test/bookmark_load_observer.h', | 2696 'test/bookmark_load_observer.h', |
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3355 ] | 3359 ] |
3356 }], # 'coverage!=0' | 3360 }], # 'coverage!=0' |
3357 ], # 'conditions' | 3361 ], # 'conditions' |
3358 } | 3362 } |
3359 | 3363 |
3360 # Local Variables: | 3364 # Local Variables: |
3361 # tab-width:2 | 3365 # tab-width:2 |
3362 # indent-tabs-mode:nil | 3366 # indent-tabs-mode:nil |
3363 # End: | 3367 # End: |
3364 # vim: set expandtab tabstop=2 shiftwidth=2: | 3368 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |