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

Side by Side Diff: base/base.gypi

Issue 11299301: Enable MessageLoop unittests on iOS and fix MessagePumpIOForIOS bug. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years 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
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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 ['include', '^message_pump_mac\\.'], 635 ['include', '^message_pump_mac\\.'],
636 ['include', '^threading/platform_thread_mac\\.'], 636 ['include', '^threading/platform_thread_mac\\.'],
637 ['include', '^sys_string_conversions_mac\\.'], 637 ['include', '^sys_string_conversions_mac\\.'],
638 ['include', '^time_mac\\.'], 638 ['include', '^time_mac\\.'],
639 ['include', '^worker_pool_mac\\.'], 639 ['include', '^worker_pool_mac\\.'],
640 # Exclude all process_util except the minimal implementation 640 # Exclude all process_util except the minimal implementation
641 # needed on iOS (mostly for unit tests). 641 # needed on iOS (mostly for unit tests).
642 ['exclude', '^process_util'], 642 ['exclude', '^process_util'],
643 ['include', '^process_util_ios\\.mm$'], 643 ['include', '^process_util_ios\\.mm$'],
644 ], 644 ],
645 'sources!': [
646 'message_pump_libevent.cc'
647 ],
645 }], 648 }],
646 ['OS != "mac" or >(nacl_untrusted_build)==1', { 649 ['OS != "mac" or >(nacl_untrusted_build)==1', {
647 'sources!': [ 650 'sources!': [
648 'mac/scoped_aedesc.h' 651 'mac/scoped_aedesc.h'
649 ], 652 ],
650 }], 653 }],
651 # For now, just test the *BSD platforms enough to exclude them. 654 # For now, just test the *BSD platforms enough to exclude them.
652 # Subsequent changes will include them further. 655 # Subsequent changes will include them further.
653 ['OS != "freebsd" or >(nacl_untrusted_build)==1', { 656 ['OS != "freebsd" or >(nacl_untrusted_build)==1', {
654 'sources/': [ ['exclude', '_freebsd\\.cc$'] ], 657 'sources/': [ ['exclude', '_freebsd\\.cc$'] ],
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 # Remove all unnecessary files for build_nexe.py to avoid exceeding 717 # Remove all unnecessary files for build_nexe.py to avoid exceeding
715 # command-line-string limitation when building NaCl on Windows. 718 # command-line-string limitation when building NaCl on Windows.
716 ['OS == "win" and >(nacl_untrusted_build)==1', { 719 ['OS == "win" and >(nacl_untrusted_build)==1', {
717 'sources/': [ ['exclude', '\\.h$'] ], 720 'sources/': [ ['exclude', '\\.h$'] ],
718 }], 721 }],
719 ], 722 ],
720 }], 723 }],
721 ], 724 ],
722 }, 725 },
723 } 726 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/message_pump_io_ios.h » ('j') | base/message_pump_io_ios.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698