Wires keeping the launcher up to date with the browser. I also needed GetBrowserViewForNativeWindow, so I had to wire up ViewProps for it to work correctly.

BUG=97262
TEST=none
[email protected]

Review URL: http://codereview.chromium.org/8289022

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105677 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/build/common.gypi b/build/common.gypi
index 25816560..92c2da0 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1272,7 +1272,9 @@
             'sources/': [ ['exclude', '_views\\.(h|cc)$'] ]
           }],
           ['use_aura==0', {
-            'sources/': [ ['exclude', '_aura\\.(h|cc)$'] ]
+            'sources/': [ ['exclude', '_aura\\.(h|cc)$'],
+                          ['exclude', '(^|/)aura/'],
+            ]
           }],
           ['use_aura==0 or use_x11==0', {
             'sources/': [ ['exclude', '_aurax11\\.(h|cc)$'] ]