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