OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |