| 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 | 221 |
| 222 if (is_mac) { | 222 if (is_mac) { |
| 223 sources += [ | 223 sources += [ |
| 224 "gpu/client/gpu_memory_buffer_impl_io_surface.cc", | 224 "gpu/client/gpu_memory_buffer_impl_io_surface.cc", |
| 225 "gpu/client/gpu_memory_buffer_impl_io_surface.h", | 225 "gpu/client/gpu_memory_buffer_impl_io_surface.h", |
| 226 "gpu/gpu_memory_buffer_factory_io_surface.cc", | 226 "gpu/gpu_memory_buffer_factory_io_surface.cc", |
| 227 "gpu/gpu_memory_buffer_factory_io_surface.h", | 227 "gpu/gpu_memory_buffer_factory_io_surface.h", |
| 228 "gpu/media/vt_mac.h", | 228 "gpu/media/vt_mac.h", |
| 229 "gpu/media/vt_video_decode_accelerator_mac.cc", | 229 "gpu/media/vt_video_decode_accelerator_mac.cc", |
| 230 "gpu/media/vt_video_decode_accelerator_mac.h", | 230 "gpu/media/vt_video_decode_accelerator_mac.h", |
| 231 "gpu/media/vt_video_encode_accelerator_mac.cc", | |
| 232 "gpu/media/vt_video_encode_accelerator_mac.h", | |
| 233 ] + get_target_outputs(":libvt_generate_stubs") | 231 ] + get_target_outputs(":libvt_generate_stubs") |
| 234 | 232 |
| 235 sources -= [ "plugin_list_posix.cc" ] | 233 sources -= [ "plugin_list_posix.cc" ] |
| 236 | 234 |
| 237 deps += [ | 235 deps += [ |
| 238 ":libvt_generate_stubs", | 236 ":libvt_generate_stubs", |
| 239 "//content:resources", | 237 "//content:resources", |
| 240 "//content/app/resources", | 238 "//content/app/resources", |
| 241 "//third_party/WebKit/public:image_resources", | 239 "//third_party/WebKit/public:image_resources", |
| 242 "//third_party/WebKit/public:resources", | 240 "//third_party/WebKit/public:resources", |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 547 | 545 |
| 548 public_deps = [ | 546 public_deps = [ |
| 549 "//components/leveldb/public/interfaces", | 547 "//components/leveldb/public/interfaces", |
| 550 "//components/mus/public/interfaces", | 548 "//components/mus/public/interfaces", |
| 551 "//content/public/common:mojo_bindings", | 549 "//content/public/common:mojo_bindings", |
| 552 "//mojo/shell/public/interfaces", | 550 "//mojo/shell/public/interfaces", |
| 553 "//skia/public/interfaces", | 551 "//skia/public/interfaces", |
| 554 "//ui/mojo/geometry:interfaces", | 552 "//ui/mojo/geometry:interfaces", |
| 555 ] | 553 ] |
| 556 } | 554 } |
| OLD | NEW |