| 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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 "switch_utils.h", | 140 "switch_utils.h", |
| 141 "trace_event_args_whitelist.cc", | 141 "trace_event_args_whitelist.cc", |
| 142 "trace_event_args_whitelist.h", | 142 "trace_event_args_whitelist.h", |
| 143 "tts_messages.h", | 143 "tts_messages.h", |
| 144 "tts_utterance_request.cc", | 144 "tts_utterance_request.cc", |
| 145 "tts_utterance_request.h", | 145 "tts_utterance_request.h", |
| 146 "url_constants.cc", | 146 "url_constants.cc", |
| 147 "url_constants.h", | 147 "url_constants.h", |
| 148 "v8_breakpad_support_win.cc", | 148 "v8_breakpad_support_win.cc", |
| 149 "v8_breakpad_support_win.h", | 149 "v8_breakpad_support_win.h", |
| 150 "variations/child_process_field_trial_syncer.cc", | |
| 151 "variations/child_process_field_trial_syncer.h", | |
| 152 "web_application_info.cc", | 150 "web_application_info.cc", |
| 153 "web_application_info.h", | 151 "web_application_info.h", |
| 154 "widevine_cdm_constants.cc", | 152 "widevine_cdm_constants.cc", |
| 155 "widevine_cdm_constants.h", | 153 "widevine_cdm_constants.h", |
| 156 ] | 154 ] |
| 157 defines = [] | 155 defines = [] |
| 158 | 156 |
| 159 configs += [ | 157 configs += [ |
| 160 "//build/config:precompiled_headers", | 158 "//build/config:precompiled_headers", |
| 161 "//build/config/compiler:wexit_time_destructors", | 159 "//build/config/compiler:wexit_time_destructors", |
| (...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 667 sources = [ | 665 sources = [ |
| 668 "network_diagnostics.mojom", | 666 "network_diagnostics.mojom", |
| 669 "resource_usage_reporter.mojom", | 667 "resource_usage_reporter.mojom", |
| 670 "shell_handler_win.mojom", | 668 "shell_handler_win.mojom", |
| 671 ] | 669 ] |
| 672 | 670 |
| 673 public_deps = [ | 671 public_deps = [ |
| 674 "//url/mojo:url_mojom_gurl", | 672 "//url/mojo:url_mojom_gurl", |
| 675 ] | 673 ] |
| 676 } | 674 } |
| OLD | NEW |