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

Unified Diff: base/base.gyp

Issue 9852004: Revert 128679 - Speculative revert. xcodebuilders hosed between r128678 - 128680 in GYP phse, this … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | base/test/android/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 128684)
+++ base/base.gyp (working copy)
@@ -9,7 +9,6 @@
'includes': [
'../build/win_precompile.gypi',
'base.gypi',
- 'test/android/native_test.gyp'
],
'targets': [
{
@@ -154,7 +153,7 @@
},
{
'target_name': 'base_unittests',
- 'type': '<(gtest_target_type)',
+ 'type': 'executable',
'sources': [
# Tests.
'android/jni_android_unittest.cc',
« no previous file with comments | « no previous file | base/test/android/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698