| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 "pref_names_util.cc", | 115 "pref_names_util.cc", |
| 116 "pref_names_util.h", | 116 "pref_names_util.h", |
| 117 "prerender_types.h", | 117 "prerender_types.h", |
| 118 "profiling.cc", | 118 "profiling.cc", |
| 119 "profiling.h", | 119 "profiling.h", |
| 120 "ref_counted_util.h", | 120 "ref_counted_util.h", |
| 121 "render_messages.cc", | 121 "render_messages.cc", |
| 122 "render_messages.h", | 122 "render_messages.h", |
| 123 "resource_usage_reporter_type_converters.cc", | 123 "resource_usage_reporter_type_converters.cc", |
| 124 "resource_usage_reporter_type_converters.h", | 124 "resource_usage_reporter_type_converters.h", |
| 125 "safe_browsing/safebrowsing_messages.h", | |
| 126 "search/instant_types.cc", | 125 "search/instant_types.cc", |
| 127 "search/instant_types.h", | 126 "search/instant_types.h", |
| 128 "search/ntp_logging_events.h", | 127 "search/ntp_logging_events.h", |
| 129 "search/search_types.h", | 128 "search/search_types.h", |
| 130 "search/search_urls.cc", | 129 "search/search_urls.cc", |
| 131 "search/search_urls.h", | 130 "search/search_urls.h", |
| 132 "secure_origin_whitelist.cc", | 131 "secure_origin_whitelist.cc", |
| 133 "secure_origin_whitelist.h", | 132 "secure_origin_whitelist.h", |
| 134 "ssl_insecure_content.cc", | 133 "ssl_insecure_content.cc", |
| 135 "ssl_insecure_content.h", | 134 "ssl_insecure_content.h", |
| (...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 671 "shell_handler_win.mojom", | 670 "shell_handler_win.mojom", |
| 672 ] | 671 ] |
| 673 | 672 |
| 674 public_deps = [ | 673 public_deps = [ |
| 675 "//skia/public/interfaces", | 674 "//skia/public/interfaces", |
| 676 "//url/mojo:url_mojom_gurl", | 675 "//url/mojo:url_mojom_gurl", |
| 677 ] | 676 ] |
| 678 | 677 |
| 679 use_new_wrapper_types = false | 678 use_new_wrapper_types = false |
| 680 } | 679 } |
| OLD | NEW |