| 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 612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 # proto, and the download file types proto. | 623 # proto, and the download file types proto. |
| 624 | 624 |
| 625 # GN version: //chrome/common/safe_browsing:proto | 625 # GN version: //chrome/common/safe_browsing:proto |
| 626 'target_name': 'safe_browsing_proto', | 626 'target_name': 'safe_browsing_proto', |
| 627 'type': 'static_library', | 627 'type': 'static_library', |
| 628 'sources': [ | 628 'sources': [ |
| 629 'common/safe_browsing/client_model.proto', | 629 'common/safe_browsing/client_model.proto', |
| 630 'common/safe_browsing/crx_info.proto', | 630 'common/safe_browsing/crx_info.proto', |
| 631 'common/safe_browsing/csd.proto', | 631 'common/safe_browsing/csd.proto', |
| 632 'common/safe_browsing/download_file_types.proto', | 632 'common/safe_browsing/download_file_types.proto', |
| 633 'common/safe_browsing/permission_report.proto', |
| 633 ], | 634 ], |
| 634 'variables': { | 635 'variables': { |
| 635 'proto_in_dir': 'common/safe_browsing', | 636 'proto_in_dir': 'common/safe_browsing', |
| 636 'proto_out_dir': 'chrome/common/safe_browsing', | 637 'proto_out_dir': 'chrome/common/safe_browsing', |
| 637 }, | 638 }, |
| 638 'includes': [ '../build/protoc.gypi' ], | 639 'includes': [ '../build/protoc.gypi' ], |
| 639 }, | 640 }, |
| 640 { | 641 { |
| 641 # GN version: //chrome/common:mojo_bindings | 642 # GN version: //chrome/common:mojo_bindings |
| 642 'target_name': 'common_mojo_bindings', | 643 'target_name': 'common_mojo_bindings', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 667 ], | 668 ], |
| 668 'dependencies': [ | 669 'dependencies': [ |
| 669 'installer_util', | 670 'installer_util', |
| 670 '../base/base.gyp:base', | 671 '../base/base.gyp:base', |
| 671 ], | 672 ], |
| 672 }, | 673 }, |
| 673 ], | 674 ], |
| 674 }], | 675 }], |
| 675 ], | 676 ], |
| 676 } | 677 } |
| OLD | NEW |