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

Side by Side Diff: base/base.gyp

Issue 342116: Attempt 2 at:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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
« no previous file with comments | « app/win_util.h ('k') | base/scoped_handle.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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'registry.h', 246 'registry.h',
247 'resource_util.cc', 247 'resource_util.cc',
248 'resource_util.h', 248 'resource_util.h',
249 'safe_strerror_posix.cc', 249 'safe_strerror_posix.cc',
250 'safe_strerror_posix.h', 250 'safe_strerror_posix.h',
251 'scoped_bstr_win.cc', 251 'scoped_bstr_win.cc',
252 'scoped_bstr_win.h', 252 'scoped_bstr_win.h',
253 'scoped_cftyperef.h', 253 'scoped_cftyperef.h',
254 'scoped_comptr_win.h', 254 'scoped_comptr_win.h',
255 'scoped_handle.h', 255 'scoped_handle.h',
256 'scoped_handle_gtk.h',
256 'scoped_handle_win.h', 257 'scoped_handle_win.h',
257 'scoped_nsautorelease_pool.h', 258 'scoped_nsautorelease_pool.h',
258 'scoped_nsautorelease_pool.mm', 259 'scoped_nsautorelease_pool.mm',
259 'scoped_nsdisable_screen_updates.h', 260 'scoped_nsdisable_screen_updates.h',
260 'scoped_nsobject.h', 261 'scoped_nsobject.h',
261 'scoped_ptr.h', 262 'scoped_ptr.h',
262 'scoped_temp_dir.cc', 263 'scoped_temp_dir.cc',
263 'scoped_temp_dir.h', 264 'scoped_temp_dir.h',
264 'scoped_variant_win.cc', 265 'scoped_variant_win.cc',
265 'scoped_variant_win.h', 266 'scoped_variant_win.h',
(...skipping 566 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/win_util.h ('k') | base/scoped_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698