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

Side by Side Diff: mojo/runner/BUILD.gn

Issue 1423063004: Allow Chrome to bind an Application request from mojo_runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@callback
Patch Set: . 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
« no previous file with comments | « mojo/application/public/cpp/lib/application_impl.cc ('k') | no next file » | 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/generate_mojo_shell_assets_list.gni") 5 import("//mojo/generate_mojo_shell_assets_list.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 8 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
9 9
10 group("runner") { 10 group("runner") {
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "//sandbox/linux:sandbox", 155 "//sandbox/linux:sandbox",
156 "//sandbox/linux:sandbox_services", 156 "//sandbox/linux:sandbox_services",
157 ] 157 ]
158 } 158 }
159 159
160 public_deps = [ 160 public_deps = [
161 ":init", 161 ":init",
162 ":switches", 162 ":switches",
163 ] 163 ]
164 164
165 data_deps = [ 165 if (!is_component_build) {
166 "//components/devtools_service", 166 data_deps = [
167 "//mojo/services/tracing", 167 "//components/devtools_service",
168 ] 168 "//mojo/services/tracing",
169 ]
170 }
169 171
170 if (is_android) { 172 if (is_android) {
171 sources += [ 173 sources += [
172 "android/android_handler.cc", 174 "android/android_handler.cc",
173 "android/android_handler.h", 175 "android/android_handler.h",
174 "android/android_handler_loader.cc", 176 "android/android_handler_loader.cc",
175 "android/android_handler_loader.h", 177 "android/android_handler_loader.h",
176 "android/background_application_loader.cc", 178 "android/background_application_loader.cc",
177 "android/background_application_loader.h", 179 "android/background_application_loader.h",
178 "android/ui_application_loader_android.cc", 180 "android/ui_application_loader_android.cc",
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 ] 479 ]
478 480
479 deps = [ 481 deps = [
480 "//base", 482 "//base",
481 "//mojo/application/public/cpp:test_support", 483 "//mojo/application/public/cpp:test_support",
482 "//mojo/runner/test:bindings", 484 "//mojo/runner/test:bindings",
483 "//mojo/services/network/public/interfaces", 485 "//mojo/services/network/public/interfaces",
484 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", 486 "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
485 ] 487 ]
486 } 488 }
OLDNEW
« no previous file with comments | « mojo/application/public/cpp/lib/application_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698