Index: components/physical_web.gypi |
diff --git a/components/physical_web.gypi b/components/physical_web.gypi |
index d462fa1e25f5c1d5e5783db34f678d6addab4dde..eb9e971c1952a354e74e61787e38274e2a8978ea 100644 |
--- a/components/physical_web.gypi |
+++ b/components/physical_web.gypi |
@@ -11,13 +11,20 @@ |
'dependencies': [ |
'../base/base.gyp:base', |
], |
- 'include_dirs': [ |
- '..', |
- ], |
'sources': [ |
# Note: sources list duplicated in GN build. |
'physical_web/data_source/physical_web_data_source.h', |
], |
}, |
+ { |
+ # GN version: //components/physical_web/webui |
+ 'target_name': 'physical_web_ui', |
+ 'type': 'static_library', |
+ 'sources': [ |
+ # Note: sources list duplicated in GN build. |
+ 'physical_web/webui/physical_web_ui_constants.cc', |
+ 'physical_web/webui/physical_web_ui_constants.h', |
+ ], |
+ }, |
], |
} |