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

Side by Side Diff: base/base.gyp

Issue 174484: Add a nullable string16 class to base. It combines a string16 + a null param... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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/nullable_string16.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'mime_util.h', 195 'mime_util.h',
196 'mime_util_linux.cc', 196 'mime_util_linux.cc',
197 'native_library.h', 197 'native_library.h',
198 'native_library_linux.cc', 198 'native_library_linux.cc',
199 'native_library_mac.mm', 199 'native_library_mac.mm',
200 'native_library_win.cc', 200 'native_library_win.cc',
201 'non_thread_safe.cc', 201 'non_thread_safe.cc',
202 'non_thread_safe.h', 202 'non_thread_safe.h',
203 'nss_init.cc', 203 'nss_init.cc',
204 'nss_init.h', 204 'nss_init.h',
205 'nullable_string16.h',
205 'object_watcher.cc', 206 'object_watcher.cc',
206 'object_watcher.h', 207 'object_watcher.h',
207 'observer_list.h', 208 'observer_list.h',
208 'observer_list_threadsafe.h', 209 'observer_list_threadsafe.h',
209 'path_service.cc', 210 'path_service.cc',
210 'path_service.h', 211 'path_service.h',
211 'pe_image.cc', 212 'pe_image.cc',
212 'pe_image.h', 213 'pe_image.h',
213 'pickle.cc', 214 'pickle.cc',
214 'pickle.h', 215 'pickle.h',
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 '<@(_outputs)', 847 '<@(_outputs)',
847 ], 848 ],
848 'message': 'Generating version information', 849 'message': 'Generating version information',
849 }, 850 },
850 ], 851 ],
851 }, 852 },
852 ], 853 ],
853 }], 854 }],
854 ], 855 ],
855 } 856 }
OLDNEW
« no previous file with comments | « no previous file | base/nullable_string16.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698