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

Side by Side Diff: mojo/BUILD.gn

Issue 1533753002: Remove TextureCache and TextureUploader. (Closed) Base URL: git@github.com:domokit/mojo.git@cl-2a
Patch Set: rebase Created 5 years 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 | « no previous file | mojo/gpu/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 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/nacl/config.gni") 5 import("//build/config/nacl/config.gni")
6 import("//build/module_args/mojo.gni") 6 import("//build/module_args/mojo.gni")
7 import("//mojo/public/mojo.gni") 7 import("//mojo/public/mojo.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 declare_args() { 10 declare_args() {
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 group("tests") { 59 group("tests") {
60 testonly = true 60 testonly = true
61 deps = [ 61 deps = [
62 ":public_tests", 62 ":public_tests",
63 "//mojo/common:mojo_common_unittests", 63 "//mojo/common:mojo_common_unittests",
64 "//mojo/converters:mojo_converters_unittests", 64 "//mojo/converters:mojo_converters_unittests",
65 "//mojo/dart/embedder/test", 65 "//mojo/dart/embedder/test",
66 "//mojo/edk:tests", 66 "//mojo/edk:tests",
67 "//mojo/file_utils:file_utils_apptests", 67 "//mojo/file_utils:file_utils_apptests",
68 "//mojo/gles2:mgl_unittests", 68 "//mojo/gles2:mgl_unittests",
69 "//mojo/gpu:apptests",
70 "//mojo/public/cpp/bindings/tests:versioning_apptests", 69 "//mojo/public/cpp/bindings/tests:versioning_apptests",
71 "//mojo/services/files/c:apptests", 70 "//mojo/services/files/c:apptests",
72 "//mojo/services/files/cpp:files_impl_apptests", 71 "//mojo/services/files/cpp:files_impl_apptests",
73 "//mojo/services/view_manager/cpp/tests:mojo_view_manager_lib_unittests", 72 "//mojo/services/view_manager/cpp/tests:mojo_view_manager_lib_unittests",
74 "//mojo/tools:message_generator", 73 "//mojo/tools:message_generator",
75 ] 74 ]
76 75
77 if (is_linux || is_android) { 76 if (is_linux || is_android) {
78 deps += [ "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests" ] 77 deps += [ "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests" ]
79 } 78 }
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "//mojo/public/cpp/utility/tests", 157 "//mojo/public/cpp/utility/tests",
159 ] 158 ]
160 } 159 }
161 160
162 test("mojo_system_impl_private_unittests") { 161 test("mojo_system_impl_private_unittests") {
163 deps = [ 162 deps = [
164 "//mojo/edk/test:run_all_unittests", 163 "//mojo/edk/test:run_all_unittests",
165 "//mojo/public/platform/native:system_impl_private_tests", 164 "//mojo/public/platform/native:system_impl_private_tests",
166 ] 165 ]
167 } 166 }
OLDNEW
« no previous file with comments | « no previous file | mojo/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698