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

Side by Side Diff: content/shell/BUILD.gn

Issue 2300703005: DevTools: merge devtools_http_handler into content - it is used in all the embedders anyways. (Closed)
Patch Set: for review Created 4 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
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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 "//content/public/utility", 214 "//content/public/utility",
215 ] 215 ]
216 deps = [ 216 deps = [
217 ":mojo_bindings", 217 ":mojo_bindings",
218 ":resources", 218 ":resources",
219 "//base", 219 "//base",
220 "//base:base_static", 220 "//base:base_static",
221 "//base/third_party/dynamic_annotations", 221 "//base/third_party/dynamic_annotations",
222 "//cc", 222 "//cc",
223 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted", 223 "//components/crash/content/app:app_breakpad_mac_win_to_be_deleted",
224 "//components/devtools_http_handler",
225 "//components/plugins/renderer", 224 "//components/plugins/renderer",
226 "//components/test_runner:test_runner", 225 "//components/test_runner:test_runner",
227 "//components/url_formatter", 226 "//components/url_formatter",
228 "//components/web_cache/renderer", 227 "//components/web_cache/renderer",
229 "//content:resources", 228 "//content:resources",
230 "//content/app/resources", 229 "//content/app/resources",
231 "//content/app/strings", 230 "//content/app/strings",
232 "//content/gpu", 231 "//content/gpu",
233 "//content/test:content_test_mojo_bindings", 232 "//content/test:content_test_mojo_bindings",
234 "//content/test:layouttest_support", 233 "//content/test:layouttest_support",
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 "{{bundle_resources_dir}}/{{source_file_part}}", 741 "{{bundle_resources_dir}}/{{source_file_part}}",
743 ] 742 ]
744 } 743 }
745 } 744 }
746 745
747 mojom("mojo_bindings") { 746 mojom("mojo_bindings") {
748 sources = [ 747 sources = [
749 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", 748 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
750 ] 749 ]
751 } 750 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698