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

Side by Side Diff: shell/BUILD.gn

Issue 1053743002: Rename AppChildController -> ChildController. (Closed) Base URL: https://github.com/domokit/mojo.git@simplify_child_5
Patch Set: rebased Created 5 years, 8 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 | « no previous file | shell/app_child_process.cc » ('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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/mojo.gni") 6 import("//mojo/public/mojo.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//mojo/tools/embed/rules.gni") 9 import("//mojo/tools/embed/rules.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "incoming_connection_listener.h", 149 "incoming_connection_listener.h",
150 "out_of_process_native_runner.cc", 150 "out_of_process_native_runner.cc",
151 "out_of_process_native_runner.h", 151 "out_of_process_native_runner.h",
152 "task_runners.cc", 152 "task_runners.cc",
153 "task_runners.h", 153 "task_runners.h",
154 "url_resolver.cc", 154 "url_resolver.cc",
155 "url_resolver.h", 155 "url_resolver.h",
156 ] 156 ]
157 157
158 deps = [ 158 deps = [
159 ":app_child_process_bindings", 159 ":child_controller_bindings",
160 ":external_application_registrar_bindings", 160 ":external_application_registrar_bindings",
161 ":init", 161 ":init",
162 ":in_process_native_runner", 162 ":in_process_native_runner",
163 ":native_application_support", 163 ":native_application_support",
164 "//base", 164 "//base",
165 "//base/third_party/dynamic_annotations", 165 "//base/third_party/dynamic_annotations",
166 "//base:base_static", 166 "//base:base_static",
167 "//mojo/application", 167 "//mojo/application",
168 "//mojo/common", 168 "//mojo/common",
169 "//mojo/common:tracing_impl", 169 "//mojo/common:tracing_impl",
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 java_files = 375 java_files =
376 [ "android/tests/src/org/chromium/mojo/shell/ShellTestBase.java" ] 376 [ "android/tests/src/org/chromium/mojo/shell/ShellTestBase.java" ]
377 377
378 deps = [ 378 deps = [
379 ":java", 379 ":java",
380 "//base:base_java", 380 "//base:base_java",
381 ] 381 ]
382 } 382 }
383 } 383 }
384 384
385 mojom("app_child_process_bindings") { 385 mojom("child_controller_bindings") {
386 sources = [ 386 sources = [
387 "app_child_process.mojom", 387 "child_controller.mojom",
388 ] 388 ]
389 389
390 deps = [ 390 deps = [
391 "//mojo/public/interfaces/application", 391 "//mojo/public/interfaces/application",
392 ] 392 ]
393 } 393 }
394 394
395 mojom("external_application_registrar_bindings") { 395 mojom("external_application_registrar_bindings") {
396 sources = [ 396 sources = [
397 "external_application_registrar.mojom", 397 "external_application_registrar.mojom",
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 "//mojo/public/cpp/system:system", 562 "//mojo/public/cpp/system:system",
563 "//mojo/services/http_server/public/cpp", 563 "//mojo/services/http_server/public/cpp",
564 "//mojo/services/http_server/public/interfaces", 564 "//mojo/services/http_server/public/interfaces",
565 "//mojo/services/network/public/interfaces", 565 "//mojo/services/network/public/interfaces",
566 "//shell/test:bindings", 566 "//shell/test:bindings",
567 ":embed_pingable", 567 ":embed_pingable",
568 ] 568 ]
569 569
570 data_deps = [ "//services/http_server:http_server($default_toolchain)" ] 570 data_deps = [ "//services/http_server:http_server($default_toolchain)" ]
571 } 571 }
OLDNEW
« no previous file with comments | « no previous file | shell/app_child_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698