OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 # File lists shared with GN build. | 7 # File lists shared with GN build. |
8 'chrome_common_sources': [ | 8 'chrome_common_sources': [ |
9 'common/all_messages.h', | 9 'common/all_messages.h', |
10 'common/attrition_experiments.h', | 10 'common/attrition_experiments.h', |
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
643 'type': 'none', | 643 'type': 'none', |
644 'variables': { | 644 'variables': { |
645 'mojom_files': [ | 645 'mojom_files': [ |
646 'common/image_decoder.mojom', | 646 'common/image_decoder.mojom', |
647 'common/resource_usage_reporter.mojom', | 647 'common/resource_usage_reporter.mojom', |
648 'common/shell_handler_win.mojom', | 648 'common/shell_handler_win.mojom', |
649 ], | 649 ], |
650 'mojom_typemaps': [ | 650 'mojom_typemaps': [ |
651 '../skia/public/interfaces/skbitmap.typemap', | 651 '../skia/public/interfaces/skbitmap.typemap', |
652 ], | 652 ], |
| 653 'use_new_wrapper_types': 'false', |
653 }, | 654 }, |
654 'dependencies': [ | 655 'dependencies': [ |
655 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 656 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
656 '../skia/skia.gyp:skia_mojo', | 657 '../skia/skia.gyp:skia_mojo', |
657 ], | 658 ], |
658 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ], | 659 'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ], |
659 }, | 660 }, |
660 { | 661 { |
661 # GN version: //chrome/common:mojo_bindings | 662 # GN version: //chrome/common:mojo_bindings |
662 'target_name': 'common_mojo_bindings', | 663 'target_name': 'common_mojo_bindings', |
(...skipping 21 matching lines...) Expand all Loading... |
684 ], | 685 ], |
685 'dependencies': [ | 686 'dependencies': [ |
686 'installer_util', | 687 'installer_util', |
687 '../base/base.gyp:base', | 688 '../base/base.gyp:base', |
688 ], | 689 ], |
689 }, | 690 }, |
690 ], | 691 ], |
691 }], | 692 }], |
692 ], | 693 ], |
693 } | 694 } |
OLD | NEW |