| 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 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 757 'win/wrapped_window_proc.cc', | 757 'win/wrapped_window_proc.cc', |
| 758 'win/wrapped_window_proc.h', | 758 'win/wrapped_window_proc.h', |
| 759 '<@(trace_event_sources)', | 759 '<@(trace_event_sources)', |
| 760 ], | 760 ], |
| 761 'defines': [ | 761 'defines': [ |
| 762 'BASE_IMPLEMENTATION', | 762 'BASE_IMPLEMENTATION', |
| 763 ], | 763 ], |
| 764 'include_dirs': [ | 764 'include_dirs': [ |
| 765 '..', | 765 '..', |
| 766 ], | 766 ], |
| 767 'msvs_disabled_warnings': [ | |
| 768 4018, | |
| 769 ], | |
| 770 'target_conditions': [ | 767 'target_conditions': [ |
| 771 ['OS == "mac" or OS == "ios"', { | 768 ['OS == "mac" or OS == "ios"', { |
| 772 'sources!': [ | 769 'sources!': [ |
| 773 'memory/shared_memory_posix.cc', | 770 'memory/shared_memory_posix.cc', |
| 774 ], | 771 ], |
| 775 }], | 772 }], |
| 776 ['(<(desktop_linux) == 0 and <(chromeos) == 0) or >(nacl_untrusted_bui
ld)==1', { | 773 ['(<(desktop_linux) == 0 and <(chromeos) == 0) or >(nacl_untrusted_bui
ld)==1', { |
| 777 'sources/': [ | 774 'sources/': [ |
| 778 ['exclude', '^nix/'], | 775 ['exclude', '^nix/'], |
| 779 ], | 776 ], |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1037 'i18n/time_formatting.h', | 1034 'i18n/time_formatting.h', |
| 1038 'i18n/timezone.cc', | 1035 'i18n/timezone.cc', |
| 1039 'i18n/timezone.h', | 1036 'i18n/timezone.h', |
| 1040 'i18n/utf8_validator_tables.cc', | 1037 'i18n/utf8_validator_tables.cc', |
| 1041 'i18n/utf8_validator_tables.h', | 1038 'i18n/utf8_validator_tables.h', |
| 1042 ], | 1039 ], |
| 1043 }] | 1040 }] |
| 1044 ], | 1041 ], |
| 1045 }, | 1042 }, |
| 1046 } | 1043 } |
| OLD | NEW |