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

Side by Side Diff: chrome/BUILD.gn

Issue 1957643002: media: Move widevine CDM targets to WidevineCdm folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 4 years, 7 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/config/chrome_build.gni") 6 import("//build/config/chrome_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/locales.gni") 9 import("//build/config/locales.gni")
10 import("//build/config/sanitizers/sanitizers.gni") 10 import("//build/config/sanitizers/sanitizers.gni")
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 ":packed_extra_resources", 217 ":packed_extra_resources",
218 ":packed_resources", 218 ":packed_resources",
219 ] 219 ]
220 deps += [ 220 deps += [
221 "//components/startup_metric_utils/browser:lib", 221 "//components/startup_metric_utils/browser:lib",
222 222
223 # Precompiled plugins that need to get copied to the output directory. 223 # Precompiled plugins that need to get copied to the output directory.
224 # On Mac, internal plugins go inside the framework, so these 224 # On Mac, internal plugins go inside the framework, so these
225 # dependencies are on chrome.dll. 225 # dependencies are on chrome.dll.
226 "//third_party/adobe/flash:flapper_binaries", 226 "//third_party/adobe/flash:flapper_binaries",
227 "//third_party/widevine/cdm:widevinecdmadapter",
228 ] 227 ]
229 228
229 data_deps += [ "//third_party/widevine/cdm:widevinecdmadapter" ]
230
230 if (is_multi_dll_chrome) { 231 if (is_multi_dll_chrome) {
231 defines += [ "CHROME_MULTIPLE_DLL" ] 232 defines += [ "CHROME_MULTIPLE_DLL" ]
232 data_deps += [ ":chrome_child" ] 233 data_deps += [ ":chrome_child" ]
233 } 234 }
234 } 235 }
235 } # !is_android && !is_mac 236 } # !is_android && !is_mac
236 237
237 if (is_mac) { 238 if (is_mac) {
238 if (is_component_build) { 239 if (is_component_build) {
239 # On Mac component builds, this target is the bundle, and the main dll is 240 # On Mac component builds, this target is the bundle, and the main dll is
(...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
1338 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1339 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1339 "//chrome/tools/build/linux/chrome-wrapper", 1340 "//chrome/tools/build/linux/chrome-wrapper",
1340 "//third_party/xdg-utils/scripts/xdg-mime", 1341 "//third_party/xdg-utils/scripts/xdg-mime",
1341 "//third_party/xdg-utils/scripts/xdg-settings", 1342 "//third_party/xdg-utils/scripts/xdg-settings",
1342 ] 1343 ]
1343 outputs = [ 1344 outputs = [
1344 "$root_out_dir/{{source_file_part}}", 1345 "$root_out_dir/{{source_file_part}}",
1345 ] 1346 ]
1346 } 1347 }
1347 } 1348 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/content_settings/content_settings_browsertest.cc » ('j') | third_party/widevine/cdm/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698