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

Side by Side Diff: services/dart/BUILD.gn

Issue 898363002: mojo_application.gni - data deps are called data_deps these days. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « services/clipboard/BUILD.gn ('k') | services/reaper/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("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 6
7 group("dart") { 7 group("dart") {
8 deps = [ 8 deps = [
9 ":dart_content_handler", 9 ":dart_content_handler",
10 ] 10 ]
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 145
146 deps = [ 146 deps = [
147 "//base", 147 "//base",
148 "//mojo/application", 148 "//mojo/application",
149 "//mojo/application:test_support", 149 "//mojo/application:test_support",
150 "//mojo/public/cpp/bindings", 150 "//mojo/public/cpp/bindings",
151 "//mojo/public/cpp/system", 151 "//mojo/public/cpp/system",
152 "//services/dart/test:echo_service_interface", 152 "//services/dart/test:echo_service_interface",
153 "//services/dart/test:pingpong_service_interface", 153 "//services/dart/test:pingpong_service_interface",
154 ] 154 ]
155 datadeps = [ 155 data_deps = [
156 "//services/dart/test/echo", 156 "//services/dart/test/echo",
157 "//services/dart/test/pingpong", 157 "//services/dart/test/pingpong",
158 "//services/dart/test/pingpong_target", 158 "//services/dart/test/pingpong_target",
159 ] 159 ]
160 } 160 }
OLDNEW
« no previous file with comments | « services/clipboard/BUILD.gn ('k') | services/reaper/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698