| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/util/process_version.gni") | 6 import("//build/util/process_version.gni") |
| 7 import("//chrome/common/features.gni") | 7 import("//chrome/common/features.gni") |
| 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. | 8 import("//chrome/process_version_rc_template.gni") # For branding_file_path. |
| 9 import("//mojo/public/tools/bindings/mojom.gni") | 9 import("//mojo/public/tools/bindings/mojom.gni") |
| 10 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 "pref_names_util.cc", | 113 "pref_names_util.cc", |
| 114 "pref_names_util.h", | 114 "pref_names_util.h", |
| 115 "prerender_types.h", | 115 "prerender_types.h", |
| 116 "profiling.cc", | 116 "profiling.cc", |
| 117 "profiling.h", | 117 "profiling.h", |
| 118 "ref_counted_util.h", | 118 "ref_counted_util.h", |
| 119 "render_messages.cc", | 119 "render_messages.cc", |
| 120 "render_messages.h", | 120 "render_messages.h", |
| 121 "resource_usage_reporter_type_converters.cc", | 121 "resource_usage_reporter_type_converters.cc", |
| 122 "resource_usage_reporter_type_converters.h", | 122 "resource_usage_reporter_type_converters.h", |
| 123 "safe_browsing/safebrowsing_messages.h", | |
| 124 "search/instant_types.cc", | 123 "search/instant_types.cc", |
| 125 "search/instant_types.h", | 124 "search/instant_types.h", |
| 126 "search/ntp_logging_events.h", | 125 "search/ntp_logging_events.h", |
| 127 "search/search_types.h", | 126 "search/search_types.h", |
| 128 "search/search_urls.cc", | 127 "search/search_urls.cc", |
| 129 "search/search_urls.h", | 128 "search/search_urls.h", |
| 130 "secure_origin_whitelist.cc", | 129 "secure_origin_whitelist.cc", |
| 131 "secure_origin_whitelist.h", | 130 "secure_origin_whitelist.h", |
| 132 "ssl_insecure_content.cc", | 131 "ssl_insecure_content.cc", |
| 133 "ssl_insecure_content.h", | 132 "ssl_insecure_content.h", |
| (...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 675 "shell_handler_win.mojom", | 674 "shell_handler_win.mojom", |
| 676 ] | 675 ] |
| 677 | 676 |
| 678 public_deps = [ | 677 public_deps = [ |
| 679 "//skia/public/interfaces", | 678 "//skia/public/interfaces", |
| 680 "//url/mojo:url_mojom_gurl", | 679 "//url/mojo:url_mojom_gurl", |
| 681 ] | 680 ] |
| 682 | 681 |
| 683 use_new_wrapper_types = false | 682 use_new_wrapper_types = false |
| 684 } | 683 } |
| OLD | NEW |