From f941f47a837bc6d98937acc6a13603bb7c06d286 Mon Sep 17 00:00:00 2001 From: "sky@chromium.org" Date: Sat, 15 Oct 2011 18:44:51 +0000 Subject: 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 R=ben@chromium.org Review URL: http://codereview.chromium.org/8289022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105677 0039d316-1c4b-4281-b951-d872f2087c98 --- build/common.gypi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build') 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)$'] ] -- cgit v1.1