Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux.

Review URL: http://codereview.appspot.com/4282056/

git-svn-id: http://skia.googlecode.com/svn/trunk@955 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/unix_test_app/main.cpp b/unix_test_app/main.cpp
index 6be43c0..d217236 100644
--- a/unix_test_app/main.cpp
+++ b/unix_test_app/main.cpp
@@ -6,7 +6,9 @@
 #include "SkView.h"
 #include "SkWindow.h"
 #include "XkeysToSkKeys.h"
-#include "keysym2ucs.h"
+extern "C" {
+    #include "keysym2ucs.h"
+}
 #include "SkTypes.h"
 //#include <signal.h>
 //#include <sys/time.h>