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

Unified Diff: build/common.gypi

Issue 28305: GYP it, GYP it good (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 10 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: build/common.gypi
===================================================================
--- build/common.gypi (revision 10690)
+++ build/common.gypi (working copy)
@@ -204,11 +204,6 @@
# files to appear (when present) in the UI as actual files and not red
# red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
# and therefore SYMROOT, needs to be set at the project level.
- #
- # xcodebuild_gyp is a temporary name to avoid colliding with the xcodebuild
- # directory used by the non-gyp Xcode build system. When the gyp-based
- # Xcode build system replaces the older system, this should be changed to
- # simply "xcodebuild" or some other suitable name.
- 'SYMROOT': '<(DEPTH)/xcodebuild_gyp',
+ 'SYMROOT': '<(DEPTH)/xcodebuild',
},
}

Powered by Google App Engine
This is Rietveld 408576698