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

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

Issue 2412493003: Revert of Move ENABLE_PEPPER_CDMS to a buildflag header. (Closed)
Patch Set: Created 4 years, 2 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
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/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("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 import("//tools/grit/grit_rule.gni") 10 import("//tools/grit/grit_rule.gni")
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "//content/public/common", 205 "//content/public/common",
206 "//crypto", 206 "//crypto",
207 "//extensions/common:common_constants", 207 "//extensions/common:common_constants",
208 "//gin", 208 "//gin",
209 "//google_apis", 209 "//google_apis",
210 "//gpu/command_buffer/service", 210 "//gpu/command_buffer/service",
211 "//gpu/config", 211 "//gpu/config",
212 "//ipc", 212 "//ipc",
213 "//media", 213 "//media",
214 "//mojo/public/cpp/bindings", 214 "//mojo/public/cpp/bindings",
215 "//ppapi/features",
216 "//net", 215 "//net",
217 "//skia", 216 "//skia",
218 "//third_party/icu", 217 "//third_party/icu",
219 "//third_party/kasko:kasko_features", 218 "//third_party/kasko:kasko_features",
220 "//third_party/re2", 219 "//third_party/re2",
221 "//third_party/widevine/cdm:headers", 220 "//third_party/widevine/cdm:version_h",
222 "//third_party/zlib:zip", 221 "//third_party/zlib:zip",
223 "//ui/accessibility", 222 "//ui/accessibility",
224 "//ui/base", 223 "//ui/base",
225 "//ui/gfx/ipc", 224 "//ui/gfx/ipc",
226 "//ui/gfx/ipc/geometry", 225 "//ui/gfx/ipc/geometry",
227 "//ui/gfx/ipc/skia", 226 "//ui/gfx/ipc/skia",
228 "//ui/gl", 227 "//ui/gl",
229 "//ui/message_center", 228 "//ui/message_center",
230 "//ui/resources:resources", 229 "//ui/resources:resources",
231 "//url", 230 "//url",
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 "//content/public/common:result_codes", 571 "//content/public/common:result_codes",
573 ] 572 ]
574 deps = [ 573 deps = [
575 ":features", 574 ":features",
576 ":version_header", 575 ":version_header",
577 "//base", 576 "//base",
578 "//base/third_party/dynamic_annotations", 577 "//base/third_party/dynamic_annotations",
579 "//components/bookmarks/common", 578 "//components/bookmarks/common",
580 "//components/nacl/common:switches", 579 "//components/nacl/common:switches",
581 "//media:cdm_paths", # Needed by chrome_paths.cc. 580 "//media:cdm_paths", # Needed by chrome_paths.cc.
582 "//ppapi/features", 581 "//third_party/widevine/cdm:version_h",
583 "//third_party/widevine/cdm:headers",
584 ] 582 ]
585 583
586 if (is_android) { 584 if (is_android) {
587 # This dependency must only be added for Android. 585 # This dependency must only be added for Android.
588 # 586 #
589 # On Windows, //chrome/installer/util depends on this target to get 587 # On Windows, //chrome/installer/util depends on this target to get
590 # constants. That target is in turn used in a number of installer helper 588 # constants. That target is in turn used in a number of installer helper
591 # targets independent of Chrome that we want to keep small. So we don't 589 # targets independent of Chrome that we want to keep small. So we don't
592 # want something large like //ui/base. 590 # want something large like //ui/base.
593 # 591 #
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 "shell_handler_win.mojom", 668 "shell_handler_win.mojom",
671 ] 669 ]
672 670
673 public_deps = [ 671 public_deps = [
674 "//skia/public/interfaces", 672 "//skia/public/interfaces",
675 "//url/mojo:url_mojom_gurl", 673 "//url/mojo:url_mojom_gurl",
676 ] 674 ]
677 675
678 use_new_wrapper_types = false 676 use_new_wrapper_types = false
679 } 677 }
OLDNEW
« no previous file with comments | « chrome/browser/plugins/plugin_info_message_filter.cc ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698