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

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

Issue 1855303003: Wrap deprecated sandbox functions in C++ class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | content/common/sandbox_mac.mm » ('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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/common/common.gni") 7 import("//content/common/common.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 if (is_mac) { 10 if (is_mac) {
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "gpu/media/vt_video_encode_accelerator_mac.cc", 234 "gpu/media/vt_video_encode_accelerator_mac.cc",
235 "gpu/media/vt_video_encode_accelerator_mac.h", 235 "gpu/media/vt_video_encode_accelerator_mac.h",
236 ] + get_target_outputs(":libvt_generate_stubs") 236 ] + get_target_outputs(":libvt_generate_stubs")
237 237
238 sources -= [ "plugin_list_posix.cc" ] 238 sources -= [ "plugin_list_posix.cc" ]
239 239
240 deps += [ 240 deps += [
241 ":libvt_generate_stubs", 241 ":libvt_generate_stubs",
242 "//content:resources", 242 "//content:resources",
243 "//content/app/resources", 243 "//content/app/resources",
244 "//sandbox/mac:seatbelt",
244 "//third_party/WebKit/public:image_resources", 245 "//third_party/WebKit/public:image_resources",
245 "//third_party/WebKit/public:resources", 246 "//third_party/WebKit/public:resources",
246 "//ui/accelerated_widget_mac", 247 "//ui/accelerated_widget_mac",
247 ] 248 ]
248 lib_dirs = [ "$mac_sdk_path/usr/lib" ] 249 lib_dirs = [ "$mac_sdk_path/usr/lib" ]
249 libs += [ 250 libs += [
250 "AVFoundation.framework", 251 "AVFoundation.framework",
251 "CoreMedia.framework", 252 "CoreMedia.framework",
252 "CoreVideo.framework", 253 "CoreVideo.framework",
253 "IOSurface.framework", 254 "IOSurface.framework",
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 "//components/leveldb/public/interfaces", 557 "//components/leveldb/public/interfaces",
557 "//components/mus/public/interfaces", 558 "//components/mus/public/interfaces",
558 "//content/public/common:mojo_bindings", 559 "//content/public/common:mojo_bindings",
559 "//mojo/shell/public/interfaces", 560 "//mojo/shell/public/interfaces",
560 "//skia/public/interfaces", 561 "//skia/public/interfaces",
561 "//third_party/WebKit/public:mojo_bindings", 562 "//third_party/WebKit/public:mojo_bindings",
562 "//ui/mojo/geometry:interfaces", 563 "//ui/mojo/geometry:interfaces",
563 "//url/mojo:url_mojom_origin", 564 "//url/mojo:url_mojom_origin",
564 ] 565 ]
565 } 566 }
OLDNEW
« no previous file with comments | « no previous file | content/common/sandbox_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698