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

Side by Side Diff: mojo/BUILD.gn

Issue 2236083002: Move mojo/public/c/gpu/* to mojo/public/c/include. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: foo Created 4 years, 4 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 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 83
84 if (mojo_use_prebuilt_network_service) { 84 if (mojo_use_prebuilt_network_service) {
85 deps += [ "//mojo/public/tools:copy_network_service_apptests" ] 85 deps += [ "//mojo/public/tools:copy_network_service_apptests" ]
86 } 86 }
87 } 87 }
88 88
89 # This archives the system thunks implementation for exporting to SDK consumers. 89 # This archives the system thunks implementation for exporting to SDK consumers.
90 static_library("system_thunks") { 90 static_library("system_thunks") {
91 complete_static_lib = true 91 complete_static_lib = true
92 deps = [ 92 deps = [
93 "//mojo/public/platform/native:system", 93 "//mojo/public/platform/native:system_thunks",
94 ] 94 ]
95 } 95 }
96 96
97 # Public SDK test targets follow. These targets are not defined within the 97 # Public SDK test targets follow. These targets are not defined within the
98 # public SDK itself since they are built as native executable binaries, needing 98 # public SDK itself since they are built as native executable binaries, needing
99 # to be linked with the EDK. 99 # to be linked with the EDK.
100 # TODO(vtl): They should be converted to "apptests", i.e., run as apps. 100 # TODO(vtl): They should be converted to "apptests", i.e., run as apps.
101 101
102 group("public_tests") { 102 group("public_tests") {
103 testonly = true 103 testonly = true
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "//mojo/public/cpp/bindings/tests:perftests", 204 "//mojo/public/cpp/bindings/tests:perftests",
205 ] 205 ]
206 } 206 }
207 207
208 test("mojo_public_cpp_environment_perftests") { 208 test("mojo_public_cpp_environment_perftests") {
209 deps = [ 209 deps = [
210 "//mojo/edk/test:run_all_perftests", 210 "//mojo/edk/test:run_all_perftests",
211 "//mojo/public/cpp/environment/tests:perftests", 211 "//mojo/public/cpp/environment/tests:perftests",
212 ] 212 ]
213 } 213 }
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