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

Side by Side Diff: ios/web/ios_web.gyp

Issue 2083433002: Mojo: Remove url type converters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 | « device/usb/mojo/type_converters.cc ('k') | media/mojo/clients/mojo_cdm.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 '..', 538 '..',
539 ], 539 ],
540 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], 540 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ],
541 }, 541 },
542 { 542 {
543 # GN version: //ios/web/test:mojo_bindings 543 # GN version: //ios/web/test:mojo_bindings
544 'target_name': 'test_mojo_bindings', 544 'target_name': 'test_mojo_bindings',
545 'type': 'static_library', 545 'type': 'static_library',
546 'dependencies': [ 546 'dependencies': [
547 '../../mojo/mojo_base.gyp:mojo_common_lib', 547 '../../mojo/mojo_base.gyp:mojo_common_lib',
548 '../../mojo/mojo_base.gyp:mojo_url_type_converters',
549 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', 548 '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
550 'test_mojo_bindings_mojom', 549 'test_mojo_bindings_mojom',
551 ], 550 ],
552 'include_dirs': [ 551 'include_dirs': [
553 '..', 552 '..',
554 ], 553 ],
555 }, 554 },
556 { 555 {
557 # GN version: //ios/web:user_agent 556 # GN version: //ios/web:user_agent
558 'target_name': 'user_agent', 557 'target_name': 'user_agent',
559 'type': 'static_library', 558 'type': 'static_library',
560 'include_dirs': [ 559 'include_dirs': [
561 '../..', 560 '../..',
562 ], 561 ],
563 'dependencies': [ 562 'dependencies': [
564 '../../base/base.gyp:base' 563 '../../base/base.gyp:base'
565 ], 564 ],
566 'sources': [ 565 'sources': [
567 'public/user_agent.h', 566 'public/user_agent.h',
568 'public/user_agent.mm', 567 'public/user_agent.mm',
569 ], 568 ],
570 }, 569 },
571 ], 570 ],
572 } 571 }
OLDNEW
« no previous file with comments | « device/usb/mojo/type_converters.cc ('k') | media/mojo/clients/mojo_cdm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698