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

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

Issue 1163953002: html_viewer: Add DevToolsAgentImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't create DevToolsAgentImpl instance unless --remote-debugging-port is specified Created 5 years, 6 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 | « mandoline/app/android/BUILD.gn ('k') | mojo/runner/context.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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "url_resolver.h", 114 "url_resolver.h",
115 ] 115 ]
116 116
117 deps = [ 117 deps = [
118 ":child_process_bindings", 118 ":child_process_bindings",
119 ":in_process_native_runner", 119 ":in_process_native_runner",
120 ":native_application_support", 120 ":native_application_support",
121 "//base", 121 "//base",
122 "//base/third_party/dynamic_annotations", 122 "//base/third_party/dynamic_annotations",
123 "//base:base_static", 123 "//base:base_static",
124 "//components/devtools_service/public/cpp",
124 "//components/devtools_service/public/interfaces", 125 "//components/devtools_service/public/interfaces",
125 "//mojo/application/public/cpp", 126 "//mojo/application/public/cpp",
126 "//mojo/common:tracing_impl", 127 "//mojo/common:tracing_impl",
127 "//mojo/util:filename_util", 128 "//mojo/util:filename_util",
128 "//third_party/mojo/src/mojo/edk/system", 129 "//third_party/mojo/src/mojo/edk/system",
129 "//mojo/services/network/public/interfaces", 130 "//mojo/services/network/public/interfaces",
130 "//mojo/shell", 131 "//mojo/shell",
131 "//mojo/services/tracing:bindings", 132 "//mojo/services/tracing:bindings",
132 "//ui/gl", 133 "//ui/gl",
133 "//url", 134 "//url",
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 ] 438 ]
438 439
439 deps = [ 440 deps = [
440 "//base", 441 "//base",
441 "//mojo/application/public/cpp:test_support", 442 "//mojo/application/public/cpp:test_support",
442 "//mojo/runner/test:bindings", 443 "//mojo/runner/test:bindings",
443 "//mojo/services/network/public/interfaces", 444 "//mojo/services/network/public/interfaces",
444 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", 445 "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
445 ] 446 ]
446 } 447 }
OLDNEW
« no previous file with comments | « mandoline/app/android/BUILD.gn ('k') | mojo/runner/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698