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

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

Issue 1354483004: Re-land: ui: Add GLImage unit test framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 2 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 | « cc/test/test_image_factory.cc ('k') | components/mus/gles2/command_buffer_driver.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 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("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/config.gni") 10 import("//build/config/android/config.gni")
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "//components/mus/gles2", 51 "//components/mus/gles2",
52 "//components/mus/public/cpp:common", 52 "//components/mus/public/cpp:common",
53 "//components/mus/public/interfaces", 53 "//components/mus/public/interfaces",
54 "//components/mus/surfaces", 54 "//components/mus/surfaces",
55 "//components/mus/vm:lib", 55 "//components/mus/vm:lib",
56 "//mojo/application/public/cpp", 56 "//mojo/application/public/cpp",
57 "//mojo/common:common_base", 57 "//mojo/common:common_base",
58 "//mojo/common:tracing_impl", 58 "//mojo/common:tracing_impl",
59 "//ui/events", 59 "//ui/events",
60 "//ui/gl:gl", 60 "//ui/gl:gl",
61 "//ui/gl:test_support",
62 "//ui/platform_window:platform_impls", 61 "//ui/platform_window:platform_impls",
63 "//ui/platform_window:platform_window", 62 "//ui/platform_window:platform_window",
64 ] 63 ]
65 } 64 }
OLDNEW
« no previous file with comments | « cc/test/test_image_factory.cc ('k') | components/mus/gles2/command_buffer_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698