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

Side by Side Diff: base/base.gypi

Issue 15841011: Implement off-the-wire validation scheme for enum types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Correct check in content_settings.h Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/enum_validation.h » ('j') | chrome/common/content_settings.h » ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'debug/stack_trace_posix.cc', 135 'debug/stack_trace_posix.cc',
136 'debug/stack_trace_win.cc', 136 'debug/stack_trace_win.cc',
137 'debug/trace_event.h', 137 'debug/trace_event.h',
138 'debug/trace_event_android.cc', 138 'debug/trace_event_android.cc',
139 'debug/trace_event_impl.cc', 139 'debug/trace_event_impl.cc',
140 'debug/trace_event_impl.h', 140 'debug/trace_event_impl.h',
141 'debug/trace_event_impl_constants.cc', 141 'debug/trace_event_impl_constants.cc',
142 'debug/trace_event_win.cc', 142 'debug/trace_event_win.cc',
143 'deferred_sequenced_task_runner.cc', 143 'deferred_sequenced_task_runner.cc',
144 'deferred_sequenced_task_runner.h', 144 'deferred_sequenced_task_runner.h',
145 'enum_validation.h',
145 'environment.cc', 146 'environment.cc',
146 'environment.h', 147 'environment.h',
147 'file_descriptor_posix.h', 148 'file_descriptor_posix.h',
148 'file_util.cc', 149 'file_util.cc',
149 'file_util.h', 150 'file_util.h',
150 'file_util_android.cc', 151 'file_util_android.cc',
151 'file_util_linux.cc', 152 'file_util_linux.cc',
152 'file_util_mac.mm', 153 'file_util_mac.mm',
153 'file_util_posix.cc', 154 'file_util_posix.cc',
154 'file_util_win.cc', 155 'file_util_win.cc',
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 820 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
820 'sources/': [ 821 'sources/': [
821 ['exclude', '^third_party/nspr/'], 822 ['exclude', '^third_party/nspr/'],
822 ], 823 ],
823 }], 824 }],
824 ], 825 ],
825 }], 826 }],
826 ], 827 ],
827 }, 828 },
828 } 829 }
OLDNEW
« no previous file with comments | « no previous file | base/enum_validation.h » ('j') | chrome/common/content_settings.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698