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

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

Issue 1280463003: Revert of Straightens outs DEPS in mojo/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/mojo_base.gyp ('k') | mojo/runner/android/main.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("//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 # We don't support building in the component build since mojo apps are 10 # We don't support building in the component build since mojo apps are
(...skipping 15 matching lines...) Expand all
26 26
27 source_set("mojo_runner_lib") { 27 source_set("mojo_runner_lib") {
28 sources = [] 28 sources = []
29 29
30 deps = [ 30 deps = [
31 ":lib", 31 ":lib",
32 "//base", 32 "//base",
33 "//build/config/sanitizers:deps", 33 "//build/config/sanitizers:deps",
34 "//mojo/common", 34 "//mojo/common",
35 "//mojo/environment:chromium", 35 "//mojo/environment:chromium",
36 "//mojo/message_pump",
37 ] 36 ]
38 37
39 if (!is_android) { 38 if (!is_android) {
40 sources += [ 39 sources += [
41 "desktop/launcher_process.cc", 40 "desktop/launcher_process.cc",
42 "desktop/launcher_process.h", 41 "desktop/launcher_process.h",
43 "desktop/main.cc", 42 "desktop/main.cc",
44 ] 43 ]
45 deps += [ "//components/tracing:startup_tracing" ] 44 deps += [ "//components/tracing:startup_tracing" ]
46 } else { 45 } else {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 ":child_process_bindings", 118 ":child_process_bindings",
120 ":in_process_native_runner", 119 ":in_process_native_runner",
121 ":native_application_support", 120 ":native_application_support",
122 "//base", 121 "//base",
123 "//base/third_party/dynamic_annotations", 122 "//base/third_party/dynamic_annotations",
124 "//base:base_static", 123 "//base:base_static",
125 "//components/devtools_service/public/cpp", 124 "//components/devtools_service/public/cpp",
126 "//components/devtools_service/public/interfaces", 125 "//components/devtools_service/public/interfaces",
127 "//mojo/application/public/cpp", 126 "//mojo/application/public/cpp",
128 "//mojo/common:tracing_impl", 127 "//mojo/common:tracing_impl",
129 "//mojo/message_pump",
130 "//mojo/services/network/public/interfaces",
131 "//mojo/services/tracing:bindings",
132 "//mojo/shell",
133 "//mojo/util:filename_util", 128 "//mojo/util:filename_util",
134 "//third_party/mojo/src/mojo/edk/system", 129 "//third_party/mojo/src/mojo/edk/system",
130 "//mojo/services/network/public/interfaces",
131 "//mojo/shell",
132 "//mojo/services/tracing:bindings",
135 "//ui/gl", 133 "//ui/gl",
136 "//url", 134 "//url",
137 ] 135 ]
138 136
139 if (is_linux && !is_android) { 137 if (is_linux && !is_android) {
140 sources += [ 138 sources += [
141 "linux_sandbox.cc", 139 "linux_sandbox.cc",
142 "linux_sandbox.h", 140 "linux_sandbox.h",
143 ] 141 ]
144 142
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 ] 428 ]
431 429
432 deps = [ 430 deps = [
433 ":in_process_native_runner", 431 ":in_process_native_runner",
434 ":lib", 432 ":lib",
435 "//base", 433 "//base",
436 "//base:i18n", 434 "//base:i18n",
437 "//base/test:test_support", 435 "//base/test:test_support",
438 "//mojo/common", 436 "//mojo/common",
439 "//mojo/environment:chromium", 437 "//mojo/environment:chromium",
440 "//mojo/message_pump",
441 "//mojo/services/test_service:bindings", 438 "//mojo/services/test_service:bindings",
442 "//mojo/shell", 439 "//mojo/shell",
443 "//mojo/util:filename_util", 440 "//mojo/util:filename_util",
444 "//testing/gtest", 441 "//testing/gtest",
445 "//third_party/mojo/src/mojo/edk/system", 442 "//third_party/mojo/src/mojo/edk/system",
446 "//third_party/mojo/src/mojo/public/cpp/bindings", 443 "//third_party/mojo/src/mojo/public/cpp/bindings",
447 "//url", 444 "//url",
448 ] 445 ]
449 446
450 data_deps = [ 447 data_deps = [
(...skipping 26 matching lines...) Expand all
477 ] 474 ]
478 475
479 deps = [ 476 deps = [
480 "//base", 477 "//base",
481 "//mojo/application/public/cpp:test_support", 478 "//mojo/application/public/cpp:test_support",
482 "//mojo/runner/test:bindings", 479 "//mojo/runner/test:bindings",
483 "//mojo/services/network/public/interfaces", 480 "//mojo/services/network/public/interfaces",
484 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", 481 "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
485 ] 482 ]
486 } 483 }
OLDNEW
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/runner/android/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698