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