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

Unified Diff: extensions/browser/api/power/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/power/BUILD.gn
diff --git a/components/physical_web/webui/BUILD.gn b/extensions/browser/api/power/BUILD.gn
similarity index 65%
copy from components/physical_web/webui/BUILD.gn
copy to extensions/browser/api/power/BUILD.gn
index f3d6432dd2b700c0f266293e7ce3eef7ca158809..d8029a923c0dd1c9fc0dc6998b317d2de4030a66 100644
--- a/components/physical_web/webui/BUILD.gn
+++ b/extensions/browser/api/power/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("webui") {
+source_set("power") {
sources = [
- "physical_web_ui_constants.cc",
- "physical_web_ui_constants.h",
+ "power_api.cc",
+ "power_api.h",
]
deps = [
- "//base",
+ "//extensions/common/api",
]
}

Powered by Google App Engine
This is Rietveld 408576698