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

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: Address comments 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
Index: components/nacl_common.gyp
diff --git a/components/nacl_common.gyp b/components/nacl_common.gyp
index 00137c538f7ec07589179f7669babc27273fc23e..642d61a171d2be8b90f7278179c55571e36fc467 100644
--- a/components/nacl_common.gyp
+++ b/components/nacl_common.gyp
@@ -15,6 +15,17 @@
'..',
],
},
+ {
+ 'target_name': 'nacl_common',
+ '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"', {
@@ -35,6 +46,22 @@
},
},
},
+ {
+ 'target_name': 'nacl_common_win64',
+ 'type': 'static_library',
+ 'sources': [
+ 'nacl/common/nacl_cmd_line.cc',
+ 'nacl/common/nacl_cmd_line.h',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'configurations': {
+ 'Common_Base': {
+ 'msvs_target_platform': 'x64',
+ },
+ },
+ },
],
}],
],
« components/nacl/common/nacl_cmd_line.h ('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