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

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

Issue 1352663002: Extract some stuff into PackageManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 3 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/package_manager/package_manager_impl.cc ('k') | mojo/runner/context.h » ('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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 ":child_process_bindings", 116 ":child_process_bindings",
117 ":in_process_native_runner", 117 ":in_process_native_runner",
118 ":native_application_support", 118 ":native_application_support",
119 "//base", 119 "//base",
120 "//base/third_party/dynamic_annotations", 120 "//base/third_party/dynamic_annotations",
121 "//base:base_static", 121 "//base:base_static",
122 "//components/devtools_service/public/cpp", 122 "//components/devtools_service/public/cpp",
123 "//components/devtools_service/public/interfaces", 123 "//components/devtools_service/public/interfaces",
124 "//mojo/application/public/cpp", 124 "//mojo/application/public/cpp",
125 "//mojo/common:tracing_impl", 125 "//mojo/common:tracing_impl",
126 "//mojo/fetcher",
127 "//mojo/message_pump", 126 "//mojo/message_pump",
127 "//mojo/package_manager",
128 "//mojo/services/network/public/interfaces", 128 "//mojo/services/network/public/interfaces",
129 "//mojo/services/tracing/public/cpp", 129 "//mojo/services/tracing/public/cpp",
130 "//mojo/services/tracing/public/interfaces", 130 "//mojo/services/tracing/public/interfaces",
131 "//mojo/shell", 131 "//mojo/shell",
132 "//mojo/util:filename_util", 132 "//mojo/util:filename_util",
133 "//third_party/mojo/src/mojo/edk/system", 133 "//third_party/mojo/src/mojo/edk/system",
134 "//ui/gl", 134 "//ui/gl",
135 "//url", 135 "//url",
136 ] 136 ]
137 137
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 ":in_process_native_runner", 434 ":in_process_native_runner",
435 ":lib", 435 ":lib",
436 "//base", 436 "//base",
437 "//base:i18n", 437 "//base:i18n",
438 "//base/test:test_support", 438 "//base/test:test_support",
439 "//mojo/application/public/cpp", 439 "//mojo/application/public/cpp",
440 "//mojo/common", 440 "//mojo/common",
441 "//mojo/environment:chromium", 441 "//mojo/environment:chromium",
442 "//mojo/fetcher", 442 "//mojo/fetcher",
443 "//mojo/message_pump", 443 "//mojo/message_pump",
444 "//mojo/package_manager",
444 "//mojo/services/test_service:bindings", 445 "//mojo/services/test_service:bindings",
445 "//mojo/shell", 446 "//mojo/shell",
446 "//mojo/util:filename_util", 447 "//mojo/util:filename_util",
447 "//testing/gtest", 448 "//testing/gtest",
448 "//third_party/mojo/src/mojo/edk/system", 449 "//third_party/mojo/src/mojo/edk/system",
449 "//third_party/mojo/src/mojo/public/cpp/bindings", 450 "//third_party/mojo/src/mojo/public/cpp/bindings",
450 "//url", 451 "//url",
451 ] 452 ]
452 453
453 data_deps = [ 454 data_deps = [
(...skipping 26 matching lines...) Expand all
480 ] 481 ]
481 482
482 deps = [ 483 deps = [
483 "//base", 484 "//base",
484 "//mojo/application/public/cpp:test_support", 485 "//mojo/application/public/cpp:test_support",
485 "//mojo/runner/test:bindings", 486 "//mojo/runner/test:bindings",
486 "//mojo/services/network/public/interfaces", 487 "//mojo/services/network/public/interfaces",
487 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", 488 "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
488 ] 489 ]
489 } 490 }
OLDNEW
« no previous file with comments | « mojo/package_manager/package_manager_impl.cc ('k') | mojo/runner/context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698