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

Unified Diff: components/physical_web.gypi

Issue 2113473002: Add a Physical Web data source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo 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
« no previous file with comments | « components/components.gyp ('k') | components/physical_web/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/physical_web.gypi
diff --git a/components/base32.gypi b/components/physical_web.gypi
similarity index 61%
copy from components/base32.gypi
copy to components/physical_web.gypi
index 1e26737cf76ba9abc71510b1160c0f318644756a..d462fa1e25f5c1d5e5783db34f678d6addab4dde 100644
--- a/components/base32.gypi
+++ b/components/physical_web.gypi
@@ -5,19 +5,19 @@
{
'targets': [
{
- # GN version: //components/base32
- 'target_name': 'base32',
+ # GN version: //components/physical_web/data_source
+ 'target_name': 'physical_web_data_source',
'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
'dependencies': [
'../base/base.gyp:base',
],
+ 'include_dirs': [
+ '..',
+ ],
'sources': [
- 'base32/base32.h',
- 'base32/base32.cc',
+ # Note: sources list duplicated in GN build.
+ 'physical_web/data_source/physical_web_data_source.h',
],
- }
+ },
],
}
« no previous file with comments | « components/components.gyp ('k') | components/physical_web/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698