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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11896029: Remove use_ibus variable from gyp file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | ui/ui.gyp » ('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 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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2341 matching lines...) Expand 10 before | Expand all | Expand 10 after
2352 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.cc'], 2352 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.cc'],
2353 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.h'], 2353 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.h'],
2354 ['exclude', 'browser/ui/views/frame/browser_desktop_root_window_host _linux.cc'], 2354 ['exclude', 'browser/ui/views/frame/browser_desktop_root_window_host _linux.cc'],
2355 ['exclude', 'browser/ui/views/frame/browser_desktop_root_window_host _linux.h'], 2355 ['exclude', 'browser/ui/views/frame/browser_desktop_root_window_host _linux.h'],
2356 ['exclude', 'browser/ui/webui/help/version_updater_basic.cc'], 2356 ['exclude', 'browser/ui/webui/help/version_updater_basic.cc'],
2357 ['exclude', 'browser/ui/webui/help/version_updater_basic.h'], 2357 ['exclude', 'browser/ui/webui/help/version_updater_basic.h'],
2358 ['exclude', 'browser/upgrade_detector_impl.cc'], 2358 ['exclude', 'browser/upgrade_detector_impl.cc'],
2359 ['exclude', 'browser/upgrade_detector_impl.h'], 2359 ['exclude', 'browser/upgrade_detector_impl.h'],
2360 ], 2360 ],
2361 }], 2361 }],
2362 ['use_ibus==1', {
2363 'dependencies': [
2364 '../build/linux/system.gyp:ibus',
2365 ],
2366 }],
2367 ['use_cups==1', { 2362 ['use_cups==1', {
2368 'dependencies': [ 2363 'dependencies': [
2369 '../printing/printing.gyp:cups', 2364 '../printing/printing.gyp:cups',
2370 ], 2365 ],
2371 }], 2366 }],
2372 ['use_gconf==0', { 2367 ['use_gconf==0', {
2373 'sources!': [ 2368 'sources!': [
2374 'browser/ui/gtk/gconf_titlebar_listener.cc', 2369 'browser/ui/gtk/gconf_titlebar_listener.cc',
2375 'browser/ui/gtk/gconf_titlebar_listener.h', 2370 'browser/ui/gtk/gconf_titlebar_listener.h',
2376 ], 2371 ],
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
2801 }], 2796 }],
2802 ['enable_message_center==1', { 2797 ['enable_message_center==1', {
2803 'dependencies': [ 2798 'dependencies': [
2804 '../ui/message_center/message_center.gyp:message_center', 2799 '../ui/message_center/message_center.gyp:message_center',
2805 ], 2800 ],
2806 }], 2801 }],
2807 ], 2802 ],
2808 }, 2803 },
2809 ], 2804 ],
2810 } 2805 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698