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

Side by Side Diff: mojo/BUILD.gn

Issue 1595773002: Added ImagePipe (Closed) Base URL: https://github.com/domokit/mojo.git@submit-2
Patch Set: Expose InterfacePtr::encountered_error() through ImagePipeProducerEndpoint so the GL on ImagePipe i… Created 4 years, 10 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
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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "//mojo/converters:mojo_converters_unittests", 64 "//mojo/converters:mojo_converters_unittests",
65 "//mojo/dart:tests", 65 "//mojo/dart:tests",
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", 69 "//mojo/gpu:apptests",
70 "//mojo/public/cpp/bindings/tests:versioning_apptests", 70 "//mojo/public/cpp/bindings/tests:versioning_apptests",
71 "//mojo/public/platform/native:platform_handle_apptest", 71 "//mojo/public/platform/native:platform_handle_apptest",
72 "//mojo/services/files/c:apptests", 72 "//mojo/services/files/c:apptests",
73 "//mojo/services/files/cpp:files_impl_apptests", 73 "//mojo/services/files/cpp:files_impl_apptests",
74 "//mojo/services/gfx/images/cpp:image_pipe_apptest",
74 "//mojo/services/log/cpp:log_client_apptests", 75 "//mojo/services/log/cpp:log_client_apptests",
75 "//mojo/services/view_manager/cpp/tests:mojo_view_manager_lib_unittests", 76 "//mojo/services/view_manager/cpp/tests:mojo_view_manager_lib_unittests",
76 "//mojo/tools:message_generator", 77 "//mojo/tools:message_generator",
77 ] 78 ]
78 79
79 if (is_linux || is_android) { 80 if (is_linux || is_android) {
80 deps += [ "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests" ] 81 deps += [ "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests" ]
81 } 82 }
82 83
83 if (mojo_use_prebuilt_network_service) { 84 if (mojo_use_prebuilt_network_service) {
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 "//mojo/public/cpp/utility/tests", 161 "//mojo/public/cpp/utility/tests",
161 ] 162 ]
162 } 163 }
163 164
164 test("mojo_system_impl_private_unittests") { 165 test("mojo_system_impl_private_unittests") {
165 deps = [ 166 deps = [
166 "//mojo/edk/test:run_all_unittests", 167 "//mojo/edk/test:run_all_unittests",
167 "//mojo/public/platform/native:system_impl_private_tests", 168 "//mojo/public/platform/native:system_impl_private_tests",
168 ] 169 ]
169 } 170 }
OLDNEW
« no previous file with comments | « no previous file | mojo/services/gfx/images/cpp/BUILD.gn » ('j') | mojo/services/gfx/images/cpp/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698