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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2272213003: DevTools: remove devtools_discovery (merged into content). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix 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
« no previous file with comments | « android_webview/browser/aw_dev_tools_discovery_provider.cc ('k') | chrome/browser/android/DEPS » ('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("//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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "//components/content_settings/core/common", 117 "//components/content_settings/core/common",
118 "//components/contextual_search:browser", 118 "//components/contextual_search:browser",
119 "//components/cookie_config", 119 "//components/cookie_config",
120 "//components/crx_file", 120 "//components/crx_file",
121 "//components/data_reduction_proxy/content/browser", 121 "//components/data_reduction_proxy/content/browser",
122 "//components/data_reduction_proxy/core/browser", 122 "//components/data_reduction_proxy/core/browser",
123 "//components/data_usage/core", 123 "//components/data_usage/core",
124 "//components/data_use_measurement/content", 124 "//components/data_use_measurement/content",
125 "//components/data_use_measurement/core", 125 "//components/data_use_measurement/core",
126 "//components/device_event_log", 126 "//components/device_event_log",
127 "//components/devtools_discovery",
128 "//components/devtools_http_handler", 127 "//components/devtools_http_handler",
129 "//components/dom_distiller/content/browser", 128 "//components/dom_distiller/content/browser",
130 "//components/domain_reliability", 129 "//components/domain_reliability",
131 "//components/error_page/common", 130 "//components/error_page/common",
132 "//components/favicon/content", 131 "//components/favicon/content",
133 "//components/favicon/core", 132 "//components/favicon/core",
134 "//components/favicon_base", 133 "//components/favicon_base",
135 "//components/flags_ui", 134 "//components/flags_ui",
136 "//components/gcm_driver", 135 "//components/gcm_driver",
137 "//components/google/core/browser", 136 "//components/google/core/browser",
(...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 # linking all of the test support. 1314 # linking all of the test support.
1316 static_library("pepper_cdm_test_constants") { 1315 static_library("pepper_cdm_test_constants") {
1317 testonly = true 1316 testonly = true
1318 visibility = [ "//chrome/*" ] 1317 visibility = [ "//chrome/*" ]
1319 sources = [ 1318 sources = [
1320 "media/pepper_cdm_test_constants.cc", 1319 "media/pepper_cdm_test_constants.cc",
1321 "media/pepper_cdm_test_constants.h", 1320 "media/pepper_cdm_test_constants.h",
1322 ] 1321 ]
1323 } 1322 }
1324 } 1323 }
OLDNEW
« no previous file with comments | « android_webview/browser/aw_dev_tools_discovery_provider.cc ('k') | chrome/browser/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698