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

Side by Side Diff: chrome/browser/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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after
1254 "//components/content_settings/core/common", 1254 "//components/content_settings/core/common",
1255 "//components/contextual_search:browser", 1255 "//components/contextual_search:browser",
1256 "//components/cookie_config", 1256 "//components/cookie_config",
1257 "//components/crx_file", 1257 "//components/crx_file",
1258 "//components/data_reduction_proxy/content/browser", 1258 "//components/data_reduction_proxy/content/browser",
1259 "//components/data_reduction_proxy/core/browser", 1259 "//components/data_reduction_proxy/core/browser",
1260 "//components/data_usage/core", 1260 "//components/data_usage/core",
1261 "//components/data_use_measurement/content", 1261 "//components/data_use_measurement/content",
1262 "//components/data_use_measurement/core", 1262 "//components/data_use_measurement/core",
1263 "//components/device_event_log", 1263 "//components/device_event_log",
1264 "//components/devtools_http_handler",
1265 "//components/dom_distiller/content/browser", 1264 "//components/dom_distiller/content/browser",
1266 "//components/domain_reliability", 1265 "//components/domain_reliability",
1267 "//components/error_page/common", 1266 "//components/error_page/common",
1268 "//components/favicon/content", 1267 "//components/favicon/content",
1269 "//components/favicon/core", 1268 "//components/favicon/core",
1270 "//components/favicon_base", 1269 "//components/favicon_base",
1271 "//components/flags_ui", 1270 "//components/flags_ui",
1272 "//components/gcm_driver", 1271 "//components/gcm_driver",
1273 "//components/google/core/browser", 1272 "//components/google/core/browser",
1274 "//components/guest_view/browser", 1273 "//components/guest_view/browser",
(...skipping 2971 matching lines...) Expand 10 before | Expand all | Expand 10 after
4246 # linking all of the test support. 4245 # linking all of the test support.
4247 static_library("pepper_cdm_test_constants") { 4246 static_library("pepper_cdm_test_constants") {
4248 testonly = true 4247 testonly = true
4249 visibility = [ "//chrome/*" ] 4248 visibility = [ "//chrome/*" ]
4250 sources = [ 4249 sources = [
4251 "media/pepper_cdm_test_constants.cc", 4250 "media/pepper_cdm_test_constants.cc",
4252 "media/pepper_cdm_test_constants.h", 4251 "media/pepper_cdm_test_constants.h",
4253 ] 4252 ]
4254 } 4253 }
4255 } 4254 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698