OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |