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

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

Issue 1262173005: Straightens outs DEPS in mojo/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove extraneous change 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
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",
36 ] 37 ]
37 38
38 if (!is_android) { 39 if (!is_android) {
39 sources += [ 40 sources += [
40 "desktop/launcher_process.cc", 41 "desktop/launcher_process.cc",
41 "desktop/launcher_process.h", 42 "desktop/launcher_process.h",
42 "desktop/main.cc", 43 "desktop/main.cc",
43 ] 44 ]
44 deps += [ "//components/tracing:startup_tracing" ] 45 deps += [ "//components/tracing:startup_tracing" ]
45 } else { 46 } else {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 ":child_process_bindings", 119 ":child_process_bindings",
119 ":in_process_native_runner", 120 ":in_process_native_runner",
120 ":native_application_support", 121 ":native_application_support",
121 "//base", 122 "//base",
122 "//base/third_party/dynamic_annotations", 123 "//base/third_party/dynamic_annotations",
123 "//base:base_static", 124 "//base:base_static",
124 "//components/devtools_service/public/cpp", 125 "//components/devtools_service/public/cpp",
125 "//components/devtools_service/public/interfaces", 126 "//components/devtools_service/public/interfaces",
126 "//mojo/application/public/cpp", 127 "//mojo/application/public/cpp",
127 "//mojo/common:tracing_impl", 128 "//mojo/common:tracing_impl",
129 "//mojo/message_pump",
130 "//mojo/services/network/public/interfaces",
131 "//mojo/services/tracing:bindings",
132 "//mojo/shell",
128 "//mojo/util:filename_util", 133 "//mojo/util:filename_util",
129 "//third_party/mojo/src/mojo/edk/system", 134 "//third_party/mojo/src/mojo/edk/system",
130 "//mojo/services/network/public/interfaces",
131 "//mojo/shell",
132 "//mojo/services/tracing:bindings",
133 "//ui/gl", 135 "//ui/gl",
134 "//url", 136 "//url",
135 ] 137 ]
136 138
137 if (is_linux && !is_android) { 139 if (is_linux && !is_android) {
138 sources += [ 140 sources += [
139 "linux_sandbox.cc", 141 "linux_sandbox.cc",
140 "linux_sandbox.h", 142 "linux_sandbox.h",
141 ] 143 ]
142 144
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 ] 430 ]
429 431
430 deps = [ 432 deps = [
431 ":in_process_native_runner", 433 ":in_process_native_runner",
432 ":lib", 434 ":lib",
433 "//base", 435 "//base",
434 "//base:i18n", 436 "//base:i18n",
435 "//base/test:test_support", 437 "//base/test:test_support",
436 "//mojo/common", 438 "//mojo/common",
437 "//mojo/environment:chromium", 439 "//mojo/environment:chromium",
440 "//mojo/message_pump",
438 "//mojo/services/test_service:bindings", 441 "//mojo/services/test_service:bindings",
439 "//mojo/shell", 442 "//mojo/shell",
440 "//mojo/util:filename_util", 443 "//mojo/util:filename_util",
441 "//testing/gtest", 444 "//testing/gtest",
442 "//third_party/mojo/src/mojo/edk/system", 445 "//third_party/mojo/src/mojo/edk/system",
443 "//third_party/mojo/src/mojo/public/cpp/bindings", 446 "//third_party/mojo/src/mojo/public/cpp/bindings",
444 "//url", 447 "//url",
445 ] 448 ]
446 449
447 data_deps = [ 450 data_deps = [
(...skipping 26 matching lines...) Expand all
474 ] 477 ]
475 478
476 deps = [ 479 deps = [
477 "//base", 480 "//base",
478 "//mojo/application/public/cpp:test_support", 481 "//mojo/application/public/cpp:test_support",
479 "//mojo/runner/test:bindings", 482 "//mojo/runner/test:bindings",
480 "//mojo/services/network/public/interfaces", 483 "//mojo/services/network/public/interfaces",
481 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", 484 "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
482 ] 485 ]
483 } 486 }
OLDNEW
« mojo/common/BUILD.gn ('K') | « 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