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

Unified Diff: components/base32.gypi

Issue 2017123002: Adds a base32 component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Migrates installer/setup/user_hive_visitor.cc to use base32 component Created 4 years, 6 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 | « chrome/installer/util/shell_util_unittest.cc ('k') | components/base32/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/base32.gypi
diff --git a/components/ntp_tiles.gypi b/components/base32.gypi
similarity index 62%
copy from components/ntp_tiles.gypi
copy to components/base32.gypi
index a02ab063dcf681bfc5a13a03eb9a7b46bc8616a4..1e26737cf76ba9abc71510b1160c0f318644756a 100644
--- a/components/ntp_tiles.gypi
+++ b/components/base32.gypi
@@ -5,8 +5,8 @@
{
'targets': [
{
- # GN version: //components/ntp_tiles
- 'target_name': 'ntp_tiles',
+ # GN version: //components/base32
+ 'target_name': 'base32',
'type': 'static_library',
'include_dirs': [
'..',
@@ -15,11 +15,9 @@
'../base/base.gyp:base',
],
'sources': [
- 'ntp_tiles/pref_names.h',
- 'ntp_tiles/pref_names.cc',
- 'ntp_tiles/switches.h',
- 'ntp_tiles/switches.cc',
+ 'base32/base32.h',
+ 'base32/base32.cc',
],
- },
+ }
],
}
« no previous file with comments | « chrome/installer/util/shell_util_unittest.cc ('k') | components/base32/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698