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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 "stack_sampling_configuration.h", | 143 "stack_sampling_configuration.h", |
144 "switch_utils.cc", | 144 "switch_utils.cc", |
145 "switch_utils.h", | 145 "switch_utils.h", |
146 "trace_event_args_whitelist.cc", | 146 "trace_event_args_whitelist.cc", |
147 "trace_event_args_whitelist.h", | 147 "trace_event_args_whitelist.h", |
148 "tts_messages.h", | 148 "tts_messages.h", |
149 "tts_utterance_request.cc", | 149 "tts_utterance_request.cc", |
150 "tts_utterance_request.h", | 150 "tts_utterance_request.h", |
151 "url_constants.cc", | 151 "url_constants.cc", |
152 "url_constants.h", | 152 "url_constants.h", |
153 "v8_breakpad_support_win.cc", | |
154 "v8_breakpad_support_win.h", | |
155 "web_application_info.cc", | 153 "web_application_info.cc", |
156 "web_application_info.h", | 154 "web_application_info.h", |
157 "widevine_cdm_constants.cc", | 155 "widevine_cdm_constants.cc", |
158 "widevine_cdm_constants.h", | 156 "widevine_cdm_constants.h", |
159 ] | 157 ] |
160 defines = [] | 158 defines = [] |
161 | 159 |
162 configs += [ | 160 configs += [ |
163 "//build/config:precompiled_headers", | 161 "//build/config:precompiled_headers", |
164 "//build/config/compiler:wexit_time_destructors", | 162 "//build/config/compiler:wexit_time_destructors", |
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
680 "renderer_configuration.mojom", | 678 "renderer_configuration.mojom", |
681 "resource_usage_reporter.mojom", | 679 "resource_usage_reporter.mojom", |
682 "shell_handler_win.mojom", | 680 "shell_handler_win.mojom", |
683 ] | 681 ] |
684 | 682 |
685 public_deps = [ | 683 public_deps = [ |
686 "//components/content_settings/core/common:mojo_bindings", | 684 "//components/content_settings/core/common:mojo_bindings", |
687 "//url/mojo:url_mojom_gurl", | 685 "//url/mojo:url_mojom_gurl", |
688 ] | 686 ] |
689 } | 687 } |
OLD | NEW |