| OLD | NEW |
| 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 "gpu/media/vt_video_encode_accelerator_mac.h", | 232 "gpu/media/vt_video_encode_accelerator_mac.h", |
| 233 ] + get_target_outputs(":libvt_generate_stubs") | 233 ] + get_target_outputs(":libvt_generate_stubs") |
| 234 | 234 |
| 235 deps += [ | 235 deps += [ |
| 236 ":libvt_generate_stubs", | 236 ":libvt_generate_stubs", |
| 237 "//content:resources", | 237 "//content:resources", |
| 238 "//content/app/resources", | 238 "//content/app/resources", |
| 239 "//sandbox/mac:seatbelt", | 239 "//sandbox/mac:seatbelt", |
| 240 "//third_party/WebKit/public:image_resources", | 240 "//third_party/WebKit/public:image_resources", |
| 241 "//third_party/WebKit/public:resources", | 241 "//third_party/WebKit/public:resources", |
| 242 "//third_party/webrtc/common_video:common_video", |
| 242 "//ui/accelerated_widget_mac", | 243 "//ui/accelerated_widget_mac", |
| 243 ] | 244 ] |
| 244 lib_dirs = [ "$mac_sdk_path/usr/lib" ] | 245 lib_dirs = [ "$mac_sdk_path/usr/lib" ] |
| 245 libs += [ | 246 libs += [ |
| 246 "AVFoundation.framework", | 247 "AVFoundation.framework", |
| 247 "CoreMedia.framework", | 248 "CoreMedia.framework", |
| 248 "CoreVideo.framework", | 249 "CoreVideo.framework", |
| 249 "IOSurface.framework", | 250 "IOSurface.framework", |
| 250 "OpenGL.framework", | 251 "OpenGL.framework", |
| 251 "QuartzCore.framework", | 252 "QuartzCore.framework", |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 "//components/leveldb/public/interfaces", | 530 "//components/leveldb/public/interfaces", |
| 530 "//components/mus/public/interfaces", | 531 "//components/mus/public/interfaces", |
| 531 "//content/public/common:mojo_bindings", | 532 "//content/public/common:mojo_bindings", |
| 532 "//services/shell/public/interfaces", | 533 "//services/shell/public/interfaces", |
| 533 "//skia/public/interfaces", | 534 "//skia/public/interfaces", |
| 534 "//third_party/WebKit/public:mojo_bindings", | 535 "//third_party/WebKit/public:mojo_bindings", |
| 535 "//ui/mojo/geometry:interfaces", | 536 "//ui/mojo/geometry:interfaces", |
| 536 "//url/mojo:url_mojom_origin", | 537 "//url/mojo:url_mojom_origin", |
| 537 ] | 538 ] |
| 538 } | 539 } |
| OLD | NEW |