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

Side by Side Diff: test/mac/archs/my_main_file.cc

Issue 9382044: mac: Support ARCHS with zero or one element in the make and ninja generators. (Closed) Base URL: http://gyp.googlecode.com/svn/trunk/
Patch Set: '' Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « test/mac/archs/my_file.cc ('k') | test/mac/archs/test-archs-x86_64.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 /* Copyright (c) 2012 Google Inc. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4 #include <stdio.h>
5 extern int x;
6 int main() {
7 printf("hello, world %d\n", x);
8 }
9
OLDNEW
« no previous file with comments | « test/mac/archs/my_file.cc ('k') | test/mac/archs/test-archs-x86_64.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698