Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Side by Side Diff: base/base.gypi

Issue 1246833003: Fix and enable MSVC warning C4018 for base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | base/debug/gdi_debug_util_win.cc » ('j') | base/files/file_enumerator_win.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | base/debug/gdi_debug_util_win.cc » ('j') | base/files/file_enumerator_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698