Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(844)

Unified Diff: base/base.gyp

Issue 141703005: Remove all exclude rules that filename_rules.gypi already handles. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash.gyp ('k') | base/base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 63306cd26cd7306a7ff28a980215260e1c8a97ee..8bec0020d07a78b1f5df9a7479c7ac45dd2af532 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -792,12 +792,6 @@
'dependencies': [
'../third_party/libevent/libevent.gyp:libevent'
],
- 'sources/': [
- ['exclude', '^win/'],
- ],
- 'sources!': [
- 'win/win_util_unittest.cc',
- ],
}],
['use_aura==1 and use_x11==1', {
'sources': [
« no previous file with comments | « ash/ash.gyp ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698