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

Unified Diff: components/nacl_common.gyp

Issue 18098009: Move nacl_cmd_line to components/nacl/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« chrome/nacl.gypi ('K') | « components/nacl/common/nacl_cmd_line.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl_common.gyp
diff --git a/components/nacl_common.gyp b/components/nacl_common.gyp
index 00137c538f7ec07589179f7669babc27273fc23e..1f471b3204ce0379b8a9e3b00f5ecfec9a186958 100644
--- a/components/nacl_common.gyp
+++ b/components/nacl_common.gyp
@@ -15,6 +15,17 @@
'..',
],
},
+ {
+ 'target_name': 'nacl_cmd_line',
Mark Seaborn 2013/07/19 15:14:28 Is there a particular reason that this file is in
+ 'type': 'static_library',
+ 'sources': [
+ 'nacl/common/nacl_cmd_line.cc',
+ 'nacl/common/nacl_cmd_line.h',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ },
],
'conditions': [
['OS=="win" and target_arch=="ia32"', {
« chrome/nacl.gypi ('K') | « components/nacl/common/nacl_cmd_line.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698