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

Side by Side Diff: mojo/services/test_service/BUILD.gn

Issue 659733003: Revert "Remove 'mojo_' prefix from all mojo applications." (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « mojo/services/surfaces/BUILD.gn ('k') | mojo/services/view_manager/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 import("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 6
7 # GYP version: mojo/mojo_services.gypi:mojo_test_service_bindings 7 # GYP version: mojo/mojo_services.gypi:mojo_test_service_bindings
8 mojom("bindings") { 8 mojom("bindings") {
9 sources = [ 9 sources = [
10 "test_request_tracker.mojom", 10 "test_request_tracker.mojom",
11 "test_service.mojom", 11 "test_service.mojom",
12 ] 12 ]
13 } 13 }
14 14
15 # GYP version: mojo/mojo_services.gypi:mojo_test_app 15 # GYP version: mojo/mojo_services.gypi:mojo_test_app
16 shared_library("test_app") { 16 shared_library("mojo_test_app") {
17 deps = [ 17 deps = [
18 ":bindings", 18 ":bindings",
19 "//base", 19 "//base",
20 "//base:i18n", 20 "//base:i18n",
21 "//mojo/public/c/system:for_shared_library", 21 "//mojo/public/c/system:for_shared_library",
22 "//mojo/public/cpp/application", 22 "//mojo/public/cpp/application",
23 "//mojo/public/cpp/application:standalone", 23 "//mojo/public/cpp/application:standalone",
24 "//mojo/public/cpp/utility", 24 "//mojo/public/cpp/utility",
25 ] 25 ]
26 26
27 sources = [ 27 sources = [
28 "test_request_tracker_client_impl.cc", 28 "test_request_tracker_client_impl.cc",
29 "test_request_tracker_client_impl.h", 29 "test_request_tracker_client_impl.h",
30 "test_service_application.cc", 30 "test_service_application.cc",
31 "test_service_application.h", 31 "test_service_application.h",
32 "test_service_impl.cc", 32 "test_service_impl.cc",
33 "test_service_impl.h", 33 "test_service_impl.h",
34 "test_time_service_impl.cc", 34 "test_time_service_impl.cc",
35 "test_time_service_impl.h", 35 "test_time_service_impl.h",
36 ] 36 ]
37 } 37 }
38 38
39 # GYP version: //mojo/mojo_services.gypi:mojo_test_request_tracker_app 39 # GYP version: //mojo/mojo_services.gypi:mojo_test_request_tracker_app
40 shared_library("test_request_tracker_app") { 40 shared_library("mojo_test_request_tracker_app") {
41 deps = [ 41 deps = [
42 ":bindings", 42 ":bindings",
43 "//base", 43 "//base",
44 "//base:i18n", 44 "//base:i18n",
45 "//mojo/public/c/system:for_shared_library", 45 "//mojo/public/c/system:for_shared_library",
46 "//mojo/public/cpp/application", 46 "//mojo/public/cpp/application",
47 "//mojo/public/cpp/application:standalone", 47 "//mojo/public/cpp/application:standalone",
48 "//mojo/public/cpp/utility", 48 "//mojo/public/cpp/utility",
49 ] 49 ]
50 50
51 sources = [ 51 sources = [
52 "test_request_tracker_client_impl.cc", 52 "test_request_tracker_client_impl.cc",
53 "test_request_tracker_client_impl.h", 53 "test_request_tracker_client_impl.h",
54 "test_request_tracker_application.cc", 54 "test_request_tracker_application.cc",
55 "test_request_tracker_application.h", 55 "test_request_tracker_application.h",
56 "test_time_service_impl.cc", 56 "test_time_service_impl.cc",
57 "test_time_service_impl.h", 57 "test_time_service_impl.h",
58 "test_request_tracker_impl.cc", 58 "test_request_tracker_impl.cc",
59 "test_request_tracker_impl.h", 59 "test_request_tracker_impl.h",
60 ] 60 ]
61 } 61 }
OLDNEW
« no previous file with comments | « mojo/services/surfaces/BUILD.gn ('k') | mojo/services/view_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698