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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « ash/ash.gyp ('k') | base/base.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 ['win_use_allocator_shim==1', { 785 ['win_use_allocator_shim==1', {
786 'dependencies': [ 786 'dependencies': [
787 'allocator/allocator.gyp:allocator', 787 'allocator/allocator.gyp:allocator',
788 ], 788 ],
789 }], 789 }],
790 ], 790 ],
791 }, { # OS != "win" 791 }, { # OS != "win"
792 'dependencies': [ 792 'dependencies': [
793 '../third_party/libevent/libevent.gyp:libevent' 793 '../third_party/libevent/libevent.gyp:libevent'
794 ], 794 ],
795 'sources/': [
796 ['exclude', '^win/'],
797 ],
798 'sources!': [
799 'win/win_util_unittest.cc',
800 ],
801 }], 795 }],
802 ['use_aura==1 and use_x11==1', { 796 ['use_aura==1 and use_x11==1', {
803 'sources': [ 797 'sources': [
804 'x11/edid_parser_x11_unittest.cc', 798 'x11/edid_parser_x11_unittest.cc',
805 ], 799 ],
806 }], 800 }],
807 ['use_system_nspr==1', { 801 ['use_system_nspr==1', {
808 'dependencies': [ 802 'dependencies': [
809 'third_party/nspr/nspr.gyp:nspr', 803 'third_party/nspr/nspr.gyp:nspr',
810 ], 804 ],
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
1422 'base_unittests.isolate', 1416 'base_unittests.isolate',
1423 ], 1417 ],
1424 'sources': [ 1418 'sources': [
1425 'base_unittests.isolate', 1419 'base_unittests.isolate',
1426 ], 1420 ],
1427 }, 1421 },
1428 ], 1422 ],
1429 }], 1423 }],
1430 ], 1424 ],
1431 } 1425 }
OLDNEW
« 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