summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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$'],
]}],