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

Unified Diff: base/base.gyp

Issue 10784006: Add all of base.gyp to the iOS 'All' target (Closed) Base URL: http://git.chromium.org/chromium/src.git@base-unittest-link
Patch Set: Move !ios section Created 8 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
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 8416f5619bfb94e0e364c6c0f359c40021508cd3..c18ca6308e18ee5d47b9085b4d8d4be503285808 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -655,16 +655,6 @@
], # target_conditions
},
{
- 'target_name': 'check_example',
- 'type': 'executable',
- 'sources': [
- 'check_example.cc',
- ],
- 'dependencies': [
- 'base',
- ],
- },
- {
'target_name': 'test_support_base',
'type': 'static_library',
'dependencies': [
@@ -805,6 +795,20 @@
},
],
'conditions': [
+ ['OS!="ios"', {
+ 'targets': [
+ {
+ 'target_name': 'check_example',
+ 'type': 'executable',
+ 'sources': [
+ 'check_example.cc',
+ ],
+ 'dependencies': [
+ 'base',
+ ],
+ },
+ ],
+ }],
['OS == "win"', {
'targets': [
{
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698