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

Side by Side Diff: mojo/public/dart/BUILD.gn

Issue 1294023004: Add dep on dart_snapshotter_bin label in dartx rule (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 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 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
1 import("../mojo_sdk.gni") 5 import("../mojo_sdk.gni")
2 import("rules.gni") 6 import("rules.gni")
3 7
4 dart_mojo_sdk_entrypoints = [ 8 dart_mojo_sdk_entrypoints = [
5 "lib/application.dart", 9 "lib/application.dart",
6 "lib/bindings.dart", 10 "lib/bindings.dart",
7 "lib/core.dart", 11 "lib/core.dart",
8 ] 12 ]
9 13
10 dart_mojo_sdk_sources = [ 14 dart_mojo_sdk_sources = [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "../interfaces", 62 "../interfaces",
59 ] 63 ]
60 } 64 }
61 65
62 group("dart") { 66 group("dart") {
63 deps = [ 67 deps = [
64 ":dart_dartzip", 68 ":dart_dartzip",
65 ":dart_pkg", 69 ":dart_pkg",
66 ] 70 ]
67 } 71 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698