| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |