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

Side by Side Diff: content/browser/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/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",
93 "//services/file:lib", 92 "//services/file:lib",
94 "//services/file/public/cpp", 93 "//services/file/public/cpp",
95 "//services/file/public/interfaces", 94 "//services/file/public/interfaces",
96 "//services/shell", 95 "//services/shell",
97 "//services/shell/public/cpp", 96 "//services/shell/public/cpp",
98 "//services/shell/public/interfaces", 97 "//services/shell/public/interfaces",
99 "//services/shell/runner/common", 98 "//services/shell/runner/common",
100 "//services/shell/runner/host:lib", 99 "//services/shell/runner/host:lib",
101 "//skia", 100 "//skia",
102 "//sql", 101 "//sql",
(...skipping 1833 matching lines...) Expand 10 before | Expand all | Expand 10 after
1936 if (!is_component_build) { 1935 if (!is_component_build) {
1937 public_deps = [ 1936 public_deps = [
1938 ":browser", 1937 ":browser",
1939 ] 1938 ]
1940 } else { 1939 } else {
1941 public_deps = [ 1940 public_deps = [
1942 "//third_party/leveldatabase", 1941 "//third_party/leveldatabase",
1943 ] 1942 ]
1944 } 1943 }
1945 } 1944 }
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