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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 6289009: [Mac] Implement the system dictionary popup by implementing NSTextInput methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address jam@ comments Created 9 years, 9 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
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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 236 'renderer/spellchecker/spellcheck_provider.cc',
237 'renderer/spellchecker/spellcheck_provider.h', 237 'renderer/spellchecker/spellcheck_provider.h',
238 'renderer/spellchecker/spellcheck.cc', 238 'renderer/spellchecker/spellcheck.cc',
239 'renderer/spellchecker/spellcheck.h', 239 'renderer/spellchecker/spellcheck.h',
240 'renderer/spellchecker/spellcheck_worditerator.cc', 240 'renderer/spellchecker/spellcheck_worditerator.cc',
241 'renderer/spellchecker/spellcheck_worditerator.h', 241 'renderer/spellchecker/spellcheck_worditerator.h',
242 'renderer/translate_helper.cc', 242 'renderer/translate_helper.cc',
243 'renderer/translate_helper.h', 243 'renderer/translate_helper.h',
244 'renderer/text_input_client_observer.cc',
245 'renderer/text_input_client_observer.h',
244 'renderer/user_script_idle_scheduler.cc', 246 'renderer/user_script_idle_scheduler.cc',
245 'renderer/user_script_idle_scheduler.h', 247 'renderer/user_script_idle_scheduler.h',
246 'renderer/user_script_slave.cc', 248 'renderer/user_script_slave.cc',
247 'renderer/user_script_slave.h', 249 'renderer/user_script_slave.h',
248 'renderer/visitedlink_slave.cc', 250 'renderer/visitedlink_slave.cc',
249 'renderer/visitedlink_slave.h', 251 'renderer/visitedlink_slave.h',
250 'renderer/web_ui_bindings.cc', 252 'renderer/web_ui_bindings.cc',
251 'renderer/web_ui_bindings.h', 253 'renderer/web_ui_bindings.h',
252 'renderer/webgraphicscontext3d_command_buffer_impl.cc', 254 'renderer/webgraphicscontext3d_command_buffer_impl.cc',
253 'renderer/webgraphicscontext3d_command_buffer_impl.h', 255 'renderer/webgraphicscontext3d_command_buffer_impl.h',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 ], 373 ],
372 }, 374 },
373 ], 375 ],
374 } 376 }
375 377
376 # Local Variables: 378 # Local Variables:
377 # tab-width:2 379 # tab-width:2
378 # indent-tabs-mode:nil 380 # indent-tabs-mode:nil
379 # End: 381 # End:
380 # vim: set expandtab tabstop=2 shiftwidth=2: 382 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698