| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 'android/sys_utils.cc', | 84 'android/sys_utils.cc', |
| 85 'android/sys_utils.h', | 85 'android/sys_utils.h', |
| 86 'android/thread_utils.h', | 86 'android/thread_utils.h', |
| 87 'android/trace_event_binding.cc', | 87 'android/trace_event_binding.cc', |
| 88 'android/trace_event_binding.h', | 88 'android/trace_event_binding.h', |
| 89 'at_exit.cc', | 89 'at_exit.cc', |
| 90 'at_exit.h', | 90 'at_exit.h', |
| 91 'atomic_ref_count.h', | 91 'atomic_ref_count.h', |
| 92 'atomic_sequence_num.h', | 92 'atomic_sequence_num.h', |
| 93 'atomicops.h', | 93 'atomicops.h', |
| 94 'atomicops_internals_gcc.h', | |
| 95 'atomicops_internals_mac.h', | 94 'atomicops_internals_mac.h', |
| 96 'atomicops_internals_portable.h', | 95 'atomicops_internals_portable.h', |
| 97 'atomicops_internals_x86_gcc.cc', | |
| 98 'atomicops_internals_x86_gcc.h', | |
| 99 'atomicops_internals_x86_msvc.h', | 96 'atomicops_internals_x86_msvc.h', |
| 100 'barrier_closure.cc', | 97 'barrier_closure.cc', |
| 101 'barrier_closure.h', | 98 'barrier_closure.h', |
| 102 'base64.cc', | 99 'base64.cc', |
| 103 'base64.h', | 100 'base64.h', |
| 104 'base_export.h', | 101 'base_export.h', |
| 105 'base_paths.cc', | 102 'base_paths.cc', |
| 106 'base_paths.h', | 103 'base_paths.h', |
| 107 'base_paths_android.cc', | 104 'base_paths_android.cc', |
| 108 'base_paths_android.h', | 105 'base_paths_android.h', |
| (...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 'target_conditions': [ | 763 'target_conditions': [ |
| 767 ['OS == "mac" or OS == "ios"', { | 764 ['OS == "mac" or OS == "ios"', { |
| 768 'sources!': [ | 765 'sources!': [ |
| 769 'memory/shared_memory_posix.cc', | 766 'memory/shared_memory_posix.cc', |
| 770 ], | 767 ], |
| 771 }], | 768 }], |
| 772 ['(<(desktop_linux) == 0 and <(chromeos) == 0) or >(nacl_untrusted_bui
ld)==1', { | 769 ['(<(desktop_linux) == 0 and <(chromeos) == 0) or >(nacl_untrusted_bui
ld)==1', { |
| 773 'sources/': [ | 770 'sources/': [ |
| 774 ['exclude', '^nix/'], | 771 ['exclude', '^nix/'], |
| 775 ], | 772 ], |
| 776 'sources!': [ | |
| 777 'atomicops_internals_x86_gcc.cc', | |
| 778 ], | |
| 779 }], | 773 }], |
| 780 ['<(use_glib)==0 or >(nacl_untrusted_build)==1', { | 774 ['<(use_glib)==0 or >(nacl_untrusted_build)==1', { |
| 781 'sources!': [ | 775 'sources!': [ |
| 782 'message_loop/message_pump_glib.cc', | 776 'message_loop/message_pump_glib.cc', |
| 783 ], | 777 ], |
| 784 }], | 778 }], |
| 785 ['(OS != "linux" and <(os_bsd) != 1 and OS != "android") or >(nacl_unt
rusted_build)==1', { | 779 ['(OS != "linux" and <(os_bsd) != 1 and OS != "android") or >(nacl_unt
rusted_build)==1', { |
| 786 'sources!': [ | 780 'sources!': [ |
| 787 # Not automatically excluded by the *linux.cc rules. | 781 # Not automatically excluded by the *linux.cc rules. |
| 788 'linux_util.cc', | 782 'linux_util.cc', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 853 ['include', '^sys_info_linux\\.cc$'], | 847 ['include', '^sys_info_linux\\.cc$'], |
| 854 ['include', '^worker_pool_linux\\.cc$'], | 848 ['include', '^worker_pool_linux\\.cc$'], |
| 855 ], | 849 ], |
| 856 }], | 850 }], |
| 857 ['OS == "android" and _toolset == "host" and host_os == "linux"', { | 851 ['OS == "android" and _toolset == "host" and host_os == "linux"', { |
| 858 'defines': [ | 852 'defines': [ |
| 859 'OS_ANDROID_HOST=Linux', | 853 'OS_ANDROID_HOST=Linux', |
| 860 ], | 854 ], |
| 861 'sources/': [ | 855 'sources/': [ |
| 862 # Pull in specific files for host builds. | 856 # Pull in specific files for host builds. |
| 863 ['include', '^atomicops_internals_x86_gcc\\.cc$'], | |
| 864 ['include', '^threading/platform_thread_linux\\.cc$'], | 857 ['include', '^threading/platform_thread_linux\\.cc$'], |
| 865 ], | 858 ], |
| 866 }], | 859 }], |
| 867 ['<(chromeos) == 1', { | 860 ['<(chromeos) == 1', { |
| 868 'sources!': [ | 861 'sources!': [ |
| 869 'power_monitor/power_monitor_device_source_posix.cc', | 862 'power_monitor/power_monitor_device_source_posix.cc', |
| 870 ], | 863 ], |
| 871 }], | 864 }], |
| 872 ['OS == "ios" and _toolset != "host"', { | 865 ['OS == "ios" and _toolset != "host"', { |
| 873 'sources/': [ | 866 'sources/': [ |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1036 'i18n/time_formatting.h', | 1029 'i18n/time_formatting.h', |
| 1037 'i18n/timezone.cc', | 1030 'i18n/timezone.cc', |
| 1038 'i18n/timezone.h', | 1031 'i18n/timezone.h', |
| 1039 'i18n/utf8_validator_tables.cc', | 1032 'i18n/utf8_validator_tables.cc', |
| 1040 'i18n/utf8_validator_tables.h', | 1033 'i18n/utf8_validator_tables.h', |
| 1041 ], | 1034 ], |
| 1042 }] | 1035 }] |
| 1043 ], | 1036 ], |
| 1044 }, | 1037 }, |
| 1045 } | 1038 } |
| OLD | NEW |