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

Side by Side Diff: chrome/chrome.gyp

Issue 397017: reland 31875. Revert was:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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 2106 matching lines...) Expand 10 before | Expand all | Expand 10 after
2117 'browser/sessions/session_types.cc', 2117 'browser/sessions/session_types.cc',
2118 'browser/sessions/session_types.h', 2118 'browser/sessions/session_types.h',
2119 'browser/sessions/tab_restore_service.cc', 2119 'browser/sessions/tab_restore_service.cc',
2120 'browser/sessions/tab_restore_service.h', 2120 'browser/sessions/tab_restore_service.h',
2121 'browser/shell_dialogs.h', 2121 'browser/shell_dialogs.h',
2122 'browser/shell_integration.cc', 2122 'browser/shell_integration.cc',
2123 'browser/shell_integration.h', 2123 'browser/shell_integration.h',
2124 'browser/shell_integration_mac.mm', 2124 'browser/shell_integration_mac.mm',
2125 'browser/shell_integration_linux.cc', 2125 'browser/shell_integration_linux.cc',
2126 'browser/shell_integration_win.cc', 2126 'browser/shell_integration_win.cc',
2127 'browser/spellcheck_host.cc',
2128 'browser/spellcheck_host.h',
2127 'browser/spellcheck_worditerator.cc', 2129 'browser/spellcheck_worditerator.cc',
2128 'browser/spellcheck_worditerator.h', 2130 'browser/spellcheck_worditerator.h',
2129 'browser/spellchecker.cc', 2131 'browser/spellchecker.cc',
2130 'browser/spellchecker.h', 2132 'browser/spellchecker.h',
2131 'browser/spellchecker_common.h', 2133 'browser/spellchecker_common.h',
2132 'browser/spellchecker_linux.cc', 2134 'browser/spellchecker_linux.cc',
2133 'browser/spellchecker_mac.mm', 2135 'browser/spellchecker_mac.mm',
2134 'browser/spellchecker_platform_engine.h', 2136 'browser/spellchecker_platform_engine.h',
2135 'browser/spellchecker_win.cc', 2137 'browser/spellchecker_win.cc',
2136 'browser/ssl/ssl_blocking_page.cc', 2138 'browser/ssl/ssl_blocking_page.cc',
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
2559 'browser/views/extensions/extension_shelf.h', 2561 'browser/views/extensions/extension_shelf.h',
2560 'browser/views/extensions/extension_view.cc', 2562 'browser/views/extensions/extension_view.cc',
2561 'browser/views/extensions/extension_view.h', 2563 'browser/views/extensions/extension_view.h',
2562 # Windows-specific files. 2564 # Windows-specific files.
2563 'browser/password_manager/password_store_win.cc', 2565 'browser/password_manager/password_store_win.cc',
2564 'browser/password_manager/password_store_win.h', 2566 'browser/password_manager/password_store_win.h',
2565 ], 2567 ],
2566 'sources': [ 2568 'sources': [
2567 'browser/crash_handler_host_linux.h', 2569 'browser/crash_handler_host_linux.h',
2568 'browser/net/ssl_config_service_manager_pref.cc', 2570 'browser/net/ssl_config_service_manager_pref.cc',
2569 'browser/spellcheck_host.cc',
2570 'browser/spellcheck_host.h',
2571 ], 2571 ],
2572 'sources/': [ 2572 'sources/': [
2573 # Exclude most of printing. 2573 # Exclude most of printing.
2574 ['exclude', '^browser/printing/'], 2574 ['exclude', '^browser/printing/'],
2575 ['include', '^browser/printing/page_(number|range|setup)\\.cc$'], 2575 ['include', '^browser/printing/page_(number|range|setup)\\.cc$'],
2576 ], 2576 ],
2577 'conditions': [ 2577 'conditions': [
2578 ['linux_breakpad==1', { 2578 ['linux_breakpad==1', {
2579 'sources': [ 2579 'sources': [
2580 'app/breakpad_linux.cc', 2580 'app/breakpad_linux.cc',
(...skipping 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
3371 'renderer/renderer_webkitclient_impl.cc', 3371 'renderer/renderer_webkitclient_impl.cc',
3372 'renderer/renderer_webkitclient_impl.h', 3372 'renderer/renderer_webkitclient_impl.h',
3373 'renderer/renderer_webstoragearea_impl.cc', 3373 'renderer/renderer_webstoragearea_impl.cc',
3374 'renderer/renderer_webstoragearea_impl.h', 3374 'renderer/renderer_webstoragearea_impl.h',
3375 'renderer/renderer_webstoragenamespace_impl.cc', 3375 'renderer/renderer_webstoragenamespace_impl.cc',
3376 'renderer/renderer_webstoragenamespace_impl.h', 3376 'renderer/renderer_webstoragenamespace_impl.h',
3377 'renderer/renderer_web_database_observer.cc', 3377 'renderer/renderer_web_database_observer.cc',
3378 'renderer/renderer_web_database_observer.h', 3378 'renderer/renderer_web_database_observer.h',
3379 'renderer/socket_stream_dispatcher.cc', 3379 'renderer/socket_stream_dispatcher.cc',
3380 'renderer/socket_stream_dispatcher.h', 3380 'renderer/socket_stream_dispatcher.h',
3381 'renderer/spellchecker/spellcheck.cc',
3382 'renderer/spellchecker/spellcheck.h',
3383 'renderer/spellchecker/spellcheck_worditerator.cc',
3384 'renderer/spellchecker/spellcheck_worditerator.h',
3381 'renderer/user_script_idle_scheduler.cc', 3385 'renderer/user_script_idle_scheduler.cc',
3382 'renderer/user_script_idle_scheduler.h', 3386 'renderer/user_script_idle_scheduler.h',
3383 'renderer/user_script_slave.cc', 3387 'renderer/user_script_slave.cc',
3384 'renderer/user_script_slave.h', 3388 'renderer/user_script_slave.h',
3385 'renderer/visitedlink_slave.cc', 3389 'renderer/visitedlink_slave.cc',
3386 'renderer/visitedlink_slave.h', 3390 'renderer/visitedlink_slave.h',
3387 'renderer/webplugin_delegate_proxy.cc', 3391 'renderer/webplugin_delegate_proxy.cc',
3388 'renderer/webplugin_delegate_proxy.h', 3392 'renderer/webplugin_delegate_proxy.h',
3389 'renderer/webplugin_delegate_pepper.cc', 3393 'renderer/webplugin_delegate_pepper.cc',
3390 'renderer/webplugin_delegate_pepper.h', 3394 'renderer/webplugin_delegate_pepper.h',
(...skipping 16 matching lines...) Expand all
3407 'dependencies': [ 3411 'dependencies': [
3408 'nacl', 3412 'nacl',
3409 ], 3413 ],
3410 }], 3414 }],
3411 # Linux-specific rules. 3415 # Linux-specific rules.
3412 ['OS=="linux"', { 3416 ['OS=="linux"', {
3413 'dependencies': [ 3417 'dependencies': [
3414 '../build/linux/system.gyp:gtk', 3418 '../build/linux/system.gyp:gtk',
3415 '../sandbox/sandbox.gyp:sandbox', 3419 '../sandbox/sandbox.gyp:sandbox',
3416 ], 3420 ],
3417 'sources': [
3418 'renderer/spellchecker/spellcheck.cc',
3419 'renderer/spellchecker/spellcheck.h',
3420 'renderer/spellchecker/spellcheck_worditerator.cc',
3421 'renderer/spellchecker/spellcheck_worditerator.h',
3422 ],
3423 }], 3421 }],
3424 # Windows-specific rules. 3422 # Windows-specific rules.
3425 ['OS=="win"', { 3423 ['OS=="win"', {
3426 'include_dirs': [ 3424 'include_dirs': [
3427 'third_party/wtl/include', 3425 'third_party/wtl/include',
3428 ], 3426 ],
3429 'dependencies': [ 3427 'dependencies': [
3430 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', 3428 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
3431 ], 3429 ],
3432 'export_dependent_settings': [ 3430 'export_dependent_settings': [
3433 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', 3431 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
3434 ], 3432 ],
3435 },], 3433 },],
3434 # Mac-specific rules.
3435 ['OS=="mac"', {
3436 'sources!': [
3437 'renderer/spellchecker/spellcheck.cc',
3438 'renderer/spellchecker/spellcheck.h',
3439 'renderer/spellchecker/spellcheck_worditerator.cc',
3440 'renderer/spellchecker/spellcheck_worditerator.h',
3441 ],
3442 },],
3436 ], 3443 ],
3437 }, 3444 },
3438 { 3445 {
3439 'target_name': 'utility', 3446 'target_name': 'utility',
3440 'type': '<(library)', 3447 'type': '<(library)',
3441 'msvs_guid': '4D2B38E6-65FF-4F97-B88A-E441DF54EBF7', 3448 'msvs_guid': '4D2B38E6-65FF-4F97-B88A-E441DF54EBF7',
3442 'dependencies': [ 3449 'dependencies': [
3443 '../base/base.gyp:base', 3450 '../base/base.gyp:base',
3444 '../skia/skia.gyp:skia', 3451 '../skia/skia.gyp:skia',
3445 ], 3452 ],
(...skipping 3607 matching lines...) Expand 10 before | Expand all | Expand 10 after
7053 ] 7060 ]
7054 }], 7061 }],
7055 ], # 'conditions' 7062 ], # 'conditions'
7056 } 7063 }
7057 7064
7058 # Local Variables: 7065 # Local Variables:
7059 # tab-width:2 7066 # tab-width:2
7060 # indent-tabs-mode:nil 7067 # indent-tabs-mode:nil
7061 # End: 7068 # End:
7062 # vim: set expandtab tabstop=2 shiftwidth=2: 7069 # 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