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

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

Issue 1346773002: Stop running pub get at gclient sync time and fix build bugs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 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 | « DEPS ('k') | mojo/public/dart/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 # embedder specific template rules. 5 # embedder specific template rules.
6 import("embedder.gni") 6 import("embedder.gni")
7 7
8 source_set("dart_controller_no_snapshot") { 8 source_set("dart_controller_no_snapshot") {
9 sources = [ 9 sources = [
10 "$target_gen_dir/dart_embedder_patch_resources.cc", 10 "$target_gen_dir/dart_embedder_patch_resources.cc",
(...skipping 24 matching lines...) Expand all
35 } 35 }
36 36
37 deps = [ 37 deps = [
38 ":dart_embedder_packages", 38 ":dart_embedder_packages",
39 ":generate_dart_embedder_patch_resources_cc", 39 ":generate_dart_embedder_patch_resources_cc",
40 ":generate_dart_embedder_service_isolate_resources_cc", 40 ":generate_dart_embedder_service_isolate_resources_cc",
41 "//base", 41 "//base",
42 "//base:i18n", 42 "//base:i18n",
43 "//dart/runtime:libdart", 43 "//dart/runtime:libdart",
44 "//dart/runtime/bin:libdart_embedder_noio", 44 "//dart/runtime/bin:libdart_embedder_noio",
45 "//third_party/dart-pkg",
46 "//mojo/message_pump", 45 "//mojo/message_pump",
47 "//mojo/public/c/system", 46 "//mojo/public/c/system",
48 "//mojo/public/cpp/system", 47 "//mojo/public/cpp/system",
49 "//mojo/services/network/public/interfaces", 48 "//mojo/services/network/public/interfaces",
50 "//tonic", 49 "//tonic",
51 ] 50 ]
52 51
53 defines = [] 52 defines = []
54 if (is_debug) { 53 if (is_debug) {
55 defines += [ "DEBUG" ] 54 defines += [ "DEBUG" ]
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 412
414 source_set("dart_snapshot_cc") { 413 source_set("dart_snapshot_cc") {
415 sources = [ 414 sources = [
416 "$root_gen_dir/dart_snapshot.cc", 415 "$root_gen_dir/dart_snapshot.cc",
417 ] 416 ]
418 417
419 deps = [ 418 deps = [
420 ":generate_snapshot_file", 419 ":generate_snapshot_file",
421 ] 420 ]
422 } 421 }
OLDNEW
« no previous file with comments | « DEPS ('k') | mojo/public/dart/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698