| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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("//media/gpu/args.gni") | 7 import("//media/gpu/args.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
| 10 | 10 |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 "shared_memory_region.h", | 139 "shared_memory_region.h", |
| 140 ] | 140 ] |
| 141 | 141 |
| 142 public_deps = [ | 142 public_deps = [ |
| 143 "//base", | 143 "//base", |
| 144 "//gpu", | 144 "//gpu", |
| 145 "//media", | 145 "//media", |
| 146 "//ui/gfx/geometry", | 146 "//ui/gfx/geometry", |
| 147 ] | 147 ] |
| 148 deps = [ | 148 deps = [ |
| 149 "//ui/base", |
| 149 "//ui/display/types", | 150 "//ui/display/types", |
| 150 "//ui/gl", | 151 "//ui/gl", |
| 151 "//ui/platform_window", | 152 "//ui/platform_window", |
| 152 ] | 153 ] |
| 153 libs = [] | 154 libs = [] |
| 154 ldflags = [] | 155 ldflags = [] |
| 155 | 156 |
| 156 configs += [ ":gpu_config" ] | 157 configs += [ ":gpu_config" ] |
| 157 | 158 |
| 158 if (is_mac) { | 159 if (is_mac) { |
| (...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 "//base/test:test_support", | 528 "//base/test:test_support", |
| 528 "//gpu:test_support", | 529 "//gpu:test_support", |
| 529 "//media/gpu/ipc/common", | 530 "//media/gpu/ipc/common", |
| 530 "//media/gpu/ipc/service", | 531 "//media/gpu/ipc/service", |
| 531 "//testing/gmock", | 532 "//testing/gmock", |
| 532 "//testing/gtest", | 533 "//testing/gtest", |
| 533 "//ui/gfx:test_support", | 534 "//ui/gfx:test_support", |
| 534 "//ui/gfx/geometry", | 535 "//ui/gfx/geometry", |
| 535 ] | 536 ] |
| 536 } | 537 } |
| OLD | NEW |