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

Side by Side Diff: base/base.gypi

Issue 4007004: Revert 63397 - Add a message pump for touchui=1... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 2 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 | « no previous file | base/message_loop.cc » ('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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'base_extra_target': 0, 9 'base_extra_target': 0,
10 }, 10 },
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fr ameworks', 326 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fr ameworks',
327 ], 327 ],
328 'conditions': [ 328 'conditions': [
329 [ 'OS != "linux" and OS != "freebsd" and OS != "openbsd" and OS != "so laris"', { 329 [ 'OS != "linux" and OS != "freebsd" and OS != "openbsd" and OS != "so laris"', {
330 'sources/': [ 330 'sources/': [
331 ['exclude', '^nix/'], 331 ['exclude', '^nix/'],
332 ], 332 ],
333 'sources!': [ 333 'sources!': [
334 'atomicops_internals_x86_gcc.cc', 334 'atomicops_internals_x86_gcc.cc',
335 'message_pump_glib.cc', 335 'message_pump_glib.cc',
336 'message_pump_glib_x.cc',
337 ], 336 ],
338 }], 337 }],
339 [ 'OS != "linux"', { 338 [ 'OS != "linux"', {
340 'sources!': [ 339 'sources!': [
341 # Not automatically excluded by the *linux.cc rules. 340 # Not automatically excluded by the *linux.cc rules.
342 'gtk_util.cc', 341 'gtk_util.cc',
343 'gtk_util.h', 342 'gtk_util.h',
344 'linux_util.cc', 343 'linux_util.cc',
345 'setproctitle_linux.c', 344 'setproctitle_linux.c',
346 'setproctitle_linux.h', 345 'setproctitle_linux.h',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 'hmac_nss.cc', 434 'hmac_nss.cc',
436 'hmac_win.cc', 435 'hmac_win.cc',
437 'image_util.cc', 436 'image_util.cc',
438 'image_util.h', 437 'image_util.h',
439 'linux_util.cc', 438 'linux_util.cc',
440 'linux_util.h', 439 'linux_util.h',
441 'md5.cc', 440 'md5.cc',
442 'md5.h', 441 'md5.h',
443 'message_pump_glib.cc', 442 'message_pump_glib.cc',
444 'message_pump_glib.h', 443 'message_pump_glib.h',
445 'message_pump_glib_x.cc',
446 'message_pump_glib_x.h',
447 'message_pump_libevent.cc', 444 'message_pump_libevent.cc',
448 'message_pump_libevent.h', 445 'message_pump_libevent.h',
449 'message_pump_mac.h', 446 'message_pump_mac.h',
450 'message_pump_mac.mm', 447 'message_pump_mac.mm',
451 'metrics/field_trial.cc', 448 'metrics/field_trial.cc',
452 'metrics/field_trial.h', 449 'metrics/field_trial.h',
453 'nsimage_cache_mac.h', 450 'nsimage_cache_mac.h',
454 'nsimage_cache_mac.mm', 451 'nsimage_cache_mac.mm',
455 'nss_util.cc', 452 'nss_util.cc',
456 'nss_util.h', 453 'nss_util.h',
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 'third_party/xdg_mime/xdgmimemagic.c', 740 'third_party/xdg_mime/xdgmimemagic.c',
744 'third_party/xdg_mime/xdgmimemagic.h', 741 'third_party/xdg_mime/xdgmimemagic.h',
745 'third_party/xdg_mime/xdgmimeparent.c', 742 'third_party/xdg_mime/xdgmimeparent.c',
746 'third_party/xdg_mime/xdgmimeparent.h', 743 'third_party/xdg_mime/xdgmimeparent.h',
747 ], 744 ],
748 }, 745 },
749 ], 746 ],
750 }], 747 }],
751 ], 748 ],
752 } 749 }
OLDNEW
« no previous file with comments | « no previous file | base/message_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698