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

Side by Side Diff: base/base.gypi

Issue 10009024: Remove WAYLAND port (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 8 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/event_types.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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 'value_conversions.cc', 393 'value_conversions.cc',
394 'value_conversions.h', 394 'value_conversions.h',
395 'version.cc', 395 'version.cc',
396 'version.h', 396 'version.h',
397 'vlog.cc', 397 'vlog.cc',
398 'vlog.h', 398 'vlog.h',
399 'nix/mime_util_xdg.cc', 399 'nix/mime_util_xdg.cc',
400 'nix/mime_util_xdg.h', 400 'nix/mime_util_xdg.h',
401 'nix/xdg_util.cc', 401 'nix/xdg_util.cc',
402 'nix/xdg_util.h', 402 'nix/xdg_util.h',
403 'wayland/wayland_event.h',
404 'win/accessibility_misc_utils.h', 403 'win/accessibility_misc_utils.h',
405 'win/accessibility_misc_utils.cc', 404 'win/accessibility_misc_utils.cc',
406 'win/enum_variant.h', 405 'win/enum_variant.h',
407 'win/enum_variant.cc', 406 'win/enum_variant.cc',
408 'win/event_trace_consumer.h', 407 'win/event_trace_consumer.h',
409 'win/event_trace_controller.cc', 408 'win/event_trace_controller.cc',
410 'win/event_trace_controller.h', 409 'win/event_trace_controller.h',
411 'win/event_trace_provider.cc', 410 'win/event_trace_provider.cc',
412 'win/event_trace_provider.h', 411 'win/event_trace_provider.h',
413 'win/i18n.cc', 412 'win/i18n.cc',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 }], 470 }],
472 [ 'toolkit_uses_gtk==0', { 471 [ 'toolkit_uses_gtk==0', {
473 'sources!': [ 'message_pump_gtk.cc', ], 472 'sources!': [ 'message_pump_gtk.cc', ],
474 }], 473 }],
475 [ 'use_aura==0 or OS == "win" or OS == "mac"', { 474 [ 'use_aura==0 or OS == "win" or OS == "mac"', {
476 'sources!' : [ 'message_pump_x.cc', ], 475 'sources!' : [ 'message_pump_x.cc', ],
477 }, { 476 }, {
478 'sources!' : [ 'message_pump_gtk.cc', ], 477 'sources!' : [ 'message_pump_gtk.cc', ],
479 'sources/' : [ [ 'include', '^message_pump_x\\.cc$', ] ], 478 'sources/' : [ [ 'include', '^message_pump_x\\.cc$', ] ],
480 }], 479 }],
481 [ 'use_wayland==1', {
482 'sources/': [
483 [ 'exclude', '^message_pump_gtk\\.cc$',],
484 [ 'exclude', '^message_pump_x\\.cc$',],
485 ],
486 }],
487 [ 'OS != "linux" and os_bsd != 1', { 480 [ 'OS != "linux" and os_bsd != 1', {
488 'sources!': [ 481 'sources!': [
489 # Not automatically excluded by the *linux.cc rules. 482 # Not automatically excluded by the *linux.cc rules.
490 'linux_util.cc', 483 'linux_util.cc',
491 ], 484 ],
492 }, 485 },
493 ], 486 ],
494 [ 'OS == "android"', { 487 [ 'OS == "android"', {
495 'sources!': [ 488 'sources!': [
496 'files/file_path_watcher_kqueue.cc', 489 'files/file_path_watcher_kqueue.cc',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 'message_pump_glib.h', 769 'message_pump_glib.h',
777 'message_pump_gtk.cc', 770 'message_pump_gtk.cc',
778 'message_pump_gtk.h', 771 'message_pump_gtk.h',
779 'message_pump_observer.h', 772 'message_pump_observer.h',
780 'message_pump_x.cc', 773 'message_pump_x.cc',
781 'message_pump_x.h', 774 'message_pump_x.h',
782 'message_pump_libevent.cc', 775 'message_pump_libevent.cc',
783 'message_pump_libevent.h', 776 'message_pump_libevent.h',
784 'message_pump_mac.h', 777 'message_pump_mac.h',
785 'message_pump_mac.mm', 778 'message_pump_mac.mm',
786 'message_pump_wayland.h',
787 'metrics/field_trial.cc', 779 'metrics/field_trial.cc',
788 'metrics/field_trial.h', 780 'metrics/field_trial.h',
789 'string16.cc', 781 'string16.cc',
790 'string16.h', 782 'string16.h',
791 'sync_socket.h', 783 'sync_socket.h',
792 'sync_socket_win.cc', 784 'sync_socket_win.cc',
793 'sync_socket_posix.cc', 785 'sync_socket_posix.cc',
794 'time_mac.cc', 786 'time_mac.cc',
795 'time_posix.cc', 787 'time_posix.cc',
796 ], 788 ],
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 'third_party/xdg_mime/xdgmimemagic.c', 915 'third_party/xdg_mime/xdgmimemagic.c',
924 'third_party/xdg_mime/xdgmimemagic.h', 916 'third_party/xdg_mime/xdgmimemagic.h',
925 'third_party/xdg_mime/xdgmimeparent.c', 917 'third_party/xdg_mime/xdgmimeparent.c',
926 'third_party/xdg_mime/xdgmimeparent.h', 918 'third_party/xdg_mime/xdgmimeparent.h',
927 ], 919 ],
928 }, 920 },
929 ], 921 ],
930 }], 922 }],
931 ], 923 ],
932 } 924 }
OLDNEW
« no previous file with comments | « no previous file | base/event_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698