| 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("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
| 9 if (is_mac) { | 9 if (is_mac) { |
| 10 import("//build/config/mac/mac_sdk.gni") | 10 import("//build/config/mac/mac_sdk.gni") |
| 11 } | 11 } |
| 12 | 12 |
| 13 if (is_chromeos && current_cpu != "arm") { | 13 if (is_chromeos && current_cpu != "arm") { |
| 14 action("libva_generate_stubs") { | 14 action("libva_generate_stubs") { |
| 15 extra_header = "gpu/media/va_stub_header.fragment" | 15 extra_header = "gpu/media/va_stub_header.fragment" |
| 16 | 16 |
| 17 script = "../../tools/generate_stubs/generate_stubs.py" | 17 script = "../../tools/generate_stubs/generate_stubs.py" |
| 18 sources = [ | 18 sources = [ |
| (...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 | 526 |
| 527 import_dirs = [ "//mojo/services" ] | 527 import_dirs = [ "//mojo/services" ] |
| 528 | 528 |
| 529 deps = [ | 529 deps = [ |
| 530 "//content/public/common:mojo_bindings", | 530 "//content/public/common:mojo_bindings", |
| 531 "//mojo/application/public/interfaces", | 531 "//mojo/application/public/interfaces", |
| 532 "//skia/public/interfaces", | 532 "//skia/public/interfaces", |
| 533 "//ui/mojo/geometry:interfaces", | 533 "//ui/mojo/geometry:interfaces", |
| 534 ] | 534 ] |
| 535 } | 535 } |
| OLD | NEW |