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

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

Issue 2409423002: Move ENABLE_PEPPER_CDMS to a buildflag header. (Closed)
Patch Set: Fix and format 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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 "//media/midi", 82 "//media/midi",
83 "//media/mojo/interfaces", 83 "//media/mojo/interfaces",
84 "//media/mojo/interfaces:image_capture", 84 "//media/mojo/interfaces:image_capture",
85 "//mojo/common", 85 "//mojo/common",
86 "//mojo/edk/system", 86 "//mojo/edk/system",
87 "//mojo/public/cpp/bindings", 87 "//mojo/public/cpp/bindings",
88 "//mojo/public/js", 88 "//mojo/public/js",
89 "//net", 89 "//net",
90 "//net:extras", 90 "//net:extras",
91 "//net:http_server", 91 "//net:http_server",
92 "//ppapi/features",
92 "//services/file:lib", 93 "//services/file:lib",
93 "//services/file/public/cpp", 94 "//services/file/public/cpp",
94 "//services/file/public/interfaces", 95 "//services/file/public/interfaces",
95 "//services/shell", 96 "//services/shell",
96 "//services/shell/public/cpp", 97 "//services/shell/public/cpp",
97 "//services/shell/public/interfaces", 98 "//services/shell/public/interfaces",
98 "//services/shell/runner/common", 99 "//services/shell/runner/common",
99 "//services/shell/runner/host:lib", 100 "//services/shell/runner/host:lib",
100 "//skia", 101 "//skia",
101 "//sql", 102 "//sql",
(...skipping 1839 matching lines...) Expand 10 before | Expand all | Expand 10 after
1941 if (!is_component_build) { 1942 if (!is_component_build) {
1942 public_deps = [ 1943 public_deps = [
1943 ":browser", 1944 ":browser",
1944 ] 1945 ]
1945 } else { 1946 } else {
1946 public_deps = [ 1947 public_deps = [
1947 "//third_party/leveldatabase", 1948 "//third_party/leveldatabase",
1948 ] 1949 ]
1949 } 1950 }
1950 } 1951 }
OLDNEW
« no previous file with comments | « components/cdm/renderer/widevine_key_system_properties.cc ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698