[email protected] | 64f5650c | 2013-01-11 05:35:09 | [diff] [blame] | 1 | # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | { |
[email protected] | 7fa0f51 | 2013-10-22 14:19:36 | [diff] [blame] | 6 | 'variables': { |
| 7 | # This turns on e.g. the filename-based detection of which |
| 8 | # platforms to include source files on (e.g. files ending in |
| 9 | # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 | 'chromium_code': 1, |
| 11 | }, |
[email protected] | 62885ab | 2013-01-23 03:55:16 | [diff] [blame] | 12 | 'conditions': [ |
[email protected] | 01587e1 | 2013-10-03 18:24:54 | [diff] [blame] | 13 | ['android_webview_build == 0', { |
[email protected] | 62885ab | 2013-01-23 03:55:16 | [diff] [blame] | 14 | 'targets': [ |
| 15 | { |
| 16 | 'target_name': 'components_unittests', |
| 17 | 'type': '<(gtest_target_type)', |
| 18 | 'sources': [ |
[email protected] | ad602e6 | 2013-10-30 16:47:53 | [diff] [blame] | 19 | 'auto_login_parser/auto_login_parser_unittest.cc', |
[email protected] | 4daa4ee1 | 2013-11-04 19:40:11 | [diff] [blame] | 20 | 'autofill/core/browser/webdata/autofill_entry_unittest.cc', |
[email protected] | d3ff31f | 2013-08-29 23:48:35 | [diff] [blame] | 21 | 'autofill/core/common/form_data_unittest.cc', |
| 22 | 'autofill/core/common/form_field_data_unittest.cc', |
[email protected] | ad602e6 | 2013-10-30 16:47:53 | [diff] [blame] | 23 | 'autofill/core/common/password_form_fill_data_unittest.cc', |
[email protected] | 0dd6f203 | 2013-05-20 23:33:40 | [diff] [blame] | 24 | 'browser_context_keyed_service/browser_context_dependency_manager_unittest.cc', |
| 25 | 'browser_context_keyed_service/dependency_graph_unittest.cc', |
[email protected] | 703fe530 | 2013-11-15 17:52:50 | [diff] [blame] | 26 | 'dom_distiller/core/article_entry_unittest.cc', |
[email protected] | c0f759b | 2013-11-13 22:05:30 | [diff] [blame] | 27 | 'dom_distiller/core/distiller_unittest.cc', |
[email protected] | 960f1d26 | 2013-10-09 19:52:14 | [diff] [blame] | 28 | 'dom_distiller/core/distiller_url_fetcher_unittest.cc', |
[email protected] | 0664b5ab | 2013-09-23 04:14:45 | [diff] [blame] | 29 | 'dom_distiller/core/dom_distiller_database_unittest.cc', |
[email protected] | 96a45d87 | 2013-10-22 21:17:56 | [diff] [blame] | 30 | 'dom_distiller/core/dom_distiller_model_unittest.cc', |
[email protected] | 703fe530 | 2013-11-15 17:52:50 | [diff] [blame] | 31 | 'dom_distiller/core/dom_distiller_service_unittest.cc', |
[email protected] | 9cff665 | 2013-10-03 20:28:52 | [diff] [blame] | 32 | 'dom_distiller/core/dom_distiller_store_unittest.cc', |
[email protected] | 703fe530 | 2013-11-15 17:52:50 | [diff] [blame] | 33 | 'dom_distiller/core/fake_distiller.cc', |
| 34 | 'dom_distiller/core/fake_distiller.h', |
| 35 | 'dom_distiller/core/task_tracker_unittest.cc', |
[email protected] | fb1397ce | 2013-08-13 22:55:07 | [diff] [blame] | 36 | 'json_schema/json_schema_validator_unittest.cc', |
| 37 | 'json_schema/json_schema_validator_unittest_base.cc', |
| 38 | 'json_schema/json_schema_validator_unittest_base.h', |
[email protected] | 62885ab | 2013-01-23 03:55:16 | [diff] [blame] | 39 | 'navigation_interception/intercept_navigation_resource_throttle_unittest.cc', |
[email protected] | 72779c9 | 2013-10-18 09:53:02 | [diff] [blame] | 40 | 'precache/core/precache_fetcher_unittest.cc', |
[email protected] | 40a7e41 | 2013-04-29 18:13:01 | [diff] [blame] | 41 | 'sessions/serialized_navigation_entry_unittest.cc', |
[email protected] | 62885ab | 2013-01-23 03:55:16 | [diff] [blame] | 42 | 'test/run_all_unittests.cc', |
[email protected] | 499e7c5 | 2013-10-04 16:03:09 | [diff] [blame] | 43 | 'translate/common/translate_metrics_unittest.cc', |
| 44 | 'translate/common/translate_util_unittest.cc', |
| 45 | 'translate/language_detection/language_detection_util_unittest.cc', |
[email protected] | 50ae9f1 | 2013-08-29 18:03:22 | [diff] [blame] | 46 | # TODO(asvitkine): These should be tested on iOS too. |
| 47 | 'variations/entropy_provider_unittest.cc', |
| 48 | 'variations/metrics_util_unittest.cc', |
| 49 | 'variations/variations_associated_data_unittest.cc', |
| 50 | 'variations/variations_seed_processor_unittest.cc', |
[email protected] | 28a66e25 | 2013-01-25 07:54:02 | [diff] [blame] | 51 | 'visitedlink/test/visitedlink_unittest.cc', |
[email protected] | 40a7e41 | 2013-04-29 18:13:01 | [diff] [blame] | 52 | 'webdata/encryptor/encryptor_password_mac_unittest.cc', |
| 53 | 'webdata/encryptor/encryptor_unittest.cc', |
[email protected] | 4daa4ee1 | 2013-11-04 19:40:11 | [diff] [blame] | 54 | 'webdata/encryptor/ie7_password_unittest_win.cc', |
[email protected] | e41d008 | 2013-05-16 04:37:54 | [diff] [blame] | 55 | 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
[email protected] | 62885ab | 2013-01-23 03:55:16 | [diff] [blame] | 56 | ], |
| 57 | 'include_dirs': [ |
| 58 | '..', |
| 59 | ], |
| 60 | 'dependencies': [ |
| 61 | '../base/base.gyp:test_support_base', |
[email protected] | 82c1012 | 2013-10-03 15:12:22 | [diff] [blame] | 62 | '../sync/sync.gyp:sync', |
[email protected] | 62885ab | 2013-01-23 03:55:16 | [diff] [blame] | 63 | '../testing/gmock.gyp:gmock', |
| 64 | '../testing/gtest.gyp:gtest', |
| 65 | |
[email protected] | d3ff31f | 2013-08-29 23:48:35 | [diff] [blame] | 66 | # Dependencies of autofill |
[email protected] | 4daa4ee1 | 2013-11-04 19:40:11 | [diff] [blame] | 67 | 'components.gyp:autofill_core_browser', |
[email protected] | 7fa0f51 | 2013-10-22 14:19:36 | [diff] [blame] | 68 | 'components.gyp:autofill_core_common', |
[email protected] | d3ff31f | 2013-08-29 23:48:35 | [diff] [blame] | 69 | |
[email protected] | 28a66e25 | 2013-01-25 07:54:02 | [diff] [blame] | 70 | # Dependencies of auto_login_parser |
[email protected] | 7fa0f51 | 2013-10-22 14:19:36 | [diff] [blame] | 71 | 'components.gyp:auto_login_parser', |
[email protected] | da84fa4 | 2013-03-24 20:57:36 | [diff] [blame] | 72 | |
[email protected] | 0dd6f203 | 2013-05-20 23:33:40 | [diff] [blame] | 73 | # Dependencies of browser_context_keyed_service |
[email protected] | 7fa0f51 | 2013-10-22 14:19:36 | [diff] [blame] | 74 | 'components.gyp:browser_context_keyed_service', |
[email protected] | 0dd6f203 | 2013-05-20 23:33:40 | [diff] [blame] | 75 | |
[email protected] | 0664b5ab | 2013-09-23 04:14:45 | [diff] [blame] | 76 | # Dependencies of dom_distiller |
[email protected] | 7fa0f51 | 2013-10-22 14:19:36 | [diff] [blame] | 77 | 'components.gyp:distilled_page_proto', |
| 78 | 'components.gyp:dom_distiller_core', |
[email protected] | 0664b5ab | 2013-09-23 04:14:45 | [diff] [blame] | 79 | |
[email protected] | da84fa4 | 2013-03-24 20:57:36 | [diff] [blame] | 80 | # Dependencies of encryptor |
[email protected] | 7fa0f51 | 2013-10-22 14:19:36 | [diff] [blame] | 81 | 'components.gyp:encryptor', |
[email protected] | 28a66e25 | 2013-01-25 07:54:02 | [diff] [blame] | 82 | |
[email protected] | fb1397ce | 2013-08-13 22:55:07 | [diff] [blame] | 83 | # Dependencies of json_schema |
[email protected] | 7fa0f51 | 2013-10-22 14:19:36 | [diff] [blame] | 84 | 'components.gyp:json_schema', |
[email protected] | fb1397ce | 2013-08-13 22:55:07 | [diff] [blame] | 85 | |
[email protected] | 62885ab | 2013-01-23 03:55:16 | [diff] [blame] | 86 | # Dependencies of intercept_navigation_resource_throttle_unittest.cc |
[email protected] | ba42b1e | 2013-10-19 22:13:17 | [diff] [blame] | 87 | '../content/content_shell_and_tests.gyp:test_support_content', |
[email protected] | 62885ab | 2013-01-23 03:55:16 | [diff] [blame] | 88 | '../skia/skia.gyp:skia', |
[email protected] | 7fa0f51 | 2013-10-22 14:19:36 | [diff] [blame] | 89 | 'components.gyp:navigation_interception', |
[email protected] | 72779c9 | 2013-10-18 09:53:02 | [diff] [blame] | 90 | |
[email protected] | 183be4e | 2013-08-14 14:41:10 | [diff] [blame] | 91 | # Dependencies of policy |
[email protected] | 7fa0f51 | 2013-10-22 14:19:36 | [diff] [blame] | 92 | 'components.gyp:policy_component', |
[email protected] | 183be4e | 2013-08-14 14:41:10 | [diff] [blame] | 93 | |
[email protected] | 72779c9 | 2013-10-18 09:53:02 | [diff] [blame] | 94 | # Dependencies of precache |
[email protected] | 7fa0f51 | 2013-10-22 14:19:36 | [diff] [blame] | 95 | 'components.gyp:precache_core', |
| 96 | 'components.gyp:precache_core_proto', |
[email protected] | 72779c9 | 2013-10-18 09:53:02 | [diff] [blame] | 97 | |
[email protected] | 40a7e41 | 2013-04-29 18:13:01 | [diff] [blame] | 98 | # Dependencies of sessions |
[email protected] | 40a7e41 | 2013-04-29 18:13:01 | [diff] [blame] | 99 | '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
[email protected] | 7fa0f51 | 2013-10-22 14:19:36 | [diff] [blame] | 100 | 'components.gyp:sessions', |
| 101 | 'components.gyp:sessions_test_support', |
[email protected] | 40a7e41 | 2013-04-29 18:13:01 | [diff] [blame] | 102 | |
[email protected] | 499e7c5 | 2013-10-04 16:03:09 | [diff] [blame] | 103 | # Dependencies of translate. |
[email protected] | 7fa0f51 | 2013-10-22 14:19:36 | [diff] [blame] | 104 | 'components.gyp:translate_common', |
| 105 | 'components.gyp:translate_language_detection', |
[email protected] | 499e7c5 | 2013-10-04 16:03:09 | [diff] [blame] | 106 | |
[email protected] | 50ae9f1 | 2013-08-29 18:03:22 | [diff] [blame] | 107 | # Dependencies of variations |
[email protected] | 7fa0f51 | 2013-10-22 14:19:36 | [diff] [blame] | 108 | 'components.gyp:variations', |
[email protected] | 50ae9f1 | 2013-08-29 18:03:22 | [diff] [blame] | 109 | |
[email protected] | 28a66e25 | 2013-01-25 07:54:02 | [diff] [blame] | 110 | # Dependencies of visitedlink |
[email protected] | 7fa0f51 | 2013-10-22 14:19:36 | [diff] [blame] | 111 | 'components.gyp:visitedlink_browser', |
| 112 | 'components.gyp:visitedlink_renderer', |
[email protected] | 28a66e25 | 2013-01-25 07:54:02 | [diff] [blame] | 113 | '../content/content_resources.gyp:content_resources', |
[email protected] | e41d008 | 2013-05-16 04:37:54 | [diff] [blame] | 114 | |
[email protected] | 7fa0f51 | 2013-10-22 14:19:36 | [diff] [blame] | 115 | 'components.gyp:web_modal', |
| 116 | 'components.gyp:web_modal_test_support', |
[email protected] | 62885ab | 2013-01-23 03:55:16 | [diff] [blame] | 117 | ], |
[email protected] | c03ef21 | 2013-01-24 23:44:30 | [diff] [blame] | 118 | 'conditions': [ |
[email protected] | 01587e1 | 2013-10-03 18:24:54 | [diff] [blame] | 119 | ['OS == "ios"', { |
| 120 | 'sources/': [ |
| 121 | ['exclude', '\\.cc$'], |
| 122 | ['include', '^test/run_all_unittests\\.cc$'], |
| 123 | # TODO(ios): Include files here as they are made to work, see |
| 124 | # http://crbug.com/303011. |
| 125 | # TODO(asvitkine): Bring up varations/ unittests on iOS. |
| 126 | ['include', '^dom_distiller'], |
[email protected] | 499e7c5 | 2013-10-04 16:03:09 | [diff] [blame] | 127 | ['include', '^translate'], |
[email protected] | 01587e1 | 2013-10-03 18:24:54 | [diff] [blame] | 128 | ], |
| 129 | 'dependencies!': [ |
| 130 | 'autofill_core_common', |
| 131 | 'navigation_interception', |
| 132 | 'visitedlink_renderer', |
| 133 | ], |
| 134 | }], |
[email protected] | ef42ee8c8 | 2013-11-01 05:26:13 | [diff] [blame] | 135 | ['disable_nacl==0', { |
| 136 | 'sources': [ |
[email protected] | 7c766e9 | 2013-11-22 20:44:02 | [diff] [blame] | 137 | 'nacl/browser/nacl_file_host_unittest.cc', |
| 138 | 'nacl/browser/nacl_process_host_unittest.cc', |
[email protected] | ef42ee8c8 | 2013-11-01 05:26:13 | [diff] [blame] | 139 | 'nacl/browser/nacl_validation_cache_unittest.cc', |
[email protected] | 7c766e9 | 2013-11-22 20:44:02 | [diff] [blame] | 140 | 'nacl/browser/pnacl_host_unittest.cc', |
[email protected] | 30a9071 | 2013-11-18 16:26:11 | [diff] [blame] | 141 | 'nacl/browser/pnacl_translation_cache_unittest.cc', |
[email protected] | 7c766e9 | 2013-11-22 20:44:02 | [diff] [blame] | 142 | 'nacl/browser/test_nacl_browser_delegate.cc', |
[email protected] | ef42ee8c8 | 2013-11-01 05:26:13 | [diff] [blame] | 143 | ], |
| 144 | 'dependencies': [ |
| 145 | 'nacl.gyp:nacl_browser', |
[email protected] | 058fe53 | 2013-11-28 06:45:59 | [diff] [blame] | 146 | 'nacl.gyp:nacl_common', |
[email protected] | ef42ee8c8 | 2013-11-01 05:26:13 | [diff] [blame] | 147 | ], |
| 148 | }], |
[email protected] | e41d008 | 2013-05-16 04:37:54 | [diff] [blame] | 149 | ['OS == "android"', { |
| 150 | 'sources!': [ |
| 151 | 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
| 152 | ], |
| 153 | 'dependencies!': [ |
[email protected] | 7fa0f51 | 2013-10-22 14:19:36 | [diff] [blame] | 154 | 'components.gyp:web_modal', |
| 155 | 'components.gyp:web_modal_test_support', |
[email protected] | e41d008 | 2013-05-16 04:37:54 | [diff] [blame] | 156 | ], |
| 157 | }], |
[email protected] | c03ef21 | 2013-01-24 23:44:30 | [diff] [blame] | 158 | ['OS == "android" and gtest_target_type == "shared_library"', { |
| 159 | 'dependencies': [ |
| 160 | '../testing/android/native_test.gyp:native_test_native_code', |
| 161 | ] |
| 162 | }], |
[email protected] | c5c9e6dc | 2013-01-30 12:46:58 | [diff] [blame] | 163 | ['OS=="win" and win_use_allocator_shim==1', { |
| 164 | 'dependencies': [ |
| 165 | '../base/allocator/allocator.gyp:allocator', |
| 166 | ], |
| 167 | }], |
[email protected] | 19e9de23 | 2013-07-23 20:21:06 | [diff] [blame] | 168 | ['OS=="linux" and component=="shared_library" and linux_use_tcmalloc==1', { |
| 169 | 'dependencies': [ |
| 170 | '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
| 171 | ], |
| 172 | 'link_settings': { |
| 173 | 'ldflags': ['-rdynamic'], |
| 174 | }, |
| 175 | }], |
[email protected] | 183be4e | 2013-08-14 14:41:10 | [diff] [blame] | 176 | ['configuration_policy==1', { |
| 177 | 'sources': [ |
[email protected] | 3af8f80 | 2013-11-22 11:48:57 | [diff] [blame] | 178 | 'policy/core/common/policy_bundle_unittest.cc', |
[email protected] | c4a138a | 2013-11-21 19:54:57 | [diff] [blame] | 179 | 'policy/core/common/policy_map_unittest.cc', |
[email protected] | 23a8cf5c | 2013-11-26 13:53:37 | [diff] [blame] | 180 | 'policy/core/common/registry_dict_win_unittest.cc', |
[email protected] | f39e98e | 2013-11-22 17:50:47 | [diff] [blame] | 181 | 'policy/core/common/schema_map_unittest.cc', |
| 182 | 'policy/core/common/schema_registry_unittest.cc', |
[email protected] | 3a597cc | 2013-09-16 10:51:26 | [diff] [blame] | 183 | 'policy/core/common/schema_unittest.cc', |
[email protected] | 183be4e | 2013-08-14 14:41:10 | [diff] [blame] | 184 | ], |
| 185 | }], |
[email protected] | c03ef21 | 2013-01-24 23:44:30 | [diff] [blame] | 186 | ], |
[email protected] | aa6eacc | 2013-02-09 21:18:42 | [diff] [blame] | 187 | # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 188 | 'msvs_disabled_warnings': [4267, ], |
[email protected] | b1babd9 | 2013-04-05 18:29:42 | [diff] [blame] | 189 | }, |
[email protected] | 01587e1 | 2013-10-03 18:24:54 | [diff] [blame] | 190 | ], |
| 191 | }], |
| 192 | ['OS != "ios" and android_webview_build == 0', { |
| 193 | 'targets': [ |
[email protected] | b1babd9 | 2013-04-05 18:29:42 | [diff] [blame] | 194 | { |
| 195 | 'target_name': 'components_perftests', |
| 196 | 'type': '<(gtest_target_type)', |
| 197 | 'dependencies': [ |
| 198 | '../base/base.gyp:base', |
| 199 | '../base/base.gyp:test_support_perf', |
[email protected] | ba42b1e | 2013-10-19 22:13:17 | [diff] [blame] | 200 | '../content/content_shell_and_tests.gyp:test_support_content', |
[email protected] | b1babd9 | 2013-04-05 18:29:42 | [diff] [blame] | 201 | '../testing/gtest.gyp:gtest', |
| 202 | '../ui/compositor/compositor.gyp:compositor', |
[email protected] | 7fa0f51 | 2013-10-22 14:19:36 | [diff] [blame] | 203 | 'components.gyp:visitedlink_browser', |
[email protected] | b1babd9 | 2013-04-05 18:29:42 | [diff] [blame] | 204 | ], |
| 205 | 'include_dirs': [ |
| 206 | '..', |
| 207 | ], |
| 208 | 'sources': [ |
| 209 | 'visitedlink/test/visitedlink_perftest.cc', |
| 210 | ], |
| 211 | 'conditions': [ |
| 212 | ['OS == "android" and gtest_target_type == "shared_library"', { |
| 213 | 'dependencies': [ |
| 214 | '../testing/android/native_test.gyp:native_test_native_code', |
| 215 | ], |
| 216 | }], |
| 217 | ], |
| 218 | # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 219 | 'msvs_disabled_warnings': [ 4267, ], |
| 220 | }, |
[email protected] | 64f5650c | 2013-01-11 05:35:09 | [diff] [blame] | 221 | ], |
[email protected] | c03ef21 | 2013-01-24 23:44:30 | [diff] [blame] | 222 | 'conditions': [ |
| 223 | ['OS == "android" and gtest_target_type == "shared_library"', { |
| 224 | 'targets': [ |
| 225 | { |
| 226 | 'target_name': 'components_unittests_apk', |
| 227 | 'type': 'none', |
| 228 | 'dependencies': [ |
| 229 | 'components_unittests', |
| 230 | ], |
| 231 | 'variables': { |
| 232 | 'test_suite_name': 'components_unittests', |
| 233 | 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)components_unittests<(SHARED_LIB_SUFFIX)', |
| 234 | }, |
| 235 | 'includes': [ '../build/apk_test.gypi' ], |
| 236 | }, |
| 237 | ], |
| 238 | }], |
| 239 | ], |
[email protected] | 62885ab | 2013-01-23 03:55:16 | [diff] [blame] | 240 | }], |
[email protected] | c0f759b | 2013-11-13 22:05:30 | [diff] [blame] | 241 | ['OS!="ios"', { |
| 242 | 'targets': [ |
| 243 | { |
| 244 | 'target_name': 'components_browsertests', |
| 245 | 'type': '<(gtest_target_type)', |
| 246 | 'defines!': ['CONTENT_IMPLEMENTATION'], |
| 247 | 'dependencies': [ |
| 248 | '../content/content_shell_and_tests.gyp:content_browser_test_support', |
| 249 | '../content/content_shell_and_tests.gyp:test_support_content', |
| 250 | '../skia/skia.gyp:skia', |
| 251 | '../testing/gtest.gyp:gtest', |
| 252 | 'components.gyp:dom_distiller_content', |
| 253 | 'components.gyp:dom_distiller_core', |
| 254 | ], |
| 255 | 'include_dirs': [ |
| 256 | '..', |
| 257 | ], |
| 258 | 'defines': [ |
| 259 | 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| 260 | ], |
| 261 | 'sources': [ |
| 262 | '../content/test/content_test_launcher.cc', |
| 263 | 'dom_distiller/content/distiller_page_web_contents_browsertest.cc', |
| 264 | ], |
| 265 | 'conditions': [ |
| 266 | ['OS=="win"', { |
| 267 | 'resource_include_dirs': [ |
| 268 | '<(SHARED_INTERMEDIATE_DIR)/webkit', |
| 269 | ], |
| 270 | 'sources': [ |
| 271 | '../content/shell/app/resource.h', |
| 272 | '../content/shell/app/shell.rc', |
| 273 | # TODO: It would be nice to have these pulled in |
| 274 | # automatically from direct_dependent_settings in |
| 275 | # their various targets (net.gyp:net_resources, etc.), |
| 276 | # but that causes errors in other targets when |
| 277 | # resulting .res files get referenced multiple times. |
| 278 | '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', |
| 279 | '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.rc', |
| 280 | '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.rc', |
| 281 | ], |
| 282 | 'dependencies': [ |
| 283 | '<(DEPTH)/net/net.gyp:net_resources', |
| 284 | '<(DEPTH)/third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 285 | '<(DEPTH)/third_party/isimpledom/isimpledom.gyp:isimpledom', |
| 286 | '<(DEPTH)/webkit/webkit_resources.gyp:webkit_strings', |
| 287 | '<(DEPTH)/webkit/webkit_resources.gyp:webkit_resources', |
| 288 | ], |
| 289 | 'configurations': { |
| 290 | 'Debug_Base': { |
| 291 | 'msvs_settings': { |
| 292 | 'VCLinkerTool': { |
| 293 | 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
| 294 | }, |
| 295 | }, |
| 296 | }, |
| 297 | }, |
| 298 | # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 299 | 'msvs_disabled_warnings': [ 4267, ], |
| 300 | }], |
| 301 | ['OS=="win" and win_use_allocator_shim==1', { |
| 302 | 'dependencies': [ |
| 303 | '../base/allocator/allocator.gyp:allocator', |
| 304 | ], |
| 305 | }], |
| 306 | ], |
| 307 | }, |
| 308 | ], |
| 309 | }], |
[email protected] | 62885ab | 2013-01-23 03:55:16 | [diff] [blame] | 310 | ], |
[email protected] | 64f5650c | 2013-01-11 05:35:09 | [diff] [blame] | 311 | } |