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

Side by Side Diff: chrome/chrome.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/browser/spellcheck_host.cc ('k') | chrome/common/notification_type.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 2100 matching lines...) Expand 10 before | Expand all | Expand 10 after
2111 'browser/sessions/session_types.cc', 2111 'browser/sessions/session_types.cc',
2112 'browser/sessions/session_types.h', 2112 'browser/sessions/session_types.h',
2113 'browser/sessions/tab_restore_service.cc', 2113 'browser/sessions/tab_restore_service.cc',
2114 'browser/sessions/tab_restore_service.h', 2114 'browser/sessions/tab_restore_service.h',
2115 'browser/shell_dialogs.h', 2115 'browser/shell_dialogs.h',
2116 'browser/shell_integration.cc', 2116 'browser/shell_integration.cc',
2117 'browser/shell_integration.h', 2117 'browser/shell_integration.h',
2118 'browser/shell_integration_mac.mm', 2118 'browser/shell_integration_mac.mm',
2119 'browser/shell_integration_linux.cc', 2119 'browser/shell_integration_linux.cc',
2120 'browser/shell_integration_win.cc', 2120 'browser/shell_integration_win.cc',
2121 'browser/spellcheck_host.cc',
2122 'browser/spellcheck_host.h',
2121 'browser/spellcheck_worditerator.cc', 2123 'browser/spellcheck_worditerator.cc',
2122 'browser/spellcheck_worditerator.h', 2124 'browser/spellcheck_worditerator.h',
2123 'browser/spellchecker.cc', 2125 'browser/spellchecker.cc',
2124 'browser/spellchecker.h', 2126 'browser/spellchecker.h',
2125 'browser/spellchecker_common.h', 2127 'browser/spellchecker_common.h',
2126 'browser/spellchecker_linux.cc', 2128 'browser/spellchecker_linux.cc',
2127 'browser/spellchecker_mac.mm', 2129 'browser/spellchecker_mac.mm',
2128 'browser/spellchecker_platform_engine.h', 2130 'browser/spellchecker_platform_engine.h',
2129 'browser/spellchecker_win.cc', 2131 'browser/spellchecker_win.cc',
2130 'browser/ssl/ssl_blocking_page.cc', 2132 'browser/ssl/ssl_blocking_page.cc',
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
2553 'browser/views/extensions/extension_shelf.h', 2555 'browser/views/extensions/extension_shelf.h',
2554 'browser/views/extensions/extension_view.cc', 2556 'browser/views/extensions/extension_view.cc',
2555 'browser/views/extensions/extension_view.h', 2557 'browser/views/extensions/extension_view.h',
2556 # Windows-specific files. 2558 # Windows-specific files.
2557 'browser/password_manager/password_store_win.cc', 2559 'browser/password_manager/password_store_win.cc',
2558 'browser/password_manager/password_store_win.h', 2560 'browser/password_manager/password_store_win.h',
2559 ], 2561 ],
2560 'sources': [ 2562 'sources': [
2561 'browser/crash_handler_host_linux.h', 2563 'browser/crash_handler_host_linux.h',
2562 'browser/net/ssl_config_service_manager_pref.cc', 2564 'browser/net/ssl_config_service_manager_pref.cc',
2563 'browser/spellcheck_host.cc',
2564 'browser/spellcheck_host.h',
2565 ], 2565 ],
2566 'sources/': [ 2566 'sources/': [
2567 # Exclude most of printing. 2567 # Exclude most of printing.
2568 ['exclude', '^browser/printing/'], 2568 ['exclude', '^browser/printing/'],
2569 ['include', '^browser/printing/page_(number|range|setup)\\.cc$'], 2569 ['include', '^browser/printing/page_(number|range|setup)\\.cc$'],
2570 ], 2570 ],
2571 'conditions': [ 2571 'conditions': [
2572 ['linux_breakpad==1', { 2572 ['linux_breakpad==1', {
2573 'sources': [ 2573 'sources': [
2574 'app/breakpad_linux.cc', 2574 'app/breakpad_linux.cc',
(...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after
3372 'renderer/renderer_webkitclient_impl.cc', 3372 'renderer/renderer_webkitclient_impl.cc',
3373 'renderer/renderer_webkitclient_impl.h', 3373 'renderer/renderer_webkitclient_impl.h',
3374 'renderer/renderer_webstoragearea_impl.cc', 3374 'renderer/renderer_webstoragearea_impl.cc',
3375 'renderer/renderer_webstoragearea_impl.h', 3375 'renderer/renderer_webstoragearea_impl.h',
3376 'renderer/renderer_webstoragenamespace_impl.cc', 3376 'renderer/renderer_webstoragenamespace_impl.cc',
3377 'renderer/renderer_webstoragenamespace_impl.h', 3377 'renderer/renderer_webstoragenamespace_impl.h',
3378 'renderer/renderer_web_database_observer.cc', 3378 'renderer/renderer_web_database_observer.cc',
3379 'renderer/renderer_web_database_observer.h', 3379 'renderer/renderer_web_database_observer.h',
3380 'renderer/socket_stream_dispatcher.cc', 3380 'renderer/socket_stream_dispatcher.cc',
3381 'renderer/socket_stream_dispatcher.h', 3381 'renderer/socket_stream_dispatcher.h',
3382 'renderer/spellchecker/spellcheck.cc',
3383 'renderer/spellchecker/spellcheck.h',
3384 'renderer/spellchecker/spellcheck_worditerator.cc',
3385 'renderer/spellchecker/spellcheck_worditerator.h',
3382 'renderer/user_script_idle_scheduler.cc', 3386 'renderer/user_script_idle_scheduler.cc',
3383 'renderer/user_script_idle_scheduler.h', 3387 'renderer/user_script_idle_scheduler.h',
3384 'renderer/user_script_slave.cc', 3388 'renderer/user_script_slave.cc',
3385 'renderer/user_script_slave.h', 3389 'renderer/user_script_slave.h',
3386 'renderer/visitedlink_slave.cc', 3390 'renderer/visitedlink_slave.cc',
3387 'renderer/visitedlink_slave.h', 3391 'renderer/visitedlink_slave.h',
3388 'renderer/webplugin_delegate_proxy.cc', 3392 'renderer/webplugin_delegate_proxy.cc',
3389 'renderer/webplugin_delegate_proxy.h', 3393 'renderer/webplugin_delegate_proxy.h',
3390 'renderer/webplugin_delegate_pepper.cc', 3394 'renderer/webplugin_delegate_pepper.cc',
3391 'renderer/webplugin_delegate_pepper.h', 3395 'renderer/webplugin_delegate_pepper.h',
(...skipping 16 matching lines...) Expand all
3408 'dependencies': [ 3412 'dependencies': [
3409 'nacl', 3413 'nacl',
3410 ], 3414 ],
3411 }], 3415 }],
3412 # Linux-specific rules. 3416 # Linux-specific rules.
3413 ['OS=="linux"', { 3417 ['OS=="linux"', {
3414 'dependencies': [ 3418 'dependencies': [
3415 '../build/linux/system.gyp:gtk', 3419 '../build/linux/system.gyp:gtk',
3416 '../sandbox/sandbox.gyp:sandbox', 3420 '../sandbox/sandbox.gyp:sandbox',
3417 ], 3421 ],
3418 'sources': [
3419 'renderer/spellchecker/spellcheck.cc',
3420 'renderer/spellchecker/spellcheck.h',
3421 'renderer/spellchecker/spellcheck_worditerator.cc',
3422 'renderer/spellchecker/spellcheck_worditerator.h',
3423 ],
3424 }], 3422 }],
3425 # Windows-specific rules. 3423 # Windows-specific rules.
3426 ['OS=="win"', { 3424 ['OS=="win"', {
3427 'include_dirs': [ 3425 'include_dirs': [
3428 'third_party/wtl/include', 3426 'third_party/wtl/include',
3429 ], 3427 ],
3430 'dependencies': [ 3428 'dependencies': [
3431 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', 3429 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
3432 ], 3430 ],
3433 'export_dependent_settings': [ 3431 'export_dependent_settings': [
3434 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', 3432 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
3435 ], 3433 ],
3436 },], 3434 },],
3435 # Mac-specific rules.
3436 ['OS=="mac"', {
3437 'sources!': [
3438 'renderer/spellchecker/spellcheck.cc',
3439 'renderer/spellchecker/spellcheck.h',
3440 'renderer/spellchecker/spellcheck_worditerator.cc',
3441 'renderer/spellchecker/spellcheck_worditerator.h',
3442 ],
3443 },],
3437 ], 3444 ],
3438 }, 3445 },
3439 { 3446 {
3440 'target_name': 'utility', 3447 'target_name': 'utility',
3441 'type': '<(library)', 3448 'type': '<(library)',
3442 'msvs_guid': '4D2B38E6-65FF-4F97-B88A-E441DF54EBF7', 3449 'msvs_guid': '4D2B38E6-65FF-4F97-B88A-E441DF54EBF7',
3443 'dependencies': [ 3450 'dependencies': [
3444 '../base/base.gyp:base', 3451 '../base/base.gyp:base',
3445 '../skia/skia.gyp:skia', 3452 '../skia/skia.gyp:skia',
3446 ], 3453 ],
(...skipping 3614 matching lines...) Expand 10 before | Expand all | Expand 10 after
7061 ] 7068 ]
7062 }], 7069 }],
7063 ], # 'conditions' 7070 ], # 'conditions'
7064 } 7071 }
7065 7072
7066 # Local Variables: 7073 # Local Variables:
7067 # tab-width:2 7074 # tab-width:2
7068 # indent-tabs-mode:nil 7075 # indent-tabs-mode:nil
7069 # End: 7076 # End:
7070 # vim: set expandtab tabstop=2 shiftwidth=2: 7077 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/spellcheck_host.cc ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698