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

Side by Side Diff: base/base.gypi

Issue 6307018: Remove obsolete files from 'sources'. This causes needless work on increment... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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 | « base/allocator/allocator.gyp ('k') | chrome/chrome_renderer.gypi » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'json/json_reader.cc', 91 'json/json_reader.cc',
92 'json/json_reader.h', 92 'json/json_reader.h',
93 'json/json_writer.cc', 93 'json/json_writer.cc',
94 'json/json_writer.h', 94 'json/json_writer.h',
95 'json/string_escape.cc', 95 'json/string_escape.cc',
96 'json/string_escape.h', 96 'json/string_escape.h',
97 'lazy_instance.cc', 97 'lazy_instance.cc',
98 'lazy_instance.h', 98 'lazy_instance.h',
99 'linked_list.h', 99 'linked_list.h',
100 'linked_ptr.h', 100 'linked_ptr.h',
101 'lock.h',
102 'logging.cc', 101 'logging.cc',
103 'logging.h', 102 'logging.h',
104 'logging_win.cc', 103 'logging_win.cc',
105 'mac/cocoa_protocols.h', 104 'mac/cocoa_protocols.h',
106 'mac/mac_util.h', 105 'mac/mac_util.h',
107 'mac/mac_util.mm', 106 'mac/mac_util.mm',
108 'mac/os_crash_dumps.cc', 107 'mac/os_crash_dumps.cc',
109 'mac/os_crash_dumps.h', 108 'mac/os_crash_dumps.h',
110 'mac/scoped_aedesc.h', 109 'mac/scoped_aedesc.h',
111 'mac/scoped_cftyperef.h', 110 'mac/scoped_cftyperef.h',
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 'third_party/xdg_mime/xdgmimemagic.c', 726 'third_party/xdg_mime/xdgmimemagic.c',
728 'third_party/xdg_mime/xdgmimemagic.h', 727 'third_party/xdg_mime/xdgmimemagic.h',
729 'third_party/xdg_mime/xdgmimeparent.c', 728 'third_party/xdg_mime/xdgmimeparent.c',
730 'third_party/xdg_mime/xdgmimeparent.h', 729 'third_party/xdg_mime/xdgmimeparent.h',
731 ], 730 ],
732 }, 731 },
733 ], 732 ],
734 }], 733 }],
735 ], 734 ],
736 } 735 }
OLDNEW
« no previous file with comments | « base/allocator/allocator.gyp ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698