| 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("//extensions/features/features.gni") | 9 import("//extensions/features/features.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 "pref_names_util.cc", | 119 "pref_names_util.cc", |
| 120 "pref_names_util.h", | 120 "pref_names_util.h", |
| 121 "prerender_types.h", | 121 "prerender_types.h", |
| 122 "profiling.cc", | 122 "profiling.cc", |
| 123 "profiling.h", | 123 "profiling.h", |
| 124 "ref_counted_util.h", | 124 "ref_counted_util.h", |
| 125 "render_messages.cc", | 125 "render_messages.cc", |
| 126 "render_messages.h", | 126 "render_messages.h", |
| 127 "resource_usage_reporter_type_converters.cc", | 127 "resource_usage_reporter_type_converters.cc", |
| 128 "resource_usage_reporter_type_converters.h", | 128 "resource_usage_reporter_type_converters.h", |
| 129 "safe_browsing/safebrowsing_messages.h", | |
| 130 "search/instant_types.cc", | 129 "search/instant_types.cc", |
| 131 "search/instant_types.h", | 130 "search/instant_types.h", |
| 132 "search/ntp_logging_events.h", | 131 "search/ntp_logging_events.h", |
| 133 "search/search_types.h", | 132 "search/search_types.h", |
| 134 "search/search_urls.cc", | 133 "search/search_urls.cc", |
| 135 "search/search_urls.h", | 134 "search/search_urls.h", |
| 136 "secure_origin_whitelist.cc", | 135 "secure_origin_whitelist.cc", |
| 137 "secure_origin_whitelist.h", | 136 "secure_origin_whitelist.h", |
| 138 "ssl_insecure_content.cc", | 137 "ssl_insecure_content.cc", |
| 139 "ssl_insecure_content.h", | 138 "ssl_insecure_content.h", |
| (...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 671 "conflicts/module_event_win.mojom", | 670 "conflicts/module_event_win.mojom", |
| 672 "network_diagnostics.mojom", | 671 "network_diagnostics.mojom", |
| 673 "resource_usage_reporter.mojom", | 672 "resource_usage_reporter.mojom", |
| 674 "shell_handler_win.mojom", | 673 "shell_handler_win.mojom", |
| 675 ] | 674 ] |
| 676 | 675 |
| 677 public_deps = [ | 676 public_deps = [ |
| 678 "//url/mojo:url_mojom_gurl", | 677 "//url/mojo:url_mojom_gurl", |
| 679 ] | 678 ] |
| 680 } | 679 } |
| OLD | NEW |