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

Side by Side Diff: shell/application_manager/BUILD.gn

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 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 import("//testing/test.gni")
6 7
7 component("application_manager") { 8 component("application_manager") {
8 output_name = "mojo_application_manager" 9 output_name = "mojo_application_manager"
9 sources = [ 10 sources = [
10 "application_loader.cc", 11 "application_loader.cc",
11 "application_loader.h", 12 "application_loader.h",
12 "application_manager.cc", 13 "application_manager.cc",
13 "application_manager.h", 14 "application_manager.h",
14 "application_manager_export.h", 15 "application_manager_export.h",
15 "shell_impl.cc", 16 "shell_impl.cc",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "//testing/gtest", 54 "//testing/gtest",
54 "//url", 55 "//url",
55 ] 56 ]
56 } 57 }
57 58
58 mojom("test_bindings") { 59 mojom("test_bindings") {
59 sources = [ 60 sources = [
60 "test.mojom", 61 "test.mojom",
61 ] 62 ]
62 } 63 }
OLDNEW
« shell/BUILD.gn ('K') | « shell/BUILD.gn ('k') | shell/child_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698