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

Side by Side Diff: base/base.gypi

Issue 12328142: Mark types used in template instantiatious explicitly as visible (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 7 years, 9 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/export_template_type.h » ('j') | base/export_template_type.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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'debug/stack_trace_posix.cc', 133 'debug/stack_trace_posix.cc',
134 'debug/stack_trace_win.cc', 134 'debug/stack_trace_win.cc',
135 'debug/trace_event.h', 135 'debug/trace_event.h',
136 'debug/trace_event_android.cc', 136 'debug/trace_event_android.cc',
137 'debug/trace_event_impl.cc', 137 'debug/trace_event_impl.cc',
138 'debug/trace_event_impl.h', 138 'debug/trace_event_impl.h',
139 'debug/trace_event_internal.h', 139 'debug/trace_event_internal.h',
140 'debug/trace_event_win.cc', 140 'debug/trace_event_win.cc',
141 'environment.cc', 141 'environment.cc',
142 'environment.h', 142 'environment.h',
143 'export_template_type.h',
143 'file_descriptor_posix.h', 144 'file_descriptor_posix.h',
144 'file_util.cc', 145 'file_util.cc',
145 'file_util.h', 146 'file_util.h',
146 'file_util_android.cc', 147 'file_util_android.cc',
147 'file_util_linux.cc', 148 'file_util_linux.cc',
148 'file_util_mac.mm', 149 'file_util_mac.mm',
149 'file_util_posix.cc', 150 'file_util_posix.cc',
150 'file_util_win.cc', 151 'file_util_win.cc',
151 'file_version_info.h', 152 'file_version_info.h',
152 'file_version_info_mac.h', 153 'file_version_info_mac.h',
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 764 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
764 'sources/': [ 765 'sources/': [
765 ['exclude', '^third_party/nspr/'], 766 ['exclude', '^third_party/nspr/'],
766 ], 767 ],
767 }], 768 }],
768 ], 769 ],
769 }], 770 }],
770 ], 771 ],
771 }, 772 },
772 } 773 }
OLDNEW
« no previous file with comments | « no previous file | base/export_template_type.h » ('j') | base/export_template_type.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698