Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: media/gpu/BUILD.gn

Issue 2864603002: Provide callback to create mojo AndroidOverlays to AVDA. (Closed)
Patch Set: fixed deps Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "shared_memory_region.h", 141 "shared_memory_region.h",
142 ] 142 ]
143 143
144 public_deps = [ 144 public_deps = [
145 "//base", 145 "//base",
146 "//gpu", 146 "//gpu",
147 "//media", 147 "//media",
148 "//ui/gfx/geometry", 148 "//ui/gfx/geometry",
149 ] 149 ]
150 deps = [ 150 deps = [
151 "//media/mojo/clients:clients",
152 "//services/service_manager/public/cpp:cpp",
151 "//ui/base", 153 "//ui/base",
152 "//ui/display/types", 154 "//ui/display/types",
153 "//ui/gl", 155 "//ui/gl",
154 "//ui/platform_window", 156 "//ui/platform_window",
155 ] 157 ]
156 libs = [] 158 libs = []
157 ldflags = [] 159 ldflags = []
158 160
159 configs += [ ":gpu_config" ] 161 configs += [ ":gpu_config" ]
160 162
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 "//base/test:test_support", 548 "//base/test:test_support",
547 "//gpu:test_support", 549 "//gpu:test_support",
548 "//media/gpu/ipc/common", 550 "//media/gpu/ipc/common",
549 "//media/gpu/ipc/service", 551 "//media/gpu/ipc/service",
550 "//testing/gmock", 552 "//testing/gmock",
551 "//testing/gtest", 553 "//testing/gtest",
552 "//ui/gfx:test_support", 554 "//ui/gfx:test_support",
553 "//ui/gfx/geometry", 555 "//ui/gfx/geometry",
554 ] 556 ]
555 } 557 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698