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

Side by Side Diff: base/base.gypi

Issue 3961006: Clean up a bad file path, and remove a deleted file. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 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 | no next file » | 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) 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'raw_scoped_refptr_mismatch_checker.h', 186 'raw_scoped_refptr_mismatch_checker.h',
187 'ref_counted.cc', 187 'ref_counted.cc',
188 'ref_counted.h', 188 'ref_counted.h',
189 'ref_counted_memory.cc', 189 'ref_counted_memory.cc',
190 'ref_counted_memory.h', 190 'ref_counted_memory.h',
191 'resource_util.cc', 191 'resource_util.cc',
192 'resource_util.h', 192 'resource_util.h',
193 'safe_strerror_posix.cc', 193 'safe_strerror_posix.cc',
194 'safe_strerror_posix.h', 194 'safe_strerror_posix.h',
195 'scoped_callback_factory.h', 195 'scoped_callback_factory.h',
196 'scoped_cftyperef.h', 196 'mac/scoped_cftyperef.h',
197 'scoped_handle.h', 197 'scoped_handle.h',
198 'scoped_nsobject.h', 198 'scoped_nsobject.h',
199 'scoped_open_process.h', 199 'scoped_open_process.h',
200 'scoped_ptr.h', 200 'scoped_ptr.h',
201 'scoped_temp_dir.cc', 201 'scoped_temp_dir.cc',
202 'scoped_temp_dir.h', 202 'scoped_temp_dir.h',
203 'scoped_vector.h', 203 'scoped_vector.h',
204 'sha1.h', 204 'sha1.h',
205 'sha1_portable.cc', 205 'sha1_portable.cc',
206 'sha1_win.cc', 206 'sha1_win.cc',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'win/scoped_gdi_object.h', 298 'win/scoped_gdi_object.h',
299 'win/scoped_handle.h', 299 'win/scoped_handle.h',
300 'win/scoped_hdc.h', 300 'win/scoped_hdc.h',
301 'win/scoped_hglobal.h', 301 'win/scoped_hglobal.h',
302 'win/scoped_variant.cc', 302 'win/scoped_variant.cc',
303 'win/scoped_variant.h', 303 'win/scoped_variant.h',
304 'win/windows_version.cc', 304 'win/windows_version.cc',
305 'win/windows_version.h', 305 'win/windows_version.h',
306 'win_util.cc', 306 'win_util.cc',
307 'win_util.h', 307 'win_util.h',
308 'windows_message_list.h',
309 'worker_pool.h', 308 'worker_pool.h',
310 'worker_pool_linux.cc', 309 'worker_pool_linux.cc',
311 'worker_pool_linux.h', 310 'worker_pool_linux.h',
312 'worker_pool_mac.h', 311 'worker_pool_mac.h',
313 'worker_pool_mac.mm', 312 'worker_pool_mac.mm',
314 'worker_pool_win.cc', 313 'worker_pool_win.cc',
315 'nix/xdg_util.h', 314 'nix/xdg_util.h',
316 'nix/xdg_util.cc', 315 'nix/xdg_util.cc',
317 ], 316 ],
318 'include_dirs': [ 317 'include_dirs': [
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 'third_party/xdg_mime/xdgmimemagic.c', 787 'third_party/xdg_mime/xdgmimemagic.c',
789 'third_party/xdg_mime/xdgmimemagic.h', 788 'third_party/xdg_mime/xdgmimemagic.h',
790 'third_party/xdg_mime/xdgmimeparent.c', 789 'third_party/xdg_mime/xdgmimeparent.c',
791 'third_party/xdg_mime/xdgmimeparent.h', 790 'third_party/xdg_mime/xdgmimeparent.h',
792 ], 791 ],
793 }, 792 },
794 ], 793 ],
795 }], 794 }],
796 ], 795 ],
797 } 796 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698