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

Side by Side Diff: test/toolsets/toolsets.cc

Issue 271019: Adding cross-compile ability to the make build (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: '' Created 11 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « test/toolsets/main.cc ('k') | test/toolsets/toolsets.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 const char *GetToolset() {
2 #ifdef TARGET
3 return "Target";
4 #else
5 return "Host";
6 #endif
7 }
OLDNEW
« no previous file with comments | « test/toolsets/main.cc ('k') | test/toolsets/toolsets.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698