| 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 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 632 'proto_in_dir': 'common/safe_browsing', | 632 'proto_in_dir': 'common/safe_browsing', |
| 633 'proto_out_dir': 'chrome/common/safe_browsing', | 633 'proto_out_dir': 'chrome/common/safe_browsing', |
| 634 }, | 634 }, |
| 635 'includes': [ '../build/protoc.gypi' ], | 635 'includes': [ '../build/protoc.gypi' ], |
| 636 }, | 636 }, |
| 637 { | 637 { |
| 638 # GN version: //chrome/common:mojo_bindings | 638 # GN version: //chrome/common:mojo_bindings |
| 639 'target_name': 'common_mojo_bindings', | 639 'target_name': 'common_mojo_bindings', |
| 640 'type': 'static_library', | 640 'type': 'static_library', |
| 641 'includes': [ | 641 'includes': [ |
| 642 '../third_party/mojo/mojom_bindings_generator.gypi' | 642 '../mojo/mojom_bindings_generator.gypi' |
| 643 ], | 643 ], |
| 644 'sources': [ | 644 'sources': [ |
| 645 'common/resource_usage_reporter.mojom', | 645 'common/resource_usage_reporter.mojom', |
| 646 ], | 646 ], |
| 647 'dependencies': [ | 647 'dependencies': [ |
| 648 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 648 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 649 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 649 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 650 ], | 650 ], |
| 651 }, | 651 }, |
| 652 ], | 652 ], |
| 653 } | 653 } |
| OLD | NEW |