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_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 10 matching lines...) Expand all Loading... | |
21 # This target contains mocks and test utilities that don't belong in | 21 # This target contains mocks and test utilities that don't belong in |
22 # production libraries but are used by more than one test executable. | 22 # production libraries but are used by more than one test executable. |
23 'target_name': 'test_support_common', | 23 'target_name': 'test_support_common', |
24 'type': '<(library)', | 24 'type': '<(library)', |
25 'dependencies': [ | 25 'dependencies': [ |
26 'browser', | 26 'browser', |
27 'common', | 27 'common', |
28 'renderer', | 28 'renderer', |
29 'chrome_resources', | 29 'chrome_resources', |
30 'chrome_strings', | 30 'chrome_strings', |
31 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | |
robertshield
2010/11/29 22:43:30
alphabetic order
| |
31 'browser/policy/proto/device_management_proto.gyp:device_management_prot o_cpp', | 32 'browser/policy/proto/device_management_proto.gyp:device_management_prot o_cpp', |
32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', | |
33 'theme_resources', | 33 'theme_resources', |
34 '../base/base.gyp:test_support_base', | 34 '../base/base.gyp:test_support_base', |
35 '../skia/skia.gyp:skia', | 35 '../skia/skia.gyp:skia', |
36 '../testing/gmock.gyp:gmock', | 36 '../testing/gmock.gyp:gmock', |
37 '../testing/gtest.gyp:gtest', | 37 '../testing/gtest.gyp:gtest', |
38 ], | 38 ], |
39 'export_dependent_settings': [ | 39 'export_dependent_settings': [ |
40 'renderer', | 40 'renderer', |
41 ], | 41 ], |
42 'include_dirs': [ | 42 'include_dirs': [ |
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
377 'dependencies': [ | 377 'dependencies': [ |
378 '../views/views.gyp:views', | 378 '../views/views.gyp:views', |
379 ], | 379 ], |
380 }], | 380 }], |
381 ['OS=="win"', { | 381 ['OS=="win"', { |
382 'include_dirs': [ | 382 'include_dirs': [ |
383 '../third_party/wtl/include', | 383 '../third_party/wtl/include', |
384 ], | 384 ], |
385 'dependencies': [ | 385 'dependencies': [ |
386 '../app/app.gyp:app_resources', | 386 '../app/app.gyp:app_resources', |
387 'chrome.gyp:chrome_version_header', | 387 'chrome.gyp:chrome_dll_version', |
388 'chrome.gyp:crash_service', # run time dependency | 388 'chrome.gyp:crash_service', # run time dependency |
389 'chrome.gyp:installer_util_strings', | 389 'chrome.gyp:installer_util_strings', |
390 '../sandbox/sandbox.gyp:sandbox', | 390 '../sandbox/sandbox.gyp:sandbox', |
391 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 391 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
392 ], | 392 ], |
393 'sources': [ | 393 'sources': [ |
394 '../webkit/glue/resources/aliasb.cur', | 394 '../webkit/glue/resources/aliasb.cur', |
395 '../webkit/glue/resources/cell.cur', | 395 '../webkit/glue/resources/cell.cur', |
396 '../webkit/glue/resources/col_resize.cur', | 396 '../webkit/glue/resources/col_resize.cur', |
397 '../webkit/glue/resources/copy.cur', | 397 '../webkit/glue/resources/copy.cur', |
398 '../webkit/glue/resources/row_resize.cur', | 398 '../webkit/glue/resources/row_resize.cur', |
399 '../webkit/glue/resources/vertical_text.cur', | 399 '../webkit/glue/resources/vertical_text.cur', |
400 '../webkit/glue/resources/zoom_in.cur', | 400 '../webkit/glue/resources/zoom_in.cur', |
401 '../webkit/glue/resources/zoom_out.cur', | 401 '../webkit/glue/resources/zoom_out.cur', |
402 | 402 |
403 'app/chrome_dll.rc', | 403 'app/chrome_dll.rc', |
404 'app/chrome_dll_version.rc', | |
405 'test/data/resource.rc', | 404 'test/data/resource.rc', |
406 | 405 |
407 # TODO: It would be nice to have these pulled in | 406 # TODO: It would be nice to have these pulled in |
408 # automatically from direct_dependent_settings in | 407 # automatically from direct_dependent_settings in |
409 # their various targets (net.gyp:net_resources, etc.), | 408 # their various targets (net.gyp:net_resources, etc.), |
410 # but that causes errors in other targets when | 409 # but that causes errors in other targets when |
411 # resulting .res files get referenced multiple times. | 410 # resulting .res files get referenced multiple times. |
412 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 411 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
413 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 412 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
414 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 413 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
688 'test/webdriver/commands/create_session.h', | 687 'test/webdriver/commands/create_session.h', |
689 'test/webdriver/commands/create_session.cc', | 688 'test/webdriver/commands/create_session.cc', |
690 'test/webdriver/commands/execute_command.h', | 689 'test/webdriver/commands/execute_command.h', |
691 'test/webdriver/commands/execute_command.cc', | 690 'test/webdriver/commands/execute_command.cc', |
692 'test/webdriver/commands/navigate_commands.h', | 691 'test/webdriver/commands/navigate_commands.h', |
693 'test/webdriver/commands/navigate_commands.cc', | 692 'test/webdriver/commands/navigate_commands.cc', |
694 'test/webdriver/commands/response.h', | 693 'test/webdriver/commands/response.h', |
695 'test/webdriver/commands/session_with_id.h', | 694 'test/webdriver/commands/session_with_id.h', |
696 'test/webdriver/commands/session_with_id.cc', | 695 'test/webdriver/commands/session_with_id.cc', |
697 'test/webdriver/commands/source_command.h', | 696 'test/webdriver/commands/source_command.h', |
698 'test/webdriver/commands/source_command.cc', | 697 'test/webdriver/commands/source_command.cc', |
robertshield
2010/11/29 22:43:30
whitespace
| |
699 'test/webdriver/commands/speed_command.h', | 698 'test/webdriver/commands/speed_command.h', |
700 'test/webdriver/commands/speed_command.cc', | 699 'test/webdriver/commands/speed_command.cc', |
701 'test/webdriver/commands/title_command.h', | 700 'test/webdriver/commands/title_command.h', |
702 'test/webdriver/commands/title_command.cc', | 701 'test/webdriver/commands/title_command.cc', |
703 'test/webdriver/commands/url_command.h', | 702 'test/webdriver/commands/url_command.h', |
704 'test/webdriver/commands/url_command.cc', | 703 'test/webdriver/commands/url_command.cc', |
705 'test/webdriver/commands/webdriver_command.h', | 704 'test/webdriver/commands/webdriver_command.h', |
706 'test/webdriver/commands/webdriver_command.cc', | 705 'test/webdriver/commands/webdriver_command.cc', |
707 ], | 706 ], |
708 'conditions': [ | 707 'conditions': [ |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
991 'defines': [ | 990 'defines': [ |
992 'CLD_WINDOWS', | 991 'CLD_WINDOWS', |
993 ], | 992 ], |
994 'direct_dependent_settings': { | 993 'direct_dependent_settings': { |
995 'defines': [ | 994 'defines': [ |
996 'CLD_WINDOWS', | 995 'CLD_WINDOWS', |
997 ], | 996 ], |
998 }, | 997 }, |
999 'sources': [ | 998 'sources': [ |
1000 'app/breakpad_mac_stubs.mm', | 999 'app/breakpad_mac_stubs.mm', |
1000 'app/chrome_dll.rc', | |
1001 # All unittests in browser, common, renderer and service. | 1001 # All unittests in browser, common, renderer and service. |
1002 'browser/about_flags_unittest.cc', | 1002 'browser/about_flags_unittest.cc', |
1003 'browser/accessibility/browser_accessibility_mac_unittest.mm', | 1003 'browser/accessibility/browser_accessibility_mac_unittest.mm', |
1004 'browser/accessibility/browser_accessibility_win_unittest.cc', | 1004 'browser/accessibility/browser_accessibility_win_unittest.cc', |
1005 'browser/app_controller_mac_unittest.mm', | 1005 'browser/app_controller_mac_unittest.mm', |
1006 'browser/autocomplete_history_manager_unittest.cc', | 1006 'browser/autocomplete_history_manager_unittest.cc', |
1007 'browser/autocomplete/autocomplete_edit_unittest.cc', | 1007 'browser/autocomplete/autocomplete_edit_unittest.cc', |
1008 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', | 1008 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', |
1009 'browser/autocomplete/autocomplete_popup_view_gtk_unittest.cc', | 1009 'browser/autocomplete/autocomplete_popup_view_gtk_unittest.cc', |
1010 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', | 1010 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', |
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1793 'dependencies': [ | 1793 'dependencies': [ |
1794 'convert_dict_lib', | 1794 'convert_dict_lib', |
1795 '../third_party/hunspell/hunspell.gyp:hunspell', | 1795 '../third_party/hunspell/hunspell.gyp:hunspell', |
1796 ], | 1796 ], |
1797 'sources!': [ | 1797 'sources!': [ |
1798 'browser/spellchecker_platform_engine_unittest.cc', | 1798 'browser/spellchecker_platform_engine_unittest.cc', |
1799 ], | 1799 ], |
1800 }], | 1800 }], |
1801 ['OS=="win"', { | 1801 ['OS=="win"', { |
1802 'dependencies': [ | 1802 'dependencies': [ |
1803 'chrome_version_header', | 1803 'chrome_dll_version', |
1804 'installer_util_strings', | 1804 'installer_util_strings', |
1805 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 1805 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
1806 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 1806 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
1807 'test_chrome_plugin', # run time dependency | 1807 'test_chrome_plugin', # run time dependency |
1808 ], | 1808 ], |
1809 'conditions': [ | 1809 'conditions': [ |
1810 ['win_use_allocator_shim==1', { | 1810 ['win_use_allocator_shim==1', { |
1811 'dependencies': [ | 1811 'dependencies': [ |
1812 '<(allocator_target)', | 1812 '<(allocator_target)', |
1813 ], | 1813 ], |
1814 }], | 1814 }], |
1815 ], | 1815 ], |
1816 'include_dirs': [ | 1816 'include_dirs': [ |
1817 '<(DEPTH)/third_party/wtl/include', | 1817 '<(DEPTH)/third_party/wtl/include', |
1818 ], | 1818 ], |
1819 'sources': [ | 1819 'sources': [ |
1820 'app/chrome_dll.rc', | |
1821 'app/chrome_dll_version.rc', | |
1822 | |
1823 # TODO: It would be nice to have these pulled in | 1820 # TODO: It would be nice to have these pulled in |
1824 # automatically from direct_dependent_settings in | 1821 # automatically from direct_dependent_settings in |
1825 # their various targets (net.gyp:net_resources, etc.), | 1822 # their various targets (net.gyp:net_resources, etc.), |
1826 # but that causes errors in other targets when | 1823 # but that causes errors in other targets when |
1827 # resulting .res files get referenced multiple times. | 1824 # resulting .res files get referenced multiple times. |
1828 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 1825 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
1829 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 1826 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
1830 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 1827 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
1831 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 1828 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
1832 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 1829 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
(...skipping 16 matching lines...) Expand all Loading... | |
1849 'VCLinkerTool': { | 1846 'VCLinkerTool': { |
1850 # Forcing incremental build off to try to avoid incremental | 1847 # Forcing incremental build off to try to avoid incremental |
1851 # linking errors on 64-bit bots too. http://crbug.com/52555 | 1848 # linking errors on 64-bit bots too. http://crbug.com/52555 |
1852 'LinkIncremental': '1', | 1849 'LinkIncremental': '1', |
1853 }, | 1850 }, |
1854 }, | 1851 }, |
1855 }, | 1852 }, |
1856 }, | 1853 }, |
1857 }, { # else: OS != "win" | 1854 }, { # else: OS != "win" |
1858 'sources!': [ | 1855 'sources!': [ |
1856 'app/chrome_dll.rc', | |
1859 'browser/accessibility/browser_accessibility_win_unittest.cc', | 1857 'browser/accessibility/browser_accessibility_win_unittest.cc', |
1860 'browser/bookmarks/bookmark_codec_unittest.cc', | 1858 'browser/bookmarks/bookmark_codec_unittest.cc', |
1861 'browser/bookmarks/bookmark_node_data_unittest.cc', | 1859 'browser/bookmarks/bookmark_node_data_unittest.cc', |
1862 'browser/chrome_plugin_unittest.cc', | 1860 'browser/chrome_plugin_unittest.cc', |
1863 'browser/extensions/extension_process_manager_unittest.cc', | 1861 'browser/extensions/extension_process_manager_unittest.cc', |
1864 'browser/login_prompt_unittest.cc', | 1862 'browser/login_prompt_unittest.cc', |
1865 'browser/rlz/rlz_unittest.cc', | 1863 'browser/rlz/rlz_unittest.cc', |
1866 'browser/search_engines/template_url_scraper_unittest.cc', | 1864 'browser/search_engines/template_url_scraper_unittest.cc', |
1867 'browser/ui/views/bookmark_editor_view_unittest.cc', | 1865 'browser/ui/views/bookmark_editor_view_unittest.cc', |
1868 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', | 1866 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1913 '../third_party/icu/icu.gyp:icuuc', | 1911 '../third_party/icu/icu.gyp:icuuc', |
1914 # Runtime dependencies | 1912 # Runtime dependencies |
1915 'chrome_mesa', | 1913 'chrome_mesa', |
1916 ], | 1914 ], |
1917 'include_dirs': [ | 1915 'include_dirs': [ |
1918 '..', | 1916 '..', |
1919 ], | 1917 ], |
1920 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], | 1918 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], |
1921 'sources': [ | 1919 'sources': [ |
1922 'app/breakpad_mac_stubs.mm', | 1920 'app/breakpad_mac_stubs.mm', |
1921 'app/chrome_command_ids.h', | |
1922 'app/chrome_dll.rc', | |
1923 'app/chrome_dll_resource.h', | |
1924 'app/chrome_dll_version.rc.version', | |
1923 'browser/autocomplete/autocomplete_browsertest.cc', | 1925 'browser/autocomplete/autocomplete_browsertest.cc', |
1924 'browser/browser_browsertest.cc', | 1926 'browser/browser_browsertest.cc', |
1925 'browser/browsing_data_database_helper_browsertest.cc', | 1927 'browser/browsing_data_database_helper_browsertest.cc', |
1926 'browser/browsing_data_local_storage_helper_browsertest.cc', | 1928 'browser/browsing_data_local_storage_helper_browsertest.cc', |
1927 'browser/child_process_security_policy_browsertest.cc', | 1929 'browser/child_process_security_policy_browsertest.cc', |
1928 'browser/chromeos/cros/cros_in_process_browser_test.cc', | 1930 'browser/chromeos/cros/cros_in_process_browser_test.cc', |
1929 'browser/chromeos/cros/cros_in_process_browser_test.h', | 1931 'browser/chromeos/cros/cros_in_process_browser_test.h', |
1930 'browser/chromeos/cros/cros_mock.cc', | 1932 'browser/chromeos/cros/cros_mock.cc', |
1931 'browser/chromeos/cros/cros_mock.h', | 1933 'browser/chromeos/cros/cros_mock.h', |
1932 'browser/chromeos/cros/mock_cros_library.h', | 1934 'browser/chromeos/cros/mock_cros_library.h', |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2126 ], | 2128 ], |
2127 }], | 2129 }], |
2128 ['OS!="linux" or toolkit_views==1', { | 2130 ['OS!="linux" or toolkit_views==1', { |
2129 'sources!': [ | 2131 'sources!': [ |
2130 'browser/extensions/browser_action_test_util_gtk.cc', | 2132 'browser/extensions/browser_action_test_util_gtk.cc', |
2131 'browser/gtk/view_id_util_browsertest.cc', | 2133 'browser/gtk/view_id_util_browsertest.cc', |
2132 ], | 2134 ], |
2133 }], | 2135 }], |
2134 ['OS=="win"', { | 2136 ['OS=="win"', { |
2135 'sources': [ | 2137 'sources': [ |
2136 'app/chrome_command_ids.h', | |
2137 'app/chrome_dll_resource.h', | |
2138 'app/chrome_dll.rc', | |
2139 'app/chrome_dll_version.rc', | |
2140 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 2138 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
2141 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 2139 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
2140 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ', | |
2142 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 2141 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
2143 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 2142 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
2144 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 2143 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
2145 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 2144 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
2146 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 2145 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
2147 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 2146 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
2148 ], | 2147 ], |
2149 'include_dirs': [ | 2148 'include_dirs': [ |
2150 '<(DEPTH)/third_party/wtl/include', | 2149 '<(DEPTH)/third_party/wtl/include', |
2151 ], | 2150 ], |
2152 'dependencies': [ | 2151 'dependencies': [ |
2153 'chrome_version_header', | 2152 'chrome_dll_version', |
2154 'installer_util_strings', | 2153 'installer_util_strings', |
2155 '../sandbox/sandbox.gyp:sandbox', | 2154 '../sandbox/sandbox.gyp:sandbox', |
2156 ], | 2155 ], |
2157 'conditions': [ | 2156 'conditions': [ |
2158 ['win_use_allocator_shim==1', { | 2157 ['win_use_allocator_shim==1', { |
2159 'dependencies': [ | 2158 'dependencies': [ |
2160 '<(allocator_target)', | 2159 '<(allocator_target)', |
2161 ], | 2160 ], |
2162 }], | 2161 }], |
2163 ], | 2162 ], |
2164 'configurations': { | 2163 'configurations': { |
2165 'Debug_Base': { | 2164 'Debug_Base': { |
2166 'msvs_settings': { | 2165 'msvs_settings': { |
2167 'VCLinkerTool': { | 2166 'VCLinkerTool': { |
2168 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 2167 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
2169 }, | 2168 }, |
2170 }, | 2169 }, |
2171 }, | 2170 }, |
2172 } | 2171 } |
2173 }, { # else: OS != "win" | 2172 }, { # else: OS != "win" |
2174 'sources!': [ | 2173 'sources!': [ |
2174 'app/chrome_command_ids.h', | |
2175 'app/chrome_dll.rc', | |
2176 'app/chrome_dll_resource.h', | |
2177 'app/chrome_dll_version.rc.version', | |
2175 'browser/extensions/extension_popup_apitest.cc', | 2178 'browser/extensions/extension_popup_apitest.cc', |
2176 'browser/extensions/extension_rlz_apitest.cc', | 2179 'browser/extensions/extension_rlz_apitest.cc', |
2177 # TODO(jam): http://crbug.com/15101 These tests fail on Linux and | 2180 # TODO(jam): http://crbug.com/15101 These tests fail on Linux and |
2178 # Mac. | 2181 # Mac. |
2179 'browser/child_process_security_policy_browsertest.cc', | 2182 'browser/child_process_security_policy_browsertest.cc', |
2180 'browser/renderer_host/test/web_cache_manager_browsertest.cc', | 2183 'browser/renderer_host/test/web_cache_manager_browsertest.cc', |
2181 'browser/renderer_host/test/render_view_host_manager_browsertest.cc' , | 2184 'browser/renderer_host/test/render_view_host_manager_browsertest.cc' , |
2182 ], | 2185 ], |
2183 }], | 2186 }], |
2184 ['OS=="linux"', { | 2187 ['OS=="linux"', { |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2259 '../skia/skia.gyp:skia', | 2262 '../skia/skia.gyp:skia', |
2260 '../testing/gtest.gyp:gtest', | 2263 '../testing/gtest.gyp:gtest', |
2261 # This is the safebrowsing test server. | 2264 # This is the safebrowsing test server. |
2262 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 2265 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
2263 ], | 2266 ], |
2264 'include_dirs': [ | 2267 'include_dirs': [ |
2265 '..', | 2268 '..', |
2266 ], | 2269 ], |
2267 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], | 2270 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], |
2268 'sources': [ | 2271 'sources': [ |
2272 'app/chrome_dll.rc', | |
2269 'browser/safe_browsing/safe_browsing_test.cc', | 2273 'browser/safe_browsing/safe_browsing_test.cc', |
2270 'test/in_process_browser_test.cc', | 2274 'test/in_process_browser_test.cc', |
2271 'test/in_process_browser_test.h', | 2275 'test/in_process_browser_test.h', |
2272 'test/out_of_proc_test_runner.cc', | 2276 'test/out_of_proc_test_runner.cc', |
2273 ], | 2277 ], |
2274 'conditions': [ | 2278 'conditions': [ |
2275 ['OS=="win"', { | 2279 ['OS=="win"', { |
2276 'dependencies': [ | 2280 'dependencies': [ |
2277 'chrome_version_header', | 2281 'chrome_dll_version', |
2278 'installer_util_strings', | 2282 'installer_util_strings', |
2279 '../sandbox/sandbox.gyp:sandbox', | 2283 '../sandbox/sandbox.gyp:sandbox', |
2280 ], | 2284 ], |
2281 'sources': [ | 2285 'sources': [ |
2282 'app/chrome_dll.rc', | |
2283 'app/chrome_dll_version.rc', | |
2284 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 2286 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
2285 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 2287 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
2288 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ', | |
2286 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 2289 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
2287 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', | 2290 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
2288 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', | 2291 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', |
2289 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 2292 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
2290 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', | 2293 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', |
2291 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', | 2294 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', |
2292 ], | 2295 ], |
2293 'configurations': { | 2296 'configurations': { |
2294 'Debug_Base': { | 2297 'Debug_Base': { |
2295 'msvs_settings': { | 2298 'msvs_settings': { |
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2722 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', | 2725 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', |
2723 ], | 2726 ], |
2724 'include_dirs': [ | 2727 'include_dirs': [ |
2725 '..', | 2728 '..', |
2726 '<(INTERMEDIATE_DIR)', | 2729 '<(INTERMEDIATE_DIR)', |
2727 '<(protoc_out_dir)', | 2730 '<(protoc_out_dir)', |
2728 ], | 2731 ], |
2729 # TODO(phajdan.jr): Only temporary, to make transition easier. | 2732 # TODO(phajdan.jr): Only temporary, to make transition easier. |
2730 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], | 2733 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], |
2731 'sources': [ | 2734 'sources': [ |
2735 'app/chrome_command_ids.h', | |
2736 'app/chrome_dll.rc', | |
2737 'app/chrome_dll_resource.h', | |
2738 'app/chrome_dll_version.rc.version', | |
2732 'browser/autofill/autofill_common_test.cc', | 2739 'browser/autofill/autofill_common_test.cc', |
2733 'browser/autofill/autofill_common_test.h', | 2740 'browser/autofill/autofill_common_test.h', |
2734 'browser/password_manager/password_form_data.cc', | 2741 'browser/password_manager/password_form_data.cc', |
2735 'browser/sessions/session_backend.cc', | 2742 'browser/sessions/session_backend.cc', |
2736 'browser/sessions/session_service_test_helper.cc', | 2743 'browser/sessions/session_service_test_helper.cc', |
2737 'browser/sync/glue/session_model_associator.cc', | 2744 'browser/sync/glue/session_model_associator.cc', |
2738 'test/bookmark_load_observer.h', | 2745 'test/bookmark_load_observer.h', |
2739 'test/in_process_browser_test.cc', | 2746 'test/in_process_browser_test.cc', |
2740 'test/in_process_browser_test.h', | 2747 'test/in_process_browser_test.h', |
2741 'test/out_of_proc_test_runner.cc', | 2748 'test/out_of_proc_test_runner.cc', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2773 'test/live_sync/two_client_live_preferences_sync_test.cc', | 2780 'test/live_sync/two_client_live_preferences_sync_test.cc', |
2774 'test/live_sync/two_client_live_passwords_sync_test.cc', | 2781 'test/live_sync/two_client_live_passwords_sync_test.cc', |
2775 'test/live_sync/two_client_live_sessions_sync_test.cc', | 2782 'test/live_sync/two_client_live_sessions_sync_test.cc', |
2776 'test/live_sync/two_client_live_themes_sync_test.cc', | 2783 'test/live_sync/two_client_live_themes_sync_test.cc', |
2777 'test/test_notification_tracker.cc', | 2784 'test/test_notification_tracker.cc', |
2778 'test/test_notification_tracker.h', | 2785 'test/test_notification_tracker.h', |
2779 'test/testing_browser_process.h', | 2786 'test/testing_browser_process.h', |
2780 'test/ui_test_utils_linux.cc', | 2787 'test/ui_test_utils_linux.cc', |
2781 'test/ui_test_utils_mac.mm', | 2788 'test/ui_test_utils_mac.mm', |
2782 'test/ui_test_utils_win.cc', | 2789 'test/ui_test_utils_win.cc', |
2790 'test/data/resource.rc', | |
2783 ], | 2791 ], |
2784 'conditions': [ | 2792 'conditions': [ |
2785 # Plugin code. | 2793 # Plugin code. |
2786 ['OS=="linux" or OS=="win"', { | 2794 ['OS=="linux" or OS=="win"', { |
2787 'dependencies': [ | 2795 'dependencies': [ |
2788 'plugin', | 2796 'plugin', |
2789 ], | 2797 ], |
2790 'export_dependent_settings': [ | 2798 'export_dependent_settings': [ |
2791 'plugin', | 2799 'plugin', |
2792 ], | 2800 ], |
2793 }], | 2801 }], |
2794 ['OS=="linux"', { | 2802 ['OS=="linux"', { |
2795 'dependencies': [ | 2803 'dependencies': [ |
2796 '../build/linux/system.gyp:gtk', | 2804 '../build/linux/system.gyp:gtk', |
2797 '../build/linux/system.gyp:nss', | 2805 '../build/linux/system.gyp:nss', |
2798 ], | 2806 ], |
2799 }], | 2807 }], |
2800 ['OS=="mac"', { | 2808 ['OS=="mac"', { |
2801 # See the comment in this section of the unit_tests target for an | 2809 # See the comment in this section of the unit_tests target for an |
2802 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). | 2810 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). |
2803 'dependencies+++': [ | 2811 'dependencies+++': [ |
2804 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', | 2812 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', |
2805 ], | 2813 ], |
2806 # The sync_integration_tests do not run on mac without this flag. | 2814 # The sync_integration_tests do not run on mac without this flag. |
2807 # Search for comments about "xcode_settings" elsewhere in this file. | 2815 # Search for comments about "xcode_settings" elsewhere in this file. |
2808 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 2816 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
2809 }], | 2817 }], |
2810 ['OS=="win"', { | 2818 ['OS=="win"', { |
2811 'sources': [ | 2819 'sources': [ |
2812 'app/chrome_command_ids.h', | |
2813 'app/chrome_dll.rc', | |
2814 'app/chrome_dll_resource.h', | |
2815 'app/chrome_dll_version.rc', | |
2816 'test/data/resource.rc', | |
2817 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 2820 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
2818 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', | 2821 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', |
2822 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ', | |
2819 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', | 2823 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', |
2820 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', | 2824 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', |
2821 ], | 2825 ], |
2822 'include_dirs': [ | 2826 'include_dirs': [ |
2823 '<(DEPTH)/third_party/wtl/include', | 2827 '<(DEPTH)/third_party/wtl/include', |
2824 ], | 2828 ], |
2825 'dependencies': [ | 2829 'dependencies': [ |
2826 'chrome_version_header', | 2830 'chrome_dll_version', |
2827 'installer_util_strings', | 2831 'installer_util_strings', |
2828 '../sandbox/sandbox.gyp:sandbox', | 2832 '../sandbox/sandbox.gyp:sandbox', |
2829 ], | 2833 ], |
2830 'conditions': [ | 2834 'conditions': [ |
2831 ['win_use_allocator_shim==1', { | 2835 ['win_use_allocator_shim==1', { |
2832 'dependencies': [ | 2836 'dependencies': [ |
2833 '<(allocator_target)', | 2837 '<(allocator_target)', |
2834 ], | 2838 ], |
2835 }], | 2839 }], |
2836 ], | 2840 ], |
2837 'configurations': { | 2841 'configurations': { |
2838 'Debug': { | 2842 'Debug': { |
2839 'msvs_settings': { | 2843 'msvs_settings': { |
2840 'VCLinkerTool': { | 2844 'VCLinkerTool': { |
2841 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 2845 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
2842 }, | 2846 }, |
2843 }, | 2847 }, |
2844 }, | 2848 }, |
2845 }, | 2849 }, |
2850 }, { # else: OS != "win" | |
2851 'sources!': [ | |
2852 'app/chrome_dll.rc', | |
2853 'app/chrome_dll_version.rc.version', | |
2854 'test/data/resource.rc', | |
2855 ], | |
2846 }], | 2856 }], |
2847 ['toolkit_views==1', { | 2857 ['toolkit_views==1', { |
2848 'dependencies': [ | 2858 'dependencies': [ |
2849 '../views/views.gyp:views', | 2859 '../views/views.gyp:views', |
2850 ], | 2860 ], |
2851 }], | 2861 }], |
2852 ], | 2862 ], |
2853 }, | 2863 }, |
2854 { | 2864 { |
2855 'target_name': 'plugin_tests', | 2865 'target_name': 'plugin_tests', |
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3407 ] | 3417 ] |
3408 }], # 'coverage!=0' | 3418 }], # 'coverage!=0' |
3409 ], # 'conditions' | 3419 ], # 'conditions' |
3410 } | 3420 } |
3411 | 3421 |
3412 # Local Variables: | 3422 # Local Variables: |
3413 # tab-width:2 | 3423 # tab-width:2 |
3414 # indent-tabs-mode:nil | 3424 # indent-tabs-mode:nil |
3415 # End: | 3425 # End: |
3416 # vim: set expandtab tabstop=2 shiftwidth=2: | 3426 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |