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

Side by Side Diff: base/base.gypi

Issue 10441028: aura/cros: Rename MessagePump{X => AuraX11} and move the atom cache into it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 '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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fr ameworks', 475 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fr ameworks',
476 ], 476 ],
477 'conditions': [ 477 'conditions': [
478 [ 'use_glib==0', { 478 [ 'use_glib==0', {
479 'sources/': [ 479 'sources/': [
480 ['exclude', '^nix/'], 480 ['exclude', '^nix/'],
481 ], 481 ],
482 'sources!': [ 482 'sources!': [
483 'atomicops_internals_x86_gcc.cc', 483 'atomicops_internals_x86_gcc.cc',
484 'message_pump_glib.cc', 484 'message_pump_glib.cc',
485 'message_pump_x.cc', 485 'message_pump_aurax11.cc',
486 ], 486 ],
487 }], 487 }],
488 [ 'toolkit_uses_gtk==0', { 488 [ 'toolkit_uses_gtk==0', {
489 'sources!': [ 'message_pump_gtk.cc', ], 489 'sources!': [ 'message_pump_gtk.cc', ],
Elliot Glaysher 2012/05/24 19:56:55 Can I safely delete this block too?
Daniel Erat 2012/05/24 21:17:42 Probably; does the linux_chromeos bot pass?
490 }], 490 }],
491 [ 'use_aura==0 or OS == "win" or OS == "mac"', {
492 'sources!' : [ 'message_pump_x.cc', ],
493 }, {
494 'sources!' : [ 'message_pump_gtk.cc', ],
495 'sources/' : [ [ 'include', '^message_pump_x\\.cc$', ] ],
496 }],
497 [ 'OS != "linux" and os_bsd != 1', { 491 [ 'OS != "linux" and os_bsd != 1', {
498 'sources!': [ 492 'sources!': [
499 # Not automatically excluded by the *linux.cc rules. 493 # Not automatically excluded by the *linux.cc rules.
500 'linux_util.cc', 494 'linux_util.cc',
501 ], 495 ],
502 }, 496 },
503 ], 497 ],
504 [ 'OS == "android"', { 498 [ 'OS == "android"', {
505 'sources!': [ 499 'sources!': [
506 'files/file_path_watcher_kqueue.cc', 500 'files/file_path_watcher_kqueue.cc',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 'linux_util.h', 783 'linux_util.h',
790 'md5.cc', 784 'md5.cc',
791 'md5.h', 785 'md5.h',
792 'message_pump_android.cc', 786 'message_pump_android.cc',
793 'message_pump_android.h', 787 'message_pump_android.h',
794 'message_pump_glib.cc', 788 'message_pump_glib.cc',
795 'message_pump_glib.h', 789 'message_pump_glib.h',
796 'message_pump_gtk.cc', 790 'message_pump_gtk.cc',
797 'message_pump_gtk.h', 791 'message_pump_gtk.h',
798 'message_pump_observer.h', 792 'message_pump_observer.h',
799 'message_pump_x.cc', 793 'message_pump_aurax11.cc',
800 'message_pump_x.h', 794 'message_pump_aurax11.h',
801 'message_pump_libevent.cc', 795 'message_pump_libevent.cc',
802 'message_pump_libevent.h', 796 'message_pump_libevent.h',
803 'message_pump_mac.h', 797 'message_pump_mac.h',
804 'message_pump_mac.mm', 798 'message_pump_mac.mm',
805 'metrics/field_trial.cc', 799 'metrics/field_trial.cc',
806 'metrics/field_trial.h', 800 'metrics/field_trial.h',
807 'string16.cc', 801 'string16.cc',
808 'string16.h', 802 'string16.h',
809 'sync_socket.h', 803 'sync_socket.h',
810 'sync_socket_win.cc', 804 'sync_socket_win.cc',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 'third_party/xdg_mime/xdgmimemagic.c', 936 'third_party/xdg_mime/xdgmimemagic.c',
943 'third_party/xdg_mime/xdgmimemagic.h', 937 'third_party/xdg_mime/xdgmimemagic.h',
944 'third_party/xdg_mime/xdgmimeparent.c', 938 'third_party/xdg_mime/xdgmimeparent.c',
945 'third_party/xdg_mime/xdgmimeparent.h', 939 'third_party/xdg_mime/xdgmimeparent.h',
946 ], 940 ],
947 }, 941 },
948 ], 942 ],
949 }], 943 }],
950 ], 944 ],
951 } 945 }
OLDNEW
« no previous file with comments | « no previous file | base/message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698