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

Unified Diff: src/trusted/nonnacl_util/nonnacl_util.gyp

Issue 10831270: Eliminate build differences in nacl gated on nacl_standalone. Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: fix Created 8 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 | « buildbot/buildbot_selector.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/nonnacl_util/nonnacl_util.gyp
diff --git a/src/trusted/nonnacl_util/nonnacl_util.gyp b/src/trusted/nonnacl_util/nonnacl_util.gyp
index 7c4ec0e7a76784d4dc35e1a66462a979a96dd298..ec3df80ba66d9fbe67c29570fb3183fb347f8896 100644
--- a/src/trusted/nonnacl_util/nonnacl_util.gyp
+++ b/src/trusted/nonnacl_util/nonnacl_util.gyp
@@ -64,6 +64,14 @@
'nonnacl_util.gypi',
],
},
+ # ----------------------------------------------------------------
+ {
+ 'target_name': 'nonnacl_util_chrome',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'sel_ldr_launcher',
+ ],
+ },
],
# ----------------------------------------------------------------------
'conditions': [
@@ -96,22 +104,6 @@
'nonnacl_util.gypi',
],
},
- ],
- }],
- ['nacl_standalone==0', {
- 'targets': [
- # ----------------------------------------------------------------
- {
- 'target_name': 'nonnacl_util_chrome',
- 'type': 'static_library',
- 'dependencies': [
- 'sel_ldr_launcher',
- ],
- },
- ],
- }],
- ['OS=="win" and nacl_standalone==0', {
- 'targets': [
# ----------------------------------------------------------------
{
'target_name': 'nonnacl_util_chrome64',
« no previous file with comments | « buildbot/buildbot_selector.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698