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

Unified Diff: components/physical_web.gypi

Issue 2248913007: Add a Physical Web WebUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: case and rebase Created 4 years, 4 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: components/physical_web.gypi
diff --git a/components/physical_web.gypi b/components/physical_web.gypi
index d462fa1e25f5c1d5e5783db34f678d6addab4dde..95e1a4e46c6d858feaddb627f94b170817b484eb 100644
--- a/components/physical_web.gypi
+++ b/components/physical_web.gypi
@@ -19,5 +19,21 @@
'physical_web/data_source/physical_web_data_source.h',
],
},
+ {
+ # GN version: //components/physical_web/webui
+ 'target_name': 'physical_web_ui',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
jochen (gone - plz use gerrit) 2016/08/31 14:32:25 why is this needed?
mattreynolds 2016/09/01 02:25:19 It's not, removed.
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ # Note: sources list duplicated in GN build.
+ 'physical_web/webui/physical_web_ui_constants.cc',
+ 'physical_web/webui/physical_web_ui_constants.h',
+ ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698