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

Side by Side Diff: components/mus/ws/BUILD.gn

Issue 2092843002: Implement CompositorFrame Struct Traits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed dcheng's comments Created 4 years, 5 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
« no previous file with comments | « components/mus/surfaces/BUILD.gn ('k') | components/mus/ws/platform_display.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 import("//mojo/public/mojo_application_manifest.gni") 8 import("//mojo/public/mojo_application_manifest.gni")
9 9
10 source_set("lib") { 10 source_set("lib") {
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 ] 94 ]
95 95
96 public_deps = [ 96 public_deps = [
97 "//base", 97 "//base",
98 "//cc", 98 "//cc",
99 "//cc/ipc:interfaces", 99 "//cc/ipc:interfaces",
100 "//cc/surfaces", 100 "//cc/surfaces",
101 "//cc/surfaces:surface_id", 101 "//cc/surfaces:surface_id",
102 "//components/mus/common:mus_common", 102 "//components/mus/common:mus_common",
103 "//components/mus/gles2", 103 "//components/mus/gles2",
104 "//components/mus/public/cpp/surfaces",
105 "//components/mus/public/interfaces", 104 "//components/mus/public/interfaces",
106 "//components/mus/surfaces", 105 "//components/mus/surfaces",
107 "//mojo/common:common_base", 106 "//mojo/common:common_base",
108 "//mojo/public/cpp/bindings", 107 "//mojo/public/cpp/bindings",
109 "//services/shell/public/cpp", 108 "//services/shell/public/cpp",
110 "//services/shell/public/interfaces", 109 "//services/shell/public/interfaces",
111 "//services/tracing/public/cpp", 110 "//services/tracing/public/cpp",
112 "//ui/base", 111 "//ui/base",
113 "//ui/display", 112 "//ui/display",
114 "//ui/events", 113 "//ui/events",
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 235
237 data_deps = [ 236 data_deps = [
238 ":mus_ws_unittests_app_manifest", 237 ":mus_ws_unittests_app_manifest",
239 ] 238 ]
240 } 239 }
241 240
242 mojo_application_manifest("mus_ws_unittests_app_manifest") { 241 mojo_application_manifest("mus_ws_unittests_app_manifest") {
243 application_name = "mus_ws_unittests_app" 242 application_name = "mus_ws_unittests_app"
244 source = "mus_ws_unittests_app_manifest.json" 243 source = "mus_ws_unittests_app_manifest.json"
245 } 244 }
OLDNEW
« no previous file with comments | « components/mus/surfaces/BUILD.gn ('k') | components/mus/ws/platform_display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698