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

Side by Side Diff: ui/ui.gyp

Issue 10830285: Remove unused canvas_linux.cc and associated code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | « ui/gfx/canvas_linux.cc ('k') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 'base/x/x11_util_internal.h', 332 'base/x/x11_util_internal.h',
333 'gfx/android/gfx_jni_registrar.cc', 333 'gfx/android/gfx_jni_registrar.cc',
334 'gfx/android/gfx_jni_registrar.h', 334 'gfx/android/gfx_jni_registrar.h',
335 'gfx/android/java_bitmap.cc', 335 'gfx/android/java_bitmap.cc',
336 'gfx/android/java_bitmap.h', 336 'gfx/android/java_bitmap.h',
337 'gfx/blit.cc', 337 'gfx/blit.cc',
338 'gfx/blit.h', 338 'gfx/blit.h',
339 'gfx/canvas.cc', 339 'gfx/canvas.cc',
340 'gfx/canvas.h', 340 'gfx/canvas.h',
341 'gfx/canvas_android.cc', 341 'gfx/canvas_android.cc',
342 'gfx/canvas_linux.cc',
343 'gfx/canvas_mac.mm', 342 'gfx/canvas_mac.mm',
344 'gfx/canvas_paint.h', 343 'gfx/canvas_paint.h',
345 'gfx/canvas_paint_win.cc', 344 'gfx/canvas_paint_win.cc',
346 'gfx/canvas_skia.cc', 345 'gfx/canvas_skia.cc',
347 'gfx/canvas_skia_paint.h', 346 'gfx/canvas_skia_paint.h',
348 'gfx/codec/jpeg_codec.cc', 347 'gfx/codec/jpeg_codec.cc',
349 'gfx/codec/jpeg_codec.h', 348 'gfx/codec/jpeg_codec.h',
350 'gfx/codec/png_codec.cc', 349 'gfx/codec/png_codec.cc',
351 'gfx/codec/png_codec.h', 350 'gfx/codec/png_codec.h',
352 'gfx/color_analysis.cc', 351 'gfx/color_analysis.cc',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 ['OS!="ios"', { 479 ['OS!="ios"', {
481 'dependencies': [ 480 'dependencies': [
482 '<(libjpeg_gyp_path):libjpeg', 481 '<(libjpeg_gyp_path):libjpeg',
483 ], 482 ],
484 }], 483 }],
485 # TODO(asvitkine): Switch all platforms to use canvas_skia.cc. 484 # TODO(asvitkine): Switch all platforms to use canvas_skia.cc.
486 # http://crbug.com/105550 485 # http://crbug.com/105550
487 ['use_canvas_skia==1', { 486 ['use_canvas_skia==1', {
488 'sources!': [ 487 'sources!': [
489 'gfx/canvas_android.cc', 488 'gfx/canvas_android.cc',
490 'gfx/canvas_linux.cc',
491 'gfx/canvas_mac.mm', 489 'gfx/canvas_mac.mm',
492 ], 490 ],
493 }, { # use_canvas_skia!=1 491 }, { # use_canvas_skia!=1
494 'sources!': [ 492 'sources!': [
495 'gfx/canvas_skia.cc', 493 'gfx/canvas_skia.cc',
496 ], 494 ],
497 }], 495 }],
498 ['use_aura==1', { 496 ['use_aura==1', {
499 'sources/': [ 497 'sources/': [
500 ['exclude', 'gfx/gtk_'], 498 ['exclude', 'gfx/gtk_'],
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 ], 773 ],
776 'conditions': [ 774 'conditions': [
777 ['inside_chromium_build == 1 and OS != "ios"', { 775 ['inside_chromium_build == 1 and OS != "ios"', {
778 # TODO(ios): The ui tests do not compile yet on iOS. 776 # TODO(ios): The ui tests do not compile yet on iOS.
779 'includes': [ 777 'includes': [
780 'ui_unittests.gypi', 778 'ui_unittests.gypi',
781 ]}, 779 ]},
782 ], 780 ],
783 ], 781 ],
784 } 782 }
OLDNEW
« no previous file with comments | « ui/gfx/canvas_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698