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

Side by Side Diff: services/js/BUILD.gn

Issue 1388413005: Move //mojo/services/X/public/... to //mojo/services/X/... (part 1). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « services/files/util.h ('k') | services/native_support/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/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 group("js") { 8 group("js") {
9 deps = [ 9 deps = [
10 ":js_content_handler", 10 ":js_content_handler",
(...skipping 24 matching lines...) Expand all
35 deps = [ 35 deps = [
36 "//base:i18n", 36 "//base:i18n",
37 "//mojo/application", 37 "//mojo/application",
38 "//mojo/application:content_handler", 38 "//mojo/application:content_handler",
39 "//mojo/data_pipe_utils", 39 "//mojo/data_pipe_utils",
40 "//mojo/environment:chromium", 40 "//mojo/environment:chromium",
41 "//mojo/message_pump", 41 "//mojo/message_pump",
42 "//mojo/public/cpp/system", 42 "//mojo/public/cpp/system",
43 "//mojo/public/cpp/utility", 43 "//mojo/public/cpp/utility",
44 "//mojo/public/interfaces/application", 44 "//mojo/public/interfaces/application",
45 "//mojo/services/content_handler/public/interfaces", 45 "//mojo/services/content_handler/interfaces",
46 "//mojo/services/network/public/interfaces", 46 "//mojo/services/network/public/interfaces",
47 "//services/js/modules/clock", 47 "//services/js/modules/clock",
48 "//services/js/modules/gl", 48 "//services/js/modules/gl",
49 "//services/js/system", 49 "//services/js/system",
50 ] 50 ]
51 } 51 }
52 52
53 test("js_services_unittests") { 53 test("js_services_unittests") {
54 deps = [ 54 deps = [
55 "//base", 55 "//base",
(...skipping 20 matching lines...) Expand all
76 deps = [ 76 deps = [
77 "//base", 77 "//base",
78 "//mojo/public/cpp/bindings", 78 "//mojo/public/cpp/bindings",
79 "//mojo/public/cpp/system", 79 "//mojo/public/cpp/system",
80 "//services/js/test:echo_service", 80 "//services/js/test:echo_service",
81 "//services/js/test:js_application_test_base", 81 "//services/js/test:js_application_test_base",
82 "//services/js/test:network_test_service", 82 "//services/js/test:network_test_service",
83 "//services/js/test:pingpong_service", 83 "//services/js/test:pingpong_service",
84 ] 84 ]
85 } 85 }
OLDNEW
« no previous file with comments | « services/files/util.h ('k') | services/native_support/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698