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

Side by Side Diff: mash/wm/BUILD.gn

Issue 2007813003: Remove Mojo GLES2 API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 6 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 | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | mojo/gles2/BUILD.gn » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//mojo/public/mojo_application_manifest.gni") 7 import("//mojo/public/mojo_application_manifest.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "//base/test:test_config", 180 "//base/test:test_config",
181 "//components/mus/common:mus_common", 181 "//components/mus/common:mus_common",
182 "//components/mus/public/cpp", 182 "//components/mus/public/cpp",
183 "//components/mus/public/cpp/tests:test_support", 183 "//components/mus/public/cpp/tests:test_support",
184 "//components/mus/public/cpp/tests:unittest_support", 184 "//components/mus/public/cpp/tests:unittest_support",
185 "//components/mus/public/interfaces", 185 "//components/mus/public/interfaces",
186 "//mash/wm/public/interfaces", 186 "//mash/wm/public/interfaces",
187 "//mojo/converters/geometry", 187 "//mojo/converters/geometry",
188 "//mojo/converters/input_events", 188 "//mojo/converters/input_events",
189 "//mojo/edk/system", 189 "//mojo/edk/system",
190 "//mojo/gles2",
191 "//mojo/public/cpp/system", 190 "//mojo/public/cpp/system",
192 "//services/shell/public/cpp:shell_test_support", 191 "//services/shell/public/cpp:shell_test_support",
193 "//testing/gtest", 192 "//testing/gtest",
194 "//ui/aura", 193 "//ui/aura",
195 "//ui/base", 194 "//ui/base",
196 "//ui/display", 195 "//ui/display",
197 "//ui/events", 196 "//ui/events",
198 "//ui/gfx:test_support", 197 "//ui/gfx:test_support",
199 "//ui/gfx/geometry", 198 "//ui/gfx/geometry",
200 "//ui/mojo/geometry:interfaces", 199 "//ui/mojo/geometry:interfaces",
201 "//ui/mojo/geometry:util", 200 "//ui/mojo/geometry:util",
202 "//ui/views/mus", 201 "//ui/views/mus",
203 ] 202 ]
204 203
205 data_deps = [ 204 data_deps = [
206 ":wm", 205 ":wm",
207 "//mash/quick_launch", 206 "//mash/quick_launch",
208 ] 207 ]
209 } 208 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/build_gles2_cmd_buffer.py ('k') | mojo/gles2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698