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

Side by Side Diff: base/base.gypi

Issue 14624010: Change MessagePumpLinux to MessagePumpOzone (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « base/base.gyp ('k') | 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'message_loop/message_loop_proxy.cc', 283 'message_loop/message_loop_proxy.cc',
284 'message_loop/message_loop_proxy.h', 284 'message_loop/message_loop_proxy.h',
285 'message_loop/message_loop_proxy_impl.cc', 285 'message_loop/message_loop_proxy_impl.cc',
286 'message_loop/message_loop_proxy_impl.h', 286 'message_loop/message_loop_proxy_impl.h',
287 'message_loop.cc', 287 'message_loop.cc',
288 'message_loop.h', 288 'message_loop.h',
289 'message_pump.cc', 289 'message_pump.cc',
290 'message_pump.h', 290 'message_pump.h',
291 'message_pump_android.cc', 291 'message_pump_android.cc',
292 'message_pump_android.h', 292 'message_pump_android.h',
293 'message_pump_linux.cc',
294 'message_pump_linux.h',
295 'message_pump_default.cc', 293 'message_pump_default.cc',
296 'message_pump_default.h', 294 'message_pump_default.h',
295 'message_pump_ozone.cc',
296 'message_pump_ozone.h',
297 'message_pump_win.cc', 297 'message_pump_win.cc',
298 'message_pump_win.h', 298 'message_pump_win.h',
299 'metrics/sample_map.cc', 299 'metrics/sample_map.cc',
300 'metrics/sample_map.h', 300 'metrics/sample_map.h',
301 'metrics/sample_vector.cc', 301 'metrics/sample_vector.cc',
302 'metrics/sample_vector.h', 302 'metrics/sample_vector.h',
303 'metrics/bucket_ranges.cc', 303 'metrics/bucket_ranges.cc',
304 'metrics/bucket_ranges.h', 304 'metrics/bucket_ranges.h',
305 'metrics/histogram.cc', 305 'metrics/histogram.cc',
306 'metrics/histogram.h', 306 'metrics/histogram.h',
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 'files/file_path_watcher_kqueue.cc', 723 'files/file_path_watcher_kqueue.cc',
724 'files/file_path_watcher_stub.cc', 724 'files/file_path_watcher_stub.cc',
725 'message_pump_libevent.cc', 725 'message_pump_libevent.cc',
726 'posix/file_descriptor_shuffle.cc', 726 'posix/file_descriptor_shuffle.cc',
727 # Not using sha1_win.cc because it may have caused a 727 # Not using sha1_win.cc because it may have caused a
728 # regression to page cycler moz. 728 # regression to page cycler moz.
729 'sha1_win.cc', 729 'sha1_win.cc',
730 'string16.cc', 730 'string16.cc',
731 ], 731 ],
732 },], 732 },],
733 ['<(use_messagepump_linux) == 1', { 733 ['<(use_ozone) == 1', {
734 'sources!': [ 734 'sources!': [
735 'message_pump_glib.cc', 735 'message_pump_glib.cc',
736 'message_pump_aurax11.cc', 736 'message_pump_aurax11.cc',
737 ] 737 ]
738 }, { # use_message_pump_linux!=1
739 'sources!': [
740 'message_pump_linux.cc',
741 ],
742 }], 738 }],
743 ['OS == "linux" and >(nacl_untrusted_build)==0', { 739 ['OS == "linux" and >(nacl_untrusted_build)==0', {
744 'sources!': [ 740 'sources!': [
745 'files/file_path_watcher_kqueue.cc', 741 'files/file_path_watcher_kqueue.cc',
746 'files/file_path_watcher_stub.cc', 742 'files/file_path_watcher_stub.cc',
747 ], 743 ],
748 }], 744 }],
749 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', { 745 ['(OS == "mac" or OS == "ios") and >(nacl_untrusted_build)==0', {
750 'sources/': [ 746 'sources/': [
751 ['exclude', '^files/file_path_watcher_stub\\.cc$'], 747 ['exclude', '^files/file_path_watcher_stub\\.cc$'],
(...skipping 25 matching lines...) Expand all
777 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 773 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
778 'sources/': [ 774 'sources/': [
779 ['exclude', '^third_party/nspr/'], 775 ['exclude', '^third_party/nspr/'],
780 ], 776 ],
781 }], 777 }],
782 ], 778 ],
783 }], 779 }],
784 ], 780 ],
785 }, 781 },
786 } 782 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698