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

Side by Side Diff: base/base.gypi

Issue 5103001: Add shared macros for stringizing and converting ANSI string constants... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'base_extra_target': 0, 9 'base_extra_target': 0,
10 }, 10 },
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 'message_loop_proxy_impl.h', 136 'message_loop_proxy_impl.h',
137 'message_pump.cc', 137 'message_pump.cc',
138 'message_pump.h', 138 'message_pump.h',
139 'message_pump_default.cc', 139 'message_pump_default.cc',
140 'message_pump_default.h', 140 'message_pump_default.h',
141 'message_pump_win.cc', 141 'message_pump_win.cc',
142 'message_pump_win.h', 142 'message_pump_win.h',
143 'metrics/histogram.cc', 143 'metrics/histogram.cc',
144 'metrics/histogram.h', 144 'metrics/histogram.h',
145 'metrics/nacl_histogram.cc', 145 'metrics/nacl_histogram.cc',
146 'metrics/nacl_histogram.h',» » 146 'metrics/nacl_histogram.h',
147 'metrics/stats_counters.cc', 147 'metrics/stats_counters.cc',
148 'metrics/stats_counters.h', 148 'metrics/stats_counters.h',
149 'metrics/stats_table.cc', 149 'metrics/stats_table.cc',
150 'metrics/stats_table.h', 150 'metrics/stats_table.h',
151 'mime_util.h', 151 'mime_util.h',
152 'mime_util_xdg.cc', 152 'mime_util_xdg.cc',
153 'native_library.h', 153 'native_library.h',
154 'native_library_linux.cc', 154 'native_library_linux.cc',
155 'native_library_mac.mm', 155 'native_library_mac.mm',
156 'native_library_win.cc', 156 'native_library_win.cc',
157 'non_thread_safe.cc', 157 'non_thread_safe.cc',
158 'non_thread_safe.h', 158 'non_thread_safe.h',
159 'nullable_string16.h', 159 'nullable_string16.h',
160 'object_watcher.cc', 160 'object_watcher.cc',
161 'object_watcher.h', 161 'object_watcher.h',
162 'observer_list.h', 162 'observer_list.h',
163 'observer_list_threadsafe.h', 163 'observer_list_threadsafe.h',
164 'path_service.cc', 164 'path_service.cc',
165 'path_service.h', 165 'path_service.h',
166 'pickle.cc', 166 'pickle.cc',
167 'pickle.h', 167 'pickle.h',
168 'platform_file.h', 168 'platform_file.h',
169 'platform_file_posix.cc', 169 'platform_file_posix.cc',
170 'platform_file_win.cc', 170 'platform_file_win.cc',
171 'platform_thread.h', 171 'platform_thread.h',
172 'platform_thread_mac.mm', 172 'platform_thread_mac.mm',
173 'platform_thread_posix.cc', 173 'platform_thread_posix.cc',
174 'platform_thread_win.cc', 174 'platform_thread_win.cc',
175 'port.h', 175 'port.h',
176 'preprocessor_util.h',
176 'process.h', 177 'process.h',
177 'process_linux.cc', 178 'process_linux.cc',
178 'process_posix.cc', 179 'process_posix.cc',
179 'process_util.cc', 180 'process_util.cc',
180 'process_util.h', 181 'process_util.h',
181 'process_util_linux.cc', 182 'process_util_linux.cc',
182 'process_util_mac.mm', 183 'process_util_mac.mm',
183 'process_util_posix.cc', 184 'process_util_posix.cc',
184 'process_util_win.cc', 185 'process_util_win.cc',
185 'process_win.cc', 186 'process_win.cc',
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 'third_party/xdg_mime/xdgmimemagic.c', 814 'third_party/xdg_mime/xdgmimemagic.c',
814 'third_party/xdg_mime/xdgmimemagic.h', 815 'third_party/xdg_mime/xdgmimemagic.h',
815 'third_party/xdg_mime/xdgmimeparent.c', 816 'third_party/xdg_mime/xdgmimeparent.c',
816 'third_party/xdg_mime/xdgmimeparent.h', 817 'third_party/xdg_mime/xdgmimeparent.h',
817 ], 818 ],
818 }, 819 },
819 ], 820 ],
820 }], 821 }],
821 ], 822 ],
822 } 823 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/preprocessor_util.h » ('j') | base/preprocessor_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698