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

Side by Side Diff: base/base.gypi

Issue 10689161: Adds MessageLoopUIApplication for use on iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: DCHECK and gyp changes. Created 8 years, 5 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
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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 ['include', '^message_pump_mac\\.'], 570 ['include', '^message_pump_mac\\.'],
571 ['include', '^native_library_mac\\.'], 571 ['include', '^native_library_mac\\.'],
572 ['include', '^threading/platform_thread_mac\\.'], 572 ['include', '^threading/platform_thread_mac\\.'],
573 ['include', '^sys_string_conversions_mac\\.'], 573 ['include', '^sys_string_conversions_mac\\.'],
574 ['include', '^time_mac\\.'], 574 ['include', '^time_mac\\.'],
575 ['include', '^worker_pool_mac\\.'], 575 ['include', '^worker_pool_mac\\.'],
576 # Exclude all process_util except the minimal implementation 576 # Exclude all process_util except the minimal implementation
577 # needed on iOS (mostly for unit tests). 577 # needed on iOS (mostly for unit tests).
578 ['exclude', '^process_util'], 578 ['exclude', '^process_util'],
579 ['include', '^process_util_ios\\.mm$'], 579 ['include', '^process_util_ios\\.mm$'],
580 # TODO(ios): Add message_pump support.
581 ['exclude', '^message_pump'],
582 ], 580 ],
583 }], 581 }],
584 ['OS != "mac" or >(nacl_untrusted_build)==1', { 582 ['OS != "mac" or >(nacl_untrusted_build)==1', {
585 'sources!': [ 583 'sources!': [
586 'mac/scoped_aedesc.h' 584 'mac/scoped_aedesc.h'
587 ], 585 ],
588 }], 586 }],
589 # For now, just test the *BSD platforms enough to exclude them. 587 # For now, just test the *BSD platforms enough to exclude them.
590 # Subsequent changes will include them further. 588 # Subsequent changes will include them further.
591 ['OS != "freebsd" or >(nacl_untrusted_build)==1', { 589 ['OS != "freebsd" or >(nacl_untrusted_build)==1', {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
647 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', { 645 ['<(chromeos)!=1 or >(nacl_untrusted_build)==1', {
648 'sources/': [ 646 'sources/': [
649 ['exclude', '^chromeos/'], 647 ['exclude', '^chromeos/'],
650 ], 648 ],
651 }], 649 }],
652 ], 650 ],
653 }], 651 }],
654 ], 652 ],
655 }, 653 },
656 } 654 }
OLDNEW
« base/base.gyp ('K') | « base/base.gyp ('k') | base/message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698