summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-27 18:29:24 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-27 18:29:24 +0000
commitf79cf7fc975a2a01c848ab8b8b49425de29556bb (patch)
treec0759cfdf5ef779d770ebf47225fbfc627648ba0 /chrome
parent86682b32ec7715eef5fa5bcd324709caf5050679 (diff)
downloadchromium_src-f79cf7fc975a2a01c848ab8b8b49425de29556bb.zip
chromium_src-f79cf7fc975a2a01c848ab8b8b49425de29556bb.tar.gz
chromium_src-f79cf7fc975a2a01c848ab8b8b49425de29556bb.tar.bz2
*_views.cc files were not getting re-included in the gyp Windows build.
BUG=none TEST=none Review URL: http://codereview.chromium.org/115821 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17003 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/chrome.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 3de9109..a3366ed 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -42,7 +42,7 @@
],
}],
['OS=="win"', {'sources/': [
- ['include', '_(win)(_unittest)?\\.cc$'],
+ ['include', '_(views|win)(_unittest)?\\.cc$'],
['include', '/win/'],
['include', '/(views|win)_[^/]*\\.cc$'],
]}],