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 2540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2551 ['exclude', 'browser/policy/user_policy_signin_service_factory.h'], | 2551 ['exclude', 'browser/policy/user_policy_signin_service_factory.h'], |
2552 ['exclude', 'browser/speech/extension_api/tts_extension_api_linux.cc
'], | 2552 ['exclude', 'browser/speech/extension_api/tts_extension_api_linux.cc
'], |
2553 ['exclude', 'browser/system_monitor/removable_device_notifications_l
inux.cc'], | 2553 ['exclude', 'browser/system_monitor/removable_device_notifications_l
inux.cc'], |
2554 ['exclude', 'browser/system_monitor/removable_device_notifications_l
inux.h'], | 2554 ['exclude', 'browser/system_monitor/removable_device_notifications_l
inux.h'], |
2555 ['exclude', 'browser/ui/webui/help/version_updater_basic.cc'], | 2555 ['exclude', 'browser/ui/webui/help/version_updater_basic.cc'], |
2556 ['exclude', 'browser/ui/webui/help/version_updater_basic.h'], | 2556 ['exclude', 'browser/ui/webui/help/version_updater_basic.h'], |
2557 ['exclude', 'browser/upgrade_detector_impl.cc'], | 2557 ['exclude', 'browser/upgrade_detector_impl.cc'], |
2558 ['exclude', 'browser/upgrade_detector_impl.h'], | 2558 ['exclude', 'browser/upgrade_detector_impl.h'], |
2559 ], | 2559 ], |
2560 }], | 2560 }], |
2561 ['use_ibus==1', { | |
2562 'dependencies': [ | |
2563 '../build/linux/system.gyp:ibus', | |
2564 ], | |
2565 }], | |
2566 ['use_cups==1', { | 2561 ['use_cups==1', { |
2567 'dependencies': [ | 2562 'dependencies': [ |
2568 '../printing/printing.gyp:cups', | 2563 '../printing/printing.gyp:cups', |
2569 ], | 2564 ], |
2570 }], | 2565 }], |
2571 ['use_gnome_keyring==0', { | 2566 ['use_gnome_keyring==0', { |
2572 'sources!': [ | 2567 'sources!': [ |
2573 'browser/password_manager/native_backend_gnome_x.cc', | 2568 'browser/password_manager/native_backend_gnome_x.cc', |
2574 'browser/password_manager/native_backend_gnome_x.h', | 2569 'browser/password_manager/native_backend_gnome_x.h', |
2575 ], | 2570 ], |
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3131 'variables': { | 3126 'variables': { |
3132 'jni_gen_dir': 'chrome', | 3127 'jni_gen_dir': 'chrome', |
3133 }, | 3128 }, |
3134 'includes': [ '../build/jni_generator.gypi' ], | 3129 'includes': [ '../build/jni_generator.gypi' ], |
3135 }, | 3130 }, |
3136 ], | 3131 ], |
3137 }, | 3132 }, |
3138 ], | 3133 ], |
3139 ], | 3134 ], |
3140 } | 3135 } |
OLD | NEW |