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

Side by Side Diff: base/base.gyp

Issue 288005: First fix to minimize copying of image data. (Closed)
Patch Set: Modify gyp 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
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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 'process_util_mac.mm', 231 'process_util_mac.mm',
232 'process_util_posix.cc', 232 'process_util_posix.cc',
233 'process_util_win.cc', 233 'process_util_win.cc',
234 'process_win.cc', 234 'process_win.cc',
235 'rand_util.cc', 235 'rand_util.cc',
236 'rand_util.h', 236 'rand_util.h',
237 'rand_util_posix.cc', 237 'rand_util_posix.cc',
238 'rand_util_win.cc', 238 'rand_util_win.cc',
239 'ref_counted.cc', 239 'ref_counted.cc',
240 'ref_counted.h', 240 'ref_counted.h',
241 'ref_counted_memory.h',
241 'registry.cc', 242 'registry.cc',
242 'registry.h', 243 'registry.h',
243 'resource_util.cc', 244 'resource_util.cc',
244 'resource_util.h', 245 'resource_util.h',
245 'safe_strerror_posix.cc', 246 'safe_strerror_posix.cc',
246 'safe_strerror_posix.h', 247 'safe_strerror_posix.h',
247 'scoped_bstr_win.cc', 248 'scoped_bstr_win.cc',
248 'scoped_bstr_win.h', 249 'scoped_bstr_win.h',
249 'scoped_cftyperef.h', 250 'scoped_cftyperef.h',
250 'scoped_comptr_win.h', 251 'scoped_comptr_win.h',
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 ], 833 ],
833 }], 834 }],
834 ], 835 ],
835 } 836 }
836 837
837 # Local Variables: 838 # Local Variables:
838 # tab-width:2 839 # tab-width:2
839 # indent-tabs-mode:nil 840 # indent-tabs-mode:nil
840 # End: 841 # End:
841 # vim: set expandtab tabstop=2 shiftwidth=2: 842 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « app/theme_provider.h ('k') | base/ref_counted.h » ('j') | base/ref_counted_memory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698