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

Side by Side Diff: app/app_base.gypi

Issue 6386019: Remove obsolete files from 'sources'. This causes needless work on incrementa... (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 | « no previous file | base/base.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 'app_base_target': 0, 8 'app_base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'gfx/gl/gl_bindings.h', 199 'gfx/gl/gl_bindings.h',
200 'gfx/gl/gl_context.cc', 200 'gfx/gl/gl_context.cc',
201 'gfx/gl/gl_context.h', 201 'gfx/gl/gl_context.h',
202 'gfx/gl/gl_context_linux.cc', 202 'gfx/gl/gl_context_linux.cc',
203 'gfx/gl/gl_context_mac.cc', 203 'gfx/gl/gl_context_mac.cc',
204 'gfx/gl/gl_context_osmesa.cc', 204 'gfx/gl/gl_context_osmesa.cc',
205 'gfx/gl/gl_context_osmesa.h', 205 'gfx/gl/gl_context_osmesa.h',
206 'gfx/gl/gl_context_stub.cc', 206 'gfx/gl/gl_context_stub.cc',
207 'gfx/gl/gl_context_stub.h', 207 'gfx/gl/gl_context_stub.h',
208 'gfx/gl/gl_context_win.cc', 208 'gfx/gl/gl_context_win.cc',
209 'gfx/gl/gl_headers.h',
210 'gfx/gl/gl_implementation.cc', 209 'gfx/gl/gl_implementation.cc',
211 'gfx/gl/gl_implementation.h', 210 'gfx/gl/gl_implementation.h',
212 'gfx/gl/gl_implementation_linux.cc', 211 'gfx/gl/gl_implementation_linux.cc',
213 'gfx/gl/gl_implementation_mac.cc', 212 'gfx/gl/gl_implementation_mac.cc',
214 'gfx/gl/gl_implementation_win.cc', 213 'gfx/gl/gl_implementation_win.cc',
215 'gfx/gl/gl_interface.h', 214 'gfx/gl/gl_interface.h',
216 'gfx/gl/gl_interface.cc', 215 'gfx/gl/gl_interface.cc',
217 'mac/nsimage_cache.h', 216 'mac/nsimage_cache.h',
218 'mac/nsimage_cache.mm', 217 'mac/nsimage_cache.mm',
219 'mac/scoped_nsdisable_screen_updates.h', 218 'mac/scoped_nsdisable_screen_updates.h',
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 'configurations': { 453 'configurations': {
455 'Common_Base': { 454 'Common_Base': {
456 'msvs_target_platform': 'x64', 455 'msvs_target_platform': 'x64',
457 }, 456 },
458 }, 457 },
459 }, 458 },
460 ], 459 ],
461 }], 460 }],
462 ], 461 ],
463 } 462 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698