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

Side by Side Diff: mojo/public/interfaces/bindings/tests/BUILD.gn

Issue 2930423002: Mojo JS bindings: convert relative path to URL properly. (Closed)
Patch Set:  Created 3 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 | mojo/public/interfaces/bindings/tests/echo.mojom » ('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("../../../tools/bindings/mojom.gni") 5 import("../../../tools/bindings/mojom.gni")
6 6
7 group("tests") { 7 group("tests") {
8 testonly = true 8 testonly = true
9 deps = [ 9 deps = [
10 ":test_interfaces", 10 ":test_interfaces",
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 241
242 public_deps = [ 242 public_deps = [
243 ":test_interfaces", 243 ":test_interfaces",
244 ] 244 ]
245 } 245 }
246 246
247 mojom("echo") { 247 mojom("echo") {
248 testonly = true 248 testonly = true
249 sources = [ 249 sources = [
250 "echo.mojom", 250 "echo.mojom",
251 "echo_import.mojom", 251 "echo_import/echo_import.mojom",
252 ] 252 ]
253 } 253 }
OLDNEW
« no previous file with comments | « no previous file | mojo/public/interfaces/bindings/tests/echo.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698