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

Side by Side Diff: mojo/BUILD.gn

Issue 1426843004: Remove the task tracking stuff in the bindings. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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/common/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/module_args/mojo.gni") 5 import("//build/module_args/mojo.gni")
6 import("//mojo/public/mojo.gni") 6 import("//mojo/public/mojo.gni")
7 7
8 declare_args() { 8 declare_args() {
9 mojo_use_go = false 9 mojo_use_go = false
10 10
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 59
60 group("tests") { 60 group("tests") {
61 testonly = true 61 testonly = true
62 deps = [ 62 deps = [
63 "//mojo/common:mojo_common_unittests", 63 "//mojo/common:mojo_common_unittests",
64 "//mojo/edk/system:tests", 64 "//mojo/edk/system:tests",
65 "//mojo/edk/test:public_tests", 65 "//mojo/edk/test:public_tests",
66 "//mojo/dart/embedder/test:dart_unittests", 66 "//mojo/dart/embedder/test:dart_unittests",
67 "//mojo/public/cpp/bindings/tests:versioning_apptests", 67 "//mojo/public/cpp/bindings/tests:versioning_apptests",
68 "//mojo/services/view_manager/cpp/tests:mojo_view_manager_lib_unittests", 68 "//mojo/services/view_manager/cpp/tests:mojo_view_manager_lib_unittests",
69 "//mojo/tests:mojo_task_tracker_perftests",
70 "//mojo/tools:message_generator", 69 "//mojo/tools:message_generator",
71 "//mojo/gles2:mgl_unittests", 70 "//mojo/gles2:mgl_unittests",
72 "//mojo/gpu:apptests", 71 "//mojo/gpu:apptests",
73 "//mojo/services/files/c:apptests", 72 "//mojo/services/files/c:apptests",
74 "//mojo/services/files/cpp:files_impl_apptests", 73 "//mojo/services/files/cpp:files_impl_apptests",
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 }
80 79
81 if (mojo_use_prebuilt_network_service) { 80 if (mojo_use_prebuilt_network_service) {
82 deps += [ "//mojo/public/tools:copy_network_service_apptests" ] 81 deps += [ "//mojo/public/tools:copy_network_service_apptests" ]
83 } 82 }
84 } 83 }
85 84
86 # This archives the system thunks implementation for exporting to SDK consumers. 85 # This archives the system thunks implementation for exporting to SDK consumers.
87 static_library("system_thunks") { 86 static_library("system_thunks") {
88 complete_static_lib = true 87 complete_static_lib = true
89 deps = [ 88 deps = [
90 "//mojo/public/platform/native:system", 89 "//mojo/public/platform/native:system",
91 ] 90 ]
92 } 91 }
OLDNEW
« no previous file with comments | « no previous file | mojo/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698