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

Side by Side Diff: base/base.gyp

Issue 243100: Move nsimage_cache into base so that it can be accessed from outside of chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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/nsimage_cache_mac.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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'message_pump_win.cc', 189 'message_pump_win.cc',
190 'message_pump_win.h', 190 'message_pump_win.h',
191 'mime_util.h', 191 'mime_util.h',
192 'mime_util_linux.cc', 192 'mime_util_linux.cc',
193 'native_library.h', 193 'native_library.h',
194 'native_library_linux.cc', 194 'native_library_linux.cc',
195 'native_library_mac.mm', 195 'native_library_mac.mm',
196 'native_library_win.cc', 196 'native_library_win.cc',
197 'non_thread_safe.cc', 197 'non_thread_safe.cc',
198 'non_thread_safe.h', 198 'non_thread_safe.h',
199 'nsimage_cache_mac.h',
200 'nsimage_cache_mac.mm',
199 'nss_init.cc', 201 'nss_init.cc',
200 'nss_init.h', 202 'nss_init.h',
201 'nullable_string16.h', 203 'nullable_string16.h',
202 'object_watcher.cc', 204 'object_watcher.cc',
203 'object_watcher.h', 205 'object_watcher.h',
204 'observer_list.h', 206 'observer_list.h',
205 'observer_list_threadsafe.h', 207 'observer_list_threadsafe.h',
206 'path_service.cc', 208 'path_service.cc',
207 'path_service.h', 209 'path_service.h',
208 'pe_image.cc', 210 'pe_image.cc',
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 '<@(_outputs)', 848 '<@(_outputs)',
847 ], 849 ],
848 'message': 'Generating version information', 850 'message': 'Generating version information',
849 }, 851 },
850 ], 852 ],
851 }, 853 },
852 ], 854 ],
853 }], 855 }],
854 ], 856 ],
855 } 857 }
OLDNEW
« no previous file with comments | « no previous file | base/nsimage_cache_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698