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

Side by Side Diff: base/base.gypi

Issue 8527025: Remove TOUCH_UI definition and make use_virtual_keyboard an independant var. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix for iBus. Created 9 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
« no previous file with comments | « no previous file | build/common.gypi » ('j') | build/common.gypi » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 ], 417 ],
418 'sources!': [ 418 'sources!': [
419 'atomicops_internals_x86_gcc.cc', 419 'atomicops_internals_x86_gcc.cc',
420 'message_pump_glib.cc', 420 'message_pump_glib.cc',
421 'message_pump_x.cc', 421 'message_pump_x.cc',
422 ], 422 ],
423 }], 423 }],
424 [ 'toolkit_uses_gtk==0', { 424 [ 'toolkit_uses_gtk==0', {
425 'sources!': [ 'message_pump_gtk.cc', ], 425 'sources!': [ 'message_pump_gtk.cc', ],
426 }], 426 }],
427 [ '(touchui==0 and use_aura==0) or OS == "win" or OS == "mac"', { 427 [ 'use_aura==0 or OS == "win" or OS == "mac"', {
428 'sources!' : [ 'message_pump_x.cc', ], 428 'sources!' : [ 'message_pump_x.cc', ],
429 }, { 429 }, {
430 'sources!' : [ 'message_pump_gtk.cc', ], 430 'sources!' : [ 'message_pump_gtk.cc', ],
431 'sources/' : [ [ 'include', '^message_pump_x\\.cc$', ] ], 431 'sources/' : [ [ 'include', '^message_pump_x\\.cc$', ] ],
432 }], 432 }],
433 [ 'use_wayland==1', { 433 [ 'use_wayland==1', {
434 'sources/': [ 434 'sources/': [
435 [ 'exclude', '^message_pump_gtk\\.cc$',], 435 [ 'exclude', '^message_pump_gtk\\.cc$',],
436 [ 'exclude', '^message_pump_x\\.cc$',], 436 [ 'exclude', '^message_pump_x\\.cc$',],
437 ], 437 ],
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 'third_party/xdg_mime/xdgmimemagic.c', 836 'third_party/xdg_mime/xdgmimemagic.c',
837 'third_party/xdg_mime/xdgmimemagic.h', 837 'third_party/xdg_mime/xdgmimemagic.h',
838 'third_party/xdg_mime/xdgmimeparent.c', 838 'third_party/xdg_mime/xdgmimeparent.c',
839 'third_party/xdg_mime/xdgmimeparent.h', 839 'third_party/xdg_mime/xdgmimeparent.h',
840 ], 840 ],
841 }, 841 },
842 ], 842 ],
843 }], 843 }],
844 ], 844 ],
845 } 845 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698