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

Unified Diff: extensions/browser/api/messaging/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/messaging/BUILD.gn
diff --git a/components/physical_web/webui/BUILD.gn b/extensions/browser/api/messaging/BUILD.gn
similarity index 65%
copy from components/physical_web/webui/BUILD.gn
copy to extensions/browser/api/messaging/BUILD.gn
index f3d6432dd2b700c0f266293e7ce3eef7ca158809..e22074d732903cf870fba94bbda756008d4af761 100644
--- a/components/physical_web/webui/BUILD.gn
+++ b/extensions/browser/api/messaging/BUILD.gn
@@ -2,13 +2,12 @@
# 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("messaging") {
sources = [
- "physical_web_ui_constants.cc",
- "physical_web_ui_constants.h",
+ "native_message_host.cc",
Devlin 2016/09/14 22:50:29 what about the .h? (I think this was probably a bu
Rahul Chaturvedi 2016/09/14 23:10:24 Yep, was broken in the original BUILD.gn. Fixed an
]
deps = [
- "//base",
+ "//extensions/common/api",
]
}

Powered by Google App Engine
This is Rietveld 408576698