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

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: shell simplified 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "//chrome/common/net", 320 "//chrome/common/net",
321 "//chrome/installer/util:with_no_strings", 321 "//chrome/installer/util:with_no_strings",
322 "//components/about_handler", 322 "//components/about_handler",
323 "//components/app_modal", 323 "//components/app_modal",
324 "//components/autofill/content/browser", 324 "//components/autofill/content/browser",
325 "//components/browsing_data/content", 325 "//components/browsing_data/content",
326 "//components/browsing_data/core", 326 "//components/browsing_data/core",
327 "//components/contextual_search:browser", 327 "//components/contextual_search:browser",
328 "//components/data_reduction_proxy/content/browser", 328 "//components/data_reduction_proxy/content/browser",
329 "//components/data_use_measurement/content", 329 "//components/data_use_measurement/content",
330 "//components/devtools_discovery",
331 "//components/devtools_http_handler", 330 "//components/devtools_http_handler",
332 "//components/dom_distiller/content/browser", 331 "//components/dom_distiller/content/browser",
333 "//components/error_page/common", 332 "//components/error_page/common",
334 "//components/favicon/content", 333 "//components/favicon/content",
335 "//components/history/content/browser", 334 "//components/history/content/browser",
336 "//components/keyed_service/content", 335 "//components/keyed_service/content",
337 "//components/navigation_interception", 336 "//components/navigation_interception",
338 "//components/net_log", 337 "//components/net_log",
339 "//components/network_hints/common", 338 "//components/network_hints/common",
340 "//components/password_manager/content/browser", 339 "//components/password_manager/content/browser",
(...skipping 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 # linking all of the test support. 1359 # linking all of the test support.
1361 static_library("pepper_cdm_test_constants") { 1360 static_library("pepper_cdm_test_constants") {
1362 testonly = true 1361 testonly = true
1363 visibility = [ "//chrome/*" ] 1362 visibility = [ "//chrome/*" ]
1364 sources = [ 1363 sources = [
1365 "media/pepper_cdm_test_constants.cc", 1364 "media/pepper_cdm_test_constants.cc",
1366 "media/pepper_cdm_test_constants.h", 1365 "media/pepper_cdm_test_constants.h",
1367 ] 1366 ]
1368 } 1367 }
1369 } 1368 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698