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

Unified Diff: extensions/browser/api/system_network/BUILD.gn

Issue 2336843002: Decompose //extensions/browser/BUILD.gn (Closed)
Patch Set: . 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
Index: extensions/browser/api/system_network/BUILD.gn
diff --git a/components/physical_web/data_source/BUILD.gn b/extensions/browser/api/system_network/BUILD.gn
similarity index 62%
copy from components/physical_web/data_source/BUILD.gn
copy to extensions/browser/api/system_network/BUILD.gn
index 70f92ff8c3092f5b95a86c9fe4ab91d776838d1a..f0e6fd3b4d479c803f4cdf4df0f79d8ddcc14a0e 100644
--- a/components/physical_web/data_source/BUILD.gn
+++ b/extensions/browser/api/system_network/BUILD.gn
@@ -2,13 +2,13 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("data_source") {
+source_set("system_network") {
sources = [
- "physical_web_data_source.h",
- "physical_web_listener.h",
+ "system_network_api.cc",
+ "system_network_api.h",
]
deps = [
- "//base",
+ "//extensions/common/api",
]
}

Powered by Google App Engine
This is Rietveld 408576698