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 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
640 'includes': [ '../build/protoc.gypi' ], | 640 'includes': [ '../build/protoc.gypi' ], |
641 }, | 641 }, |
642 { | 642 { |
643 # GN version: //chrome/common:mojo_bindings | 643 # GN version: //chrome/common:mojo_bindings |
644 'target_name': 'common_mojo_bindings', | 644 'target_name': 'common_mojo_bindings', |
645 'type': 'static_library', | 645 'type': 'static_library', |
646 'includes': [ | 646 'includes': [ |
647 '../mojo/mojom_bindings_generator.gypi' | 647 '../mojo/mojom_bindings_generator.gypi' |
648 ], | 648 ], |
649 'sources': [ | 649 'sources': [ |
| 650 'common/image_decoder.mojom', |
650 'common/resource_usage_reporter.mojom', | 651 'common/resource_usage_reporter.mojom', |
651 ], | 652 ], |
652 'dependencies': [ | 653 'dependencies': [ |
653 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 654 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 655 '../skia/skia.gyp:skia_mojo', |
654 ], | 656 ], |
655 }, | 657 }, |
656 ], | 658 ], |
657 } | 659 } |
OLD | NEW |