| 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", |
| 231 ] + get_target_outputs(":libvt_generate_stubs") | 233 ] + get_target_outputs(":libvt_generate_stubs") |
| 232 | 234 |
| 233 sources -= [ "plugin_list_posix.cc" ] | 235 sources -= [ "plugin_list_posix.cc" ] |
| 234 | 236 |
| 235 deps += [ | 237 deps += [ |
| 236 ":libvt_generate_stubs", | 238 ":libvt_generate_stubs", |
| 237 "//content:resources", | 239 "//content:resources", |
| 238 "//content/app/resources", | 240 "//content/app/resources", |
| 239 "//third_party/WebKit/public:image_resources", | 241 "//third_party/WebKit/public:image_resources", |
| 240 "//third_party/WebKit/public:resources", | 242 "//third_party/WebKit/public:resources", |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 | 544 |
| 543 public_deps = [ | 545 public_deps = [ |
| 544 "//components/leveldb/public/interfaces", | 546 "//components/leveldb/public/interfaces", |
| 545 "//components/mus/public/interfaces", | 547 "//components/mus/public/interfaces", |
| 546 "//content/public/common:mojo_bindings", | 548 "//content/public/common:mojo_bindings", |
| 547 "//mojo/shell/public/interfaces", | 549 "//mojo/shell/public/interfaces", |
| 548 "//skia/public/interfaces", | 550 "//skia/public/interfaces", |
| 549 "//ui/mojo/geometry:interfaces", | 551 "//ui/mojo/geometry:interfaces", |
| 550 ] | 552 ] |
| 551 } | 553 } |
| OLD | NEW |