| OLD | NEW |
| 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 'includes': [ | 6 'includes': [ |
| 7 'trace_event/trace_event.gypi', | 7 'trace_event/trace_event.gypi', |
| 8 ], | 8 ], |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'variables': { | 10 'variables': { |
| (...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 894 ['include', '^threading/platform_thread_mac\\.'], | 894 ['include', '^threading/platform_thread_mac\\.'], |
| 895 ['include', '^time/time_mac\\.'], | 895 ['include', '^time/time_mac\\.'], |
| 896 ['include', '^worker_pool_mac\\.'], | 896 ['include', '^worker_pool_mac\\.'], |
| 897 # Exclude all process/ except the minimal implementation | 897 # Exclude all process/ except the minimal implementation |
| 898 # needed on iOS (mostly for unit tests). | 898 # needed on iOS (mostly for unit tests). |
| 899 ['exclude', '^process/.*'], | 899 ['exclude', '^process/.*'], |
| 900 ['include', '^process/.*_ios\.(cc|mm)$'], | 900 ['include', '^process/.*_ios\.(cc|mm)$'], |
| 901 ['include', '^process/memory_stubs\.cc$'], | 901 ['include', '^process/memory_stubs\.cc$'], |
| 902 ['include', '^process/process_handle_posix\.cc$'], | 902 ['include', '^process/process_handle_posix\.cc$'], |
| 903 ['include', '^process/process_metrics\\.cc$'], | 903 ['include', '^process/process_metrics\\.cc$'], |
| 904 # Exclude unsupported features on iOS. |
| 905 ['exclude', '^files/file_path_watcher.*'], |
| 904 ['exclude', '^threading/platform_thread_internal_posix\\.(h|cc)'], | 906 ['exclude', '^threading/platform_thread_internal_posix\\.(h|cc)'], |
| 905 ['exclude', 'files/file_path_watcher_fsevents.cc'], | |
| 906 ['exclude', 'files/file_path_watcher_fsevents.h'], | |
| 907 ['include', 'files/file_path_watcher_mac.cc'], | |
| 908 ], | 907 ], |
| 909 'sources': [ | 908 'sources': [ |
| 910 'process/memory_stubs.cc', | 909 'process/memory_stubs.cc', |
| 911 ], | 910 ], |
| 912 'sources!': [ | 911 'sources!': [ |
| 913 'message_loop/message_pump_libevent.cc' | 912 'message_loop/message_pump_libevent.cc' |
| 914 ], | 913 ], |
| 915 }], | 914 }], |
| 916 ['OS == "ios" and _toolset == "host"', { | 915 ['OS == "ios" and _toolset == "host"', { |
| 917 'sources/': [ | 916 'sources/': [ |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1044 'i18n/time_formatting.h', | 1043 'i18n/time_formatting.h', |
| 1045 'i18n/timezone.cc', | 1044 'i18n/timezone.cc', |
| 1046 'i18n/timezone.h', | 1045 'i18n/timezone.h', |
| 1047 'i18n/utf8_validator_tables.cc', | 1046 'i18n/utf8_validator_tables.cc', |
| 1048 'i18n/utf8_validator_tables.h', | 1047 'i18n/utf8_validator_tables.h', |
| 1049 ], | 1048 ], |
| 1050 }] | 1049 }] |
| 1051 ], | 1050 ], |
| 1052 }, | 1051 }, |
| 1053 } | 1052 } |
| OLD | NEW |