Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(495)

Side by Side Diff: url/url.gyp

Issue 2161423002: Switch on use_new_wrapper_types mode for url/mojo/ and components/web_cache/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « url/mojo/origin_struct_traits.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'url_srcs.gypi', 10 'url_srcs.gypi',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'type': 'none', 123 'type': 'none',
124 'variables': { 124 'variables': {
125 'mojom_files': [ 125 'mojom_files': [
126 'mojo/origin.mojom', 126 'mojo/origin.mojom',
127 'mojo/url.mojom', 127 'mojo/url.mojom',
128 ], 128 ],
129 'mojom_typemaps': [ 129 'mojom_typemaps': [
130 'mojo/gurl.typemap', 130 'mojo/gurl.typemap',
131 'mojo/origin.typemap', 131 'mojo/origin.typemap',
132 ], 132 ],
133 'use_new_wrapper_types': 'false',
134 }, 133 },
135 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ], 134 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
136 }, 135 },
137 { 136 {
138 # GN version: //url/mojo:url_mojom_gurl and //url/mojo:url_mojom_origin 137 # GN version: //url/mojo:url_mojom_gurl and //url/mojo:url_mojom_origin
139 'target_name': 'url_mojom', 138 'target_name': 'url_mojom',
140 'type': 'static_library', 139 'type': 'static_library',
141 'export_dependent_settings': [ 140 'export_dependent_settings': [
142 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 141 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
143 ], 142 ],
(...skipping 12 matching lines...) Expand all
156 'target_name': 'url_test_interfaces_mojom', 155 'target_name': 'url_test_interfaces_mojom',
157 'type': 'none', 156 'type': 'none',
158 'variables': { 157 'variables': {
159 'mojom_files': [ 158 'mojom_files': [
160 'mojo/url_test.mojom', 159 'mojo/url_test.mojom',
161 ], 160 ],
162 'mojom_typemaps': [ 161 'mojom_typemaps': [
163 'mojo/gurl.typemap', 162 'mojo/gurl.typemap',
164 'mojo/origin.typemap', 163 'mojo/origin.typemap',
165 ], 164 ],
166 'use_new_wrapper_types': 'false',
167 }, 165 },
168 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ], 166 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
169 'dependencies': [ 167 'dependencies': [
170 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 168 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
171 ], 169 ],
172 }, 170 },
173 { 171 {
174 'target_name': 'url_test_mojom', 172 'target_name': 'url_test_mojom',
175 'type': 'static_library', 173 'type': 'static_library',
176 'export_dependent_settings': [ 174 'export_dependent_settings': [
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'variables': { 228 'variables': {
231 'for_blink': 'true', 229 'for_blink': 'true',
232 'mojom_files': [ 230 'mojom_files': [
233 'mojo/origin.mojom', 231 'mojo/origin.mojom',
234 'mojo/url.mojom', 232 'mojo/url.mojom',
235 ], 233 ],
236 'mojom_typemaps': [ 234 'mojom_typemaps': [
237 '../third_party/WebKit/Source/platform/mojo/KURL.typemap', 235 '../third_party/WebKit/Source/platform/mojo/KURL.typemap',
238 '../third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap ', 236 '../third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap ',
239 ], 237 ],
240 'use_new_wrapper_types': 'false',
241 }, 238 },
242 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ], 239 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
243 }, 240 },
244 { 241 {
245 # GN version: //url/mojo:url_mojom_gurl_blink and //url/mojo:url_mojom _origin_blink 242 # GN version: //url/mojo:url_mojom_gurl_blink and //url/mojo:url_mojom _origin_blink
246 'target_name': 'url_mojom_for_blink', 243 'target_name': 'url_mojom_for_blink',
247 'type': 'static_library', 244 'type': 'static_library',
248 'export_dependent_settings': [ 245 'export_dependent_settings': [
249 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 246 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
250 ], 247 ],
251 'dependencies': [ 248 'dependencies': [
252 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 249 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
253 'url_interfaces_mojom_for_blink', 250 'url_interfaces_mojom_for_blink',
254 'url_lib', 251 'url_lib',
255 ], 252 ],
256 }, 253 },
257 { 254 {
258 # GN version: //url/mojo:test_url_mojom_gurl_blink 255 # GN version: //url/mojo:test_url_mojom_gurl_blink
259 'target_name': 'url_test_interfaces_mojom_for_blink', 256 'target_name': 'url_test_interfaces_mojom_for_blink',
260 'type': 'none', 257 'type': 'none',
261 'variables': { 258 'variables': {
262 'for_blink': 'true', 259 'for_blink': 'true',
263 'mojom_files': [ 260 'mojom_files': [
264 'mojo/url_test.mojom', 261 'mojo/url_test.mojom',
265 ], 262 ],
266 'mojom_typemaps': [ 263 'mojom_typemaps': [
267 '../third_party/WebKit/Source/platform/mojo/KURL.typemap', 264 '../third_party/WebKit/Source/platform/mojo/KURL.typemap',
268 '../third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap ', 265 '../third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap ',
269 ], 266 ],
270 'use_new_wrapper_types': 'false',
271 }, 267 },
272 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ], 268 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
273 'dependencies': [ 269 'dependencies': [
274 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 270 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
275 ], 271 ],
276 }, 272 },
277 ], 273 ],
278 }], 274 }],
279 ['test_isolation_mode != "noop"', { 275 ['test_isolation_mode != "noop"', {
280 'targets': [ 276 'targets': [
281 { 277 {
282 'target_name': 'url_unittests_run', 278 'target_name': 'url_unittests_run',
283 'type': 'none', 279 'type': 'none',
284 'dependencies': [ 280 'dependencies': [
285 'url_unittests', 281 'url_unittests',
286 ], 282 ],
287 'includes': [ 283 'includes': [
288 '../build/isolate.gypi', 284 '../build/isolate.gypi',
289 ], 285 ],
290 'sources': [ 286 'sources': [
291 'url_unittests.isolate', 287 'url_unittests.isolate',
292 ], 288 ],
293 }, 289 },
294 ], 290 ],
295 }], 291 }],
296 ], 292 ],
297 } 293 }
OLDNEW
« no previous file with comments | « url/mojo/origin_struct_traits.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698