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

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

Issue 713513002: Change mojo application name to {name}.mojo (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Add missing library. 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
« no previous file with comments | « sky/tools/tester/BUILD.gn ('k') | no next file » | 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/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
6 7
7 shared_library("viewer") { 8 mojo_native_application("viewer") {
8 output_name = "sky_viewer" 9 output_name = "sky_viewer"
9 10
10 sources = [ 11 sources = [
11 "content_handler_impl.cc", 12 "content_handler_impl.cc",
12 "content_handler_impl.h", 13 "content_handler_impl.h",
13 "converters/basic_types.cc", 14 "converters/basic_types.cc",
14 "converters/basic_types.h", 15 "converters/basic_types.h",
15 "converters/input_event_types.cc", 16 "converters/input_event_types.cc",
16 "converters/input_event_types.h", 17 "converters/input_event_types.h",
17 "converters/url_request_types.cc", 18 "converters/url_request_types.cc",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 88
88 copy("sky_modules") { 89 copy("sky_modules") {
89 sources = [ 90 sources = [
90 "script/core.sky", 91 "script/core.sky",
91 "script/support.sky", 92 "script/support.sky",
92 ] 93 ]
93 outputs = [ 94 outputs = [
94 "$root_gen_dir/mojo/public/sky/{{source_file_part}}", 95 "$root_gen_dir/mojo/public/sky/{{source_file_part}}",
95 ] 96 ]
96 } 97 }
OLDNEW
« no previous file with comments | « sky/tools/tester/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698