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

Unified Diff: build/build_config.h

Issue 7538030: Remove USE_BASE_DATA_PACK from build_config.h since it's only (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: os_posix Created 9 years, 5 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 | « no previous file | ui/base/resource/resource_bundle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/build_config.h
diff --git a/build/build_config.h b/build/build_config.h
index 6f412c75e2cab4c2011a8cee226136ab5ed99c19..e58491c86d649ff216d4f14ece70d38c7f5e856c 100644
--- a/build/build_config.h
+++ b/build/build_config.h
@@ -69,8 +69,6 @@
defined(OS_OPENBSD) || defined(OS_SOLARIS) || defined(OS_ANDROID) || \
defined(OS_NACL)
#define OS_POSIX 1
-// Use base::DataPack for name/value pairs.
-#define USE_BASE_DATA_PACK 1
#endif
// Use tcmalloc
« no previous file with comments | « no previous file | ui/base/resource/resource_bundle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698