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

Unified Diff: components/devtools_http_handler/BUILD.gn

Issue 2300703005: DevTools: merge devtools_http_handler into content - it is used in all the embedders anyways. (Closed)
Patch Set: for_landing! 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/OWNERS ('k') | components/devtools_http_handler/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/devtools_http_handler/BUILD.gn
diff --git a/components/devtools_http_handler/BUILD.gn b/components/devtools_http_handler/BUILD.gn
deleted file mode 100644
index a7f85d7c8ed5153a1b38ec1d5e6db42ca7c4b9c9..0000000000000000000000000000000000000000
--- a/components/devtools_http_handler/BUILD.gn
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-static_library("devtools_http_handler") {
- sources = [
- "devtools_http_handler.cc",
- "devtools_http_handler.h",
- "devtools_http_handler_delegate.h",
- ]
-
- deps = [
- "//base",
- "//content/public/browser",
- "//content/public/common",
- "//net",
- "//net:http_server",
- ]
-}
-
-source_set("unit_tests") {
- testonly = true
- sources = [
- "devtools_http_handler_unittest.cc",
- ]
-
- deps = [
- ":devtools_http_handler",
- "//base",
- "//content/test:test_support",
- "//net",
- "//testing/gtest",
- ]
-}
« no previous file with comments | « components/OWNERS ('k') | components/devtools_http_handler/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698