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

Side by Side Diff: sky/viewer/BUILD.gn

Issue 690743003: Move mojo/bindings/js to mojo/edk/js (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 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/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 6
7 shared_library("viewer") { 7 shared_library("viewer") {
8 output_name = "sky_viewer" 8 output_name = "sky_viewer"
9 9
10 sources = [ 10 sources = [
(...skipping 29 matching lines...) Expand all
40 ] 40 ]
41 41
42 include_dirs = [ ".." ] 42 include_dirs = [ ".." ]
43 43
44 deps = [ 44 deps = [
45 "//base:i18n", 45 "//base:i18n",
46 "//cc", 46 "//cc",
47 "//cc/surfaces", 47 "//cc/surfaces",
48 "//gin", 48 "//gin",
49 "//mojo/application", 49 "//mojo/application",
50 "//mojo/bindings/js", 50 "//mojo/edk/js",
51 "//mojo/cc", 51 "//mojo/cc",
52 "//mojo/common", 52 "//mojo/common",
53 "//mojo/converters/geometry", 53 "//mojo/converters/geometry",
54 "//mojo/converters/surfaces", 54 "//mojo/converters/surfaces",
55 "//mojo/public/c/system:for_shared_library", 55 "//mojo/public/c/system:for_shared_library",
56 "//mojo/public/cpp/bindings", 56 "//mojo/public/cpp/bindings",
57 "//mojo/public/cpp/system", 57 "//mojo/public/cpp/system",
58 "//mojo/public/cpp/utility", 58 "//mojo/public/cpp/utility",
59 "//mojo/public/interfaces/application", 59 "//mojo/public/interfaces/application",
60 "//mojo/services/public/cpp/view_manager", 60 "//mojo/services/public/cpp/view_manager",
(...skipping 25 matching lines...) Expand all
86 86
87 copy("sky_modules") { 87 copy("sky_modules") {
88 sources = [ 88 sources = [
89 "script/core.sky", 89 "script/core.sky",
90 "script/support.sky", 90 "script/support.sky",
91 ] 91 ]
92 outputs = [ 92 outputs = [
93 "$root_gen_dir/mojo/public/sky/{{source_file_part}}", 93 "$root_gen_dir/mojo/public/sky/{{source_file_part}}",
94 ] 94 ]
95 } 95 }
OLDNEW
« mojo/edk/js/BUILD.gn ('K') | « mojo/edk/js/waiting_callback.cc ('k') | sky/viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698