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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 6392045: Integrating Mac OS Grammar checker into Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated to ToT Created 9 years, 10 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 | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'renderer', 8 'target_name': 'renderer',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '9301A569-5D2B-4D11-9332-B1E30AEACB8D', 10 'msvs_guid': '9301A569-5D2B-4D11-9332-B1E30AEACB8D',
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 'renderer/safe_browsing/scorer.cc', 226 'renderer/safe_browsing/scorer.cc',
227 'renderer/safe_browsing/scorer.h', 227 'renderer/safe_browsing/scorer.h',
228 'renderer/search_extension.cc', 228 'renderer/search_extension.cc',
229 'renderer/search_extension.h', 229 'renderer/search_extension.h',
230 'renderer/searchbox.cc', 230 'renderer/searchbox.cc',
231 'renderer/searchbox.h', 231 'renderer/searchbox.h',
232 'renderer/searchbox_extension.cc', 232 'renderer/searchbox_extension.cc',
233 'renderer/searchbox_extension.h', 233 'renderer/searchbox_extension.h',
234 'renderer/speech_input_dispatcher.cc', 234 'renderer/speech_input_dispatcher.cc',
235 'renderer/speech_input_dispatcher.h', 235 'renderer/speech_input_dispatcher.h',
236 'renderer/spellchecker/spellcheck_provider.cc',
237 'renderer/spellchecker/spellcheck_provider.h',
236 'renderer/spellchecker/spellcheck.cc', 238 'renderer/spellchecker/spellcheck.cc',
237 'renderer/spellchecker/spellcheck.h', 239 'renderer/spellchecker/spellcheck.h',
238 'renderer/spellchecker/spellcheck_worditerator.cc', 240 'renderer/spellchecker/spellcheck_worditerator.cc',
239 'renderer/spellchecker/spellcheck_worditerator.h', 241 'renderer/spellchecker/spellcheck_worditerator.h',
240 'renderer/translate_helper.cc', 242 'renderer/translate_helper.cc',
241 'renderer/translate_helper.h', 243 'renderer/translate_helper.h',
242 'renderer/user_script_idle_scheduler.cc', 244 'renderer/user_script_idle_scheduler.cc',
243 'renderer/user_script_idle_scheduler.h', 245 'renderer/user_script_idle_scheduler.h',
244 'renderer/user_script_slave.cc', 246 'renderer/user_script_slave.cc',
245 'renderer/user_script_slave.h', 247 'renderer/user_script_slave.h',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 ], 371 ],
370 }, 372 },
371 ], 373 ],
372 } 374 }
373 375
374 # Local Variables: 376 # Local Variables:
375 # tab-width:2 377 # tab-width:2
376 # indent-tabs-mode:nil 378 # indent-tabs-mode:nil
377 # End: 379 # End:
378 # vim: set expandtab tabstop=2 shiftwidth=2: 380 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698