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

Side by Side Diff: ipc/ipc.gyp

Issue 372075: Use renderer spellchecker for windows. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: inline Created 11 years, 1 month 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 | « chrome/renderer/spellchecker/spellcheck.cc ('k') | ipc/ipc_platform_file.h » ('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) 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 'target_defaults': { 6 'target_defaults': {
7 'sources/': [ 7 'sources/': [
8 ['exclude', '/win/'], 8 ['exclude', '/win/'],
9 ['exclude', '_(posix|win)(_unittest)?\\.(cc|mm?)$'], 9 ['exclude', '_(posix|win)(_unittest)?\\.(cc|mm?)$'],
10 ['exclude', '/win_[^/]*\\.cc$'], 10 ['exclude', '/win_[^/]*\\.cc$'],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'ipc_channel_win.cc', 45 'ipc_channel_win.cc',
46 'ipc_channel_win.h', 46 'ipc_channel_win.h',
47 'ipc_descriptors.h', 47 'ipc_descriptors.h',
48 'ipc_logging.cc', 48 'ipc_logging.cc',
49 'ipc_logging.h', 49 'ipc_logging.h',
50 'ipc_message.cc', 50 'ipc_message.cc',
51 'ipc_message.h', 51 'ipc_message.h',
52 'ipc_message_macros.h', 52 'ipc_message_macros.h',
53 'ipc_message_utils.cc', 53 'ipc_message_utils.cc',
54 'ipc_message_utils.h', 54 'ipc_message_utils.h',
55 'ipc_platform_file.h',
55 'ipc_switches.cc', 56 'ipc_switches.cc',
56 'ipc_switches.h', 57 'ipc_switches.h',
57 'ipc_sync_channel.cc', 58 'ipc_sync_channel.cc',
58 'ipc_sync_channel.h', 59 'ipc_sync_channel.h',
59 'ipc_sync_message.cc', 60 'ipc_sync_message.cc',
60 'ipc_sync_message.h', 61 'ipc_sync_message.h',
61 ], 62 ],
62 'direct_dependent_settings': { 63 'direct_dependent_settings': {
63 'include_dirs': [ 64 'include_dirs': [
64 '..', 65 '..',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 ], 104 ],
104 }, 105 },
105 ] 106 ]
106 } 107 }
107 108
108 # Local Variables: 109 # Local Variables:
109 # tab-width:2 110 # tab-width:2
110 # indent-tabs-mode:nil 111 # indent-tabs-mode:nil
111 # End: 112 # End:
112 # vim: set expandtab tabstop=2 shiftwidth=2: 113 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/renderer/spellchecker/spellcheck.cc ('k') | ipc/ipc_platform_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698