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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 'memory/ref_counted.cc', | 351 'memory/ref_counted.cc', |
352 'memory/ref_counted.h', | 352 'memory/ref_counted.h', |
353 'memory/ref_counted_delete_on_message_loop.h', | 353 'memory/ref_counted_delete_on_message_loop.h', |
354 'memory/ref_counted_memory.cc', | 354 'memory/ref_counted_memory.cc', |
355 'memory/ref_counted_memory.h', | 355 'memory/ref_counted_memory.h', |
356 'memory/scoped_policy.h', | 356 'memory/scoped_policy.h', |
357 'memory/scoped_ptr.h', | 357 'memory/scoped_ptr.h', |
358 'memory/scoped_vector.h', | 358 'memory/scoped_vector.h', |
359 'memory/shared_memory.h', | 359 'memory/shared_memory.h', |
360 'memory/shared_memory_android.cc', | 360 'memory/shared_memory_android.cc', |
361 'memory/shared_memory_handle.h', | |
362 'memory/shared_memory_handle_mac.cc', | |
363 'memory/shared_memory_mac.cc', | |
364 'memory/shared_memory_nacl.cc', | 361 'memory/shared_memory_nacl.cc', |
365 'memory/shared_memory_posix.cc', | 362 'memory/shared_memory_posix.cc', |
366 'memory/shared_memory_win.cc', | 363 'memory/shared_memory_win.cc', |
367 'memory/singleton.cc', | 364 'memory/singleton.cc', |
368 'memory/singleton.h', | 365 'memory/singleton.h', |
369 'memory/weak_ptr.cc', | 366 'memory/weak_ptr.cc', |
370 'memory/weak_ptr.h', | 367 'memory/weak_ptr.h', |
371 'message_loop/incoming_task_queue.cc', | 368 'message_loop/incoming_task_queue.cc', |
372 'message_loop/incoming_task_queue.h', | 369 'message_loop/incoming_task_queue.h', |
373 'message_loop/message_loop.cc', | 370 'message_loop/message_loop.cc', |
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
756 'defines': [ | 753 'defines': [ |
757 'BASE_IMPLEMENTATION', | 754 'BASE_IMPLEMENTATION', |
758 ], | 755 ], |
759 'include_dirs': [ | 756 'include_dirs': [ |
760 '..', | 757 '..', |
761 ], | 758 ], |
762 'msvs_disabled_warnings': [ | 759 'msvs_disabled_warnings': [ |
763 4018, | 760 4018, |
764 ], | 761 ], |
765 'target_conditions': [ | 762 'target_conditions': [ |
766 ['OS == "mac"', { | |
767 'sources!': [ | |
768 'memory/shared_memory_posix.cc', | |
769 ], | |
770 }], | |
771 ['(<(desktop_linux) == 0 and <(chromeos) == 0) or >(nacl_untrusted_bui
ld)==1', { | 763 ['(<(desktop_linux) == 0 and <(chromeos) == 0) or >(nacl_untrusted_bui
ld)==1', { |
772 'sources/': [ | 764 'sources/': [ |
773 ['exclude', '^nix/'], | 765 ['exclude', '^nix/'], |
774 ], | 766 ], |
775 'sources!': [ | 767 'sources!': [ |
776 'atomicops_internals_x86_gcc.cc', | 768 'atomicops_internals_x86_gcc.cc', |
777 ], | 769 ], |
778 }], | 770 }], |
779 ['<(use_glib)==0 or >(nacl_untrusted_build)==1', { | 771 ['<(use_glib)==0 or >(nacl_untrusted_build)==1', { |
780 'sources!': [ | 772 'sources!': [ |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1035 'i18n/time_formatting.h', | 1027 'i18n/time_formatting.h', |
1036 'i18n/timezone.cc', | 1028 'i18n/timezone.cc', |
1037 'i18n/timezone.h', | 1029 'i18n/timezone.h', |
1038 'i18n/utf8_validator_tables.cc', | 1030 'i18n/utf8_validator_tables.cc', |
1039 'i18n/utf8_validator_tables.h', | 1031 'i18n/utf8_validator_tables.h', |
1040 ], | 1032 ], |
1041 }] | 1033 }] |
1042 ], | 1034 ], |
1043 }, | 1035 }, |
1044 } | 1036 } |
OLD | NEW |