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

Unified Diff: components/nacl.gyp

Issue 264943003: Pepper: Move manifest logic to components/nacl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 6 years, 8 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 | components/nacl/renderer/DEPS » ('j') | components/nacl/renderer/json_manifest.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl.gyp
diff --git a/components/nacl.gyp b/components/nacl.gyp
index c52a1f70202f79337a096324fbca39eb89caa1ea..86cc0bb74cf39d2708416ab4192417b52917951b 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -157,6 +157,8 @@
'nacl/renderer/histogram.h',
'nacl/renderer/manifest_service_channel.cc',
'nacl/renderer/manifest_service_channel.h',
+ 'nacl/renderer/json_manifest.cc',
+ 'nacl/renderer/json_manifest.h',
'nacl/renderer/nexe_load_manager.cc',
'nacl/renderer/nexe_load_manager.h',
'nacl/renderer/pnacl_translation_resource_host.cc',
@@ -173,6 +175,7 @@
],
'dependencies': [
'../content/content.gyp:content_renderer',
+ '../third_party/jsoncpp/jsoncpp.gyp:jsoncpp',
'../third_party/WebKit/public/blink.gyp:blink',
'../webkit/common/webkit_common.gyp:webkit_common',
],
« no previous file with comments | « no previous file | components/nacl/renderer/DEPS » ('j') | components/nacl/renderer/json_manifest.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698