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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 20794002: Creates a flag to enable/disable spellchecker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try again Created 7 years, 4 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2475 matching lines...) Expand 10 before | Expand all | Expand 10 after
2486 ['enable_background==0', { 2486 ['enable_background==0', {
2487 'sources/': [ 2487 'sources/': [
2488 ['exclude', '^browser/background/'], 2488 ['exclude', '^browser/background/'],
2489 ], 2489 ],
2490 }], 2490 }],
2491 ['enable_task_manager==0', { 2491 ['enable_task_manager==0', {
2492 'sources/': [ 2492 'sources/': [
2493 ['exclude', '^browser/task_manager/'], 2493 ['exclude', '^browser/task_manager/'],
2494 ], 2494 ],
2495 }], 2495 }],
2496 ['enable_spellcheck==0', {
2497 'sources/': [
2498 ['exclude', '^browser/spellchecker/'],
2499 ],
2500 }],
2496 ['disable_nacl==0', { 2501 ['disable_nacl==0', {
2497 'sources': [ 2502 'sources': [
2498 'browser/nacl_host/nacl_broker_host_win.cc', 2503 'browser/nacl_host/nacl_broker_host_win.cc',
2499 'browser/nacl_host/nacl_broker_host_win.h', 2504 'browser/nacl_host/nacl_broker_host_win.h',
2500 'browser/nacl_host/nacl_broker_service_win.cc', 2505 'browser/nacl_host/nacl_broker_service_win.cc',
2501 'browser/nacl_host/nacl_broker_service_win.h', 2506 'browser/nacl_host/nacl_broker_service_win.h',
2502 'browser/nacl_host/nacl_browser.cc', 2507 'browser/nacl_host/nacl_browser.cc',
2503 'browser/nacl_host/nacl_browser.h', 2508 'browser/nacl_host/nacl_browser.h',
2504 'browser/nacl_host/nacl_browser_delegate_impl.cc', 2509 'browser/nacl_host/nacl_browser_delegate_impl.cc',
2505 'browser/nacl_host/nacl_browser_delegate_impl.h', 2510 'browser/nacl_host/nacl_browser_delegate_impl.h',
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
3366 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3371 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3367 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3372 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3368 }, 3373 },
3369 'includes': [ '../build/android/java_cpp_template.gypi' ], 3374 'includes': [ '../build/android/java_cpp_template.gypi' ],
3370 }, 3375 },
3371 ], 3376 ],
3372 }, 3377 },
3373 ], 3378 ],
3374 ], 3379 ],
3375 } 3380 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/profile_sync_components_factory_impl.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698