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

Unified Diff: base/base.gyp

Issue 399068: Move base64 from 'net/base' into 'base'. (Closed)
Patch Set: rebase Created 11 years, 1 month 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 | « base/DEPS ('k') | base/base64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 5ba7d4b310c7fa822371a0b2f9a956bde4427d02..75ce295e5212f900398f49b138ce3f779074cfc3 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -11,6 +11,9 @@
'target_name': 'base',
'type': '<(library)',
'msvs_guid': '1832A374-8A74-4F9E-B536-69A699B3E165',
+ 'dependencies': [
+ '../third_party/modp_b64/modp_b64.gyp:modp_b64',
+ ],
'sources': [
'../build/build_config.h',
'crypto/cssm_init.cc',
@@ -70,6 +73,8 @@
'atomicops.h',
'atomicops_internals_x86_msvc.h',
'auto_reset.h',
+ 'base64.cc',
+ 'base64.h',
'base_drag_source.cc',
'base_drag_source.h',
'base_drop_target.cc',
@@ -605,6 +610,7 @@
'at_exit_unittest.cc',
'atomic_flag_unittest.cc',
'atomicops_unittest.cc',
+ 'base64_unittest.cc',
'bits_unittest.cc',
'command_line_unittest.cc',
'condition_variable_unittest.cc',
« no previous file with comments | « base/DEPS ('k') | base/base64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698