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

Unified Diff: components/nacl.gyp

Issue 437503004: Add NaCl support to app_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (nacl-init) rebase Created 6 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 | « chrome/renderer/chrome_content_renderer_client.cc ('k') | components/nacl/common/nacl_constants.h » ('j') | no next file with comments »
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 7c096f92991bd4b7a98a452fb18feba34cdcbf2f..0bba251562af013f75fa1973594a2d334695abe6 100644
--- a/components/nacl.gyp
+++ b/components/nacl.gyp
@@ -406,6 +406,8 @@
'sources': [
'nacl/common/nacl_cmd_line.cc',
'nacl/common/nacl_cmd_line.h',
+ 'nacl/common/nacl_constants.cc',
+ 'nacl/common/nacl_constants.h',
'nacl/common/nacl_messages.cc',
'nacl/common/nacl_messages.h',
'nacl/common/nacl_types.cc',
@@ -485,6 +487,8 @@
'sources': [
'nacl/common/nacl_cmd_line.cc',
'nacl/common/nacl_cmd_line.h',
+ 'nacl/common/nacl_constants.cc',
+ 'nacl/common/nacl_constants.h',
'nacl/common/nacl_host_messages.h',
'nacl/common/nacl_host_messages.cc',
'nacl/common/nacl_messages.cc',
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | components/nacl/common/nacl_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698