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

Unified Diff: site_scons/site_tools/library_deps.py

Issue 12316093: Serialization library. Useful for sending more complex data in RPCs. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: added missing NACL_WUR and CHECKs detected by clang Created 7 years, 10 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 | « build/all.gyp ('k') | src/shared/serialization/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site_scons/site_tools/library_deps.py
diff --git a/site_scons/site_tools/library_deps.py b/site_scons/site_tools/library_deps.py
index 2dc17c6f39c1f50bd0b6f11dd250567f5c7bf631..2d7edb17d31bf5597a99184a9dd04228b50f21b5 100644
--- a/site_scons/site_tools/library_deps.py
+++ b/site_scons/site_tools/library_deps.py
@@ -42,6 +42,9 @@ LIBRARY_DEPENDENCIES_DEFAULT = {
'sel',
'debug_stub',
],
+ 'serialization': [
+ 'platform',
+ ],
'testrunner_browser': [
'ppapi',
],
« no previous file with comments | « build/all.gyp ('k') | src/shared/serialization/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698