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 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
624 'includes': [ '../build/protoc.gypi' ], | 624 'includes': [ '../build/protoc.gypi' ], |
625 }, | 625 }, |
626 { | 626 { |
627 # GN version: //chrome/common:mojo_bindings | 627 # GN version: //chrome/common:mojo_bindings |
628 'target_name': 'common_mojo_bindings', | 628 'target_name': 'common_mojo_bindings', |
629 'type': 'static_library', | 629 'type': 'static_library', |
630 'includes': [ | 630 'includes': [ |
631 '../mojo/mojom_bindings_generator.gypi' | 631 '../mojo/mojom_bindings_generator.gypi' |
632 ], | 632 ], |
633 'sources': [ | 633 'sources': [ |
| 634 'common/image_decoder.mojom', |
634 'common/resource_usage_reporter.mojom', | 635 'common/resource_usage_reporter.mojom', |
635 ], | 636 ], |
636 'dependencies': [ | 637 'dependencies': [ |
637 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 638 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 639 '../skia/skia.gyp:skia_mojo', |
638 ], | 640 ], |
639 }, | 641 }, |
640 ], | 642 ], |
641 } | 643 } |
OLD | NEW |