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

Unified Diff: utils/utils.gyp

Issue 164130: This CL adds client.toDataURL which gets the contents... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 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 | « utils/cross/dataurl_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/utils.gyp
===================================================================
--- utils/utils.gyp (revision 22687)
+++ utils/utils.gyp (working copy)
@@ -21,6 +21,10 @@
'target_name': 'o3dUtils',
'type': 'static_library',
'sources': [
+ "cross/base64.cc",
+ "cross/base64.h",
+ "cross/dataurl.cc",
+ "cross/dataurl.h",
"cross/file_path_utils.cc",
"cross/file_path_utils.h",
"cross/file_text_reader.cc",
@@ -50,6 +54,8 @@
],
'direct_dependent_settings': {
'sources': [
+ "cross/base64_test.cc",
+ "cross/dataurl_test.cc",
"cross/file_path_utils_test.cc",
"cross/file_text_reader_test.cc",
"cross/json_writer_test.cc",
« no previous file with comments | « utils/cross/dataurl_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698