| 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 750 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 761 ], | 761 ], |
| 762 'include_dirs': [ | 762 'include_dirs': [ |
| 763 '..', | 763 '..', |
| 764 ], | 764 ], |
| 765 'target_conditions': [ | 765 'target_conditions': [ |
| 766 ['OS == "mac" or OS == "ios"', { | 766 ['OS == "mac" or OS == "ios"', { |
| 767 'sources!': [ | 767 'sources!': [ |
| 768 'memory/shared_memory_posix.cc', | 768 'memory/shared_memory_posix.cc', |
| 769 ], | 769 ], |
| 770 }], | 770 }], |
| 771 ['OS == "ios"', { |
| 772 'sources!': [ |
| 773 'memory/discardable_shared_memory.cc', |
| 774 'memory/discardable_shared_memory.h', |
| 775 ], |
| 776 }], |
| 771 ['(<(desktop_linux) == 0 and <(chromeos) == 0) or >(nacl_untrusted_bui
ld)==1', { | 777 ['(<(desktop_linux) == 0 and <(chromeos) == 0) or >(nacl_untrusted_bui
ld)==1', { |
| 772 'sources/': [ | 778 'sources/': [ |
| 773 ['exclude', '^nix/'], | 779 ['exclude', '^nix/'], |
| 774 ], | 780 ], |
| 775 }], | 781 }], |
| 776 ['<(use_glib)==0 or >(nacl_untrusted_build)==1', { | 782 ['<(use_glib)==0 or >(nacl_untrusted_build)==1', { |
| 777 'sources!': [ | 783 'sources!': [ |
| 778 'message_loop/message_pump_glib.cc', | 784 'message_loop/message_pump_glib.cc', |
| 779 ], | 785 ], |
| 780 }], | 786 }], |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1034 'i18n/time_formatting.h', | 1040 'i18n/time_formatting.h', |
| 1035 'i18n/timezone.cc', | 1041 'i18n/timezone.cc', |
| 1036 'i18n/timezone.h', | 1042 'i18n/timezone.h', |
| 1037 'i18n/utf8_validator_tables.cc', | 1043 'i18n/utf8_validator_tables.cc', |
| 1038 'i18n/utf8_validator_tables.h', | 1044 'i18n/utf8_validator_tables.h', |
| 1039 ], | 1045 ], |
| 1040 }] | 1046 }] |
| 1041 ], | 1047 ], |
| 1042 }, | 1048 }, |
| 1043 } | 1049 } |
| OLD | NEW |