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

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

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 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/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 7
8 group("test_service") { 8 group("test_service") {
9 # Meta-target, don't link into production code. 9 # Meta-target, don't link into production code.
10 testonly = true 10 testonly = true
11 deps = [ 11 deps = [
12 ":bindings", 12 ":bindings",
13 ":test_app", 13 ":test_app",
14 ":test_request_tracker_app", 14 ":test_request_tracker_app",
15 ] 15 ]
16 } 16 }
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "tracked_service.h", 54 "tracked_service.h",
55 ] 55 ]
56 56
57 deps = [ 57 deps = [
58 ":bindings", 58 ":bindings",
59 "//base", 59 "//base",
60 "//base:i18n", 60 "//base:i18n",
61 "//mojo/application/public/cpp", 61 "//mojo/application/public/cpp",
62 ] 62 ]
63 } 63 }
OLDNEW
« no previous file with comments | « mojo/services/network/web_socket_impl.h ('k') | mojo/services/test_service/test_request_tracker_application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698