Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2569293002: WebUI: Vulcanize MD Downloads at compile time using GN. (Closed)
Patch Set: Nit. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 4128 matching lines...) Expand 10 before | Expand all | Expand 10 after
4139 "//chrome/app:chrome_content_browser_manifest_overlay", 4139 "//chrome/app:chrome_content_browser_manifest_overlay",
4140 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator", 4140 "//chrome/browser/ui/webui/engagement:mojo_bindings__generator",
4141 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator", 4141 "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator",
4142 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator", 4142 "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator",
4143 "//device/bluetooth/public/interfaces:experimental_interfaces__generator", 4143 "//device/bluetooth/public/interfaces:experimental_interfaces__generator",
4144 "//device/bluetooth/public/interfaces:interfaces__generator", 4144 "//device/bluetooth/public/interfaces:interfaces__generator",
4145 "//url/mojo:url_mojom_gurl__generator", 4145 "//url/mojo:url_mojom_gurl__generator",
4146 "//url/mojo:url_mojom_origin__generator", 4146 "//url/mojo:url_mojom_origin__generator",
4147 ] 4147 ]
4148 4148
4149 if (use_vulcanize) {
4150 deps += [ "//chrome/browser/resources/md_downloads:vulcanize" ]
4151 }
4152
4149 if (safe_browsing_mode > 0) { 4153 if (safe_browsing_mode > 0) {
4150 deps += 4154 deps +=
4151 [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ] 4155 [ "//chrome/browser/resources/safe_browsing:make_file_types_protobuf" ]
4152 } 4156 }
4153 deps += [ "//chrome/browser/resources/ssl/ssl_error_assistant:make_ssl_error_a ssistant_protobuf" ] 4157 deps += [ "//chrome/browser/resources/ssl/ssl_error_assistant:make_ssl_error_a ssistant_protobuf" ]
4154 } 4158 }
4155 4159
4156 if (is_chrome_branded) { 4160 if (is_chrome_branded) {
4157 action("chrome_internal_resources_gen") { 4161 action("chrome_internal_resources_gen") {
4158 script = "internal/transform_additional_modules_list.py" 4162 script = "internal/transform_additional_modules_list.py"
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
4487 "media/pepper_cdm_test_constants.cc", 4491 "media/pepper_cdm_test_constants.cc",
4488 "media/pepper_cdm_test_constants.h", 4492 "media/pepper_cdm_test_constants.h",
4489 ] 4493 ]
4490 } 4494 }
4491 } 4495 }
4492 4496
4493 service_manifest("preferences_manifest") { 4497 service_manifest("preferences_manifest") {
4494 name = "preferences" 4498 name = "preferences"
4495 source = "prefs/preferences_manifest.json" 4499 source = "prefs/preferences_manifest.json"
4496 } 4500 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698