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

Side by Side Diff: blimp/BUILD.gn

Issue 2033013003: Use shared memory for moving data over BlobChannel Mojo interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blobchannel-master
Patch Set: Added new test runner with Mojo initialization Created 4 years, 6 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 | « no previous file | blimp/client/BUILD.gn » ('j') | blimp/engine/mojo/blob_channel.mojom » ('J')
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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 # Convenience meta-target for all of Blimp's production & test code. 9 # Convenience meta-target for all of Blimp's production & test code.
10 group("blimp") { 10 group("blimp") {
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 } 59 }
60 } 60 }
61 61
62 test("blimp_unittests") { 62 test("blimp_unittests") {
63 deps = [ 63 deps = [
64 "//blimp/client:app_unit_tests", 64 "//blimp/client:app_unit_tests",
65 "//blimp/client:blimp_client_unit_tests", 65 "//blimp/client:blimp_client_unit_tests",
66 "//blimp/client:feature_unit_tests", 66 "//blimp/client:feature_unit_tests",
67 "//blimp/common:unit_tests", 67 "//blimp/common:unit_tests",
68 "//blimp/net:unit_tests", 68 "//blimp/net:unit_tests",
69 "//blimp/test:run_all_unittests",
69 ] 70 ]
70 71
71 if (is_linux) { 72 if (is_linux) {
72 deps += [ "//blimp/engine:unit_tests" ] 73 deps += [ "//blimp/engine:unit_tests" ]
73 } 74 }
74 } 75 }
75 76
76 if (is_linux) { 77 if (is_linux) {
77 test("blimp_browsertests") { 78 test("blimp_browsertests") {
78 deps = [ 79 deps = [
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 _rebased_out_dir, 168 _rebased_out_dir,
168 "--dockerfile", 169 "--dockerfile",
169 _rebased_dockerfile, 170 _rebased_dockerfile,
170 "--manifest", 171 "--manifest",
171 _rebased_blimp_engine_env_tests_manifest, 172 _rebased_blimp_engine_env_tests_manifest,
172 "--output", 173 "--output",
173 rebase_path(_bundle), 174 rebase_path(_bundle),
174 ] 175 ]
175 } 176 }
176 } 177 }
OLDNEW
« no previous file with comments | « no previous file | blimp/client/BUILD.gn » ('j') | blimp/engine/mojo/blob_channel.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698