| 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 "switch_utils.h", | 143 "switch_utils.h", |
| 144 "trace_event_args_whitelist.cc", | 144 "trace_event_args_whitelist.cc", |
| 145 "trace_event_args_whitelist.h", | 145 "trace_event_args_whitelist.h", |
| 146 "tts_messages.h", | 146 "tts_messages.h", |
| 147 "tts_utterance_request.cc", | 147 "tts_utterance_request.cc", |
| 148 "tts_utterance_request.h", | 148 "tts_utterance_request.h", |
| 149 "url_constants.cc", | 149 "url_constants.cc", |
| 150 "url_constants.h", | 150 "url_constants.h", |
| 151 "v8_breakpad_support_win.cc", | 151 "v8_breakpad_support_win.cc", |
| 152 "v8_breakpad_support_win.h", | 152 "v8_breakpad_support_win.h", |
| 153 "variations/child_process_field_trial_syncer.cc", | |
| 154 "variations/child_process_field_trial_syncer.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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 673 "conflicts/module_event_win.mojom", | 671 "conflicts/module_event_win.mojom", |
| 674 "network_diagnostics.mojom", | 672 "network_diagnostics.mojom", |
| 675 "resource_usage_reporter.mojom", | 673 "resource_usage_reporter.mojom", |
| 676 "shell_handler_win.mojom", | 674 "shell_handler_win.mojom", |
| 677 ] | 675 ] |
| 678 | 676 |
| 679 public_deps = [ | 677 public_deps = [ |
| 680 "//url/mojo:url_mojom_gurl", | 678 "//url/mojo:url_mojom_gurl", |
| 681 ] | 679 ] |
| 682 } | 680 } |
| OLD | NEW |