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

Side by Side Diff: ipc/ipc.gyp

Issue 2821028: Up the warnings in ipc (take 2)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ipc/ipc_channel_posix.cc » ('j') | ipc/ipc_logging.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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': {
7 'chromium_code': 1,
8 },
6 'target_defaults': { 9 'target_defaults': {
7 'sources/': [ 10 'sources/': [
8 ['exclude', '/win/'], 11 ['exclude', '/win/'],
9 ['exclude', '_(posix|win)(_unittest)?\\.(cc|mm?)$'], 12 ['exclude', '_(posix|win)(_unittest)?\\.(cc|mm?)$'],
10 ['exclude', '/win_[^/]*\\.cc$'], 13 ['exclude', '/win_[^/]*\\.cc$'],
11 ], 14 ],
12 'conditions': [ 15 'conditions': [
13 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {'sources/': [ 16 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {'sources/': [
14 ['include', '_posix(_unittest)?\\.cc$'], 17 ['include', '_posix(_unittest)?\\.cc$'],
15 ]}], 18 ]}],
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 ], 73 ],
71 }, 74 },
72 ], 75 ],
73 } 76 }
74 77
75 # Local Variables: 78 # Local Variables:
76 # tab-width:2 79 # tab-width:2
77 # indent-tabs-mode:nil 80 # indent-tabs-mode:nil
78 # End: 81 # End:
79 # vim: set expandtab tabstop=2 shiftwidth=2: 82 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | ipc/ipc_channel_posix.cc » ('j') | ipc/ipc_logging.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698