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

Side by Side Diff: ui/ui.gyp

Issue 13947013: Complete (but inefficient) implementation of the image retargetting method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added early exit when filter is bigger than the image or if there is no filter (all zeros). Created 7 years, 8 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
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 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'gfx/codec/png_codec.cc', 373 'gfx/codec/png_codec.cc',
374 'gfx/codec/png_codec.h', 374 'gfx/codec/png_codec.h',
375 'gfx/color_analysis.cc', 375 'gfx/color_analysis.cc',
376 'gfx/color_analysis.h', 376 'gfx/color_analysis.h',
377 'gfx/color_profile.cc', 377 'gfx/color_profile.cc',
378 'gfx/color_profile.h', 378 'gfx/color_profile.h',
379 'gfx/color_profile_mac.cc', 379 'gfx/color_profile_mac.cc',
380 'gfx/color_profile_win.cc', 380 'gfx/color_profile_win.cc',
381 'gfx/color_utils.cc', 381 'gfx/color_utils.cc',
382 'gfx/color_utils.h', 382 'gfx/color_utils.h',
383 'gfx/content_analysis.cc',
384 'gfx/content_analysis.h',
383 'gfx/display.cc', 385 'gfx/display.cc',
384 'gfx/display.h', 386 'gfx/display.h',
385 'gfx/display_observer.cc', 387 'gfx/display_observer.cc',
386 'gfx/display_observer.h', 388 'gfx/display_observer.h',
387 'gfx/favicon_size.cc', 389 'gfx/favicon_size.cc',
388 'gfx/favicon_size.h', 390 'gfx/favicon_size.h',
389 'gfx/font.cc', 391 'gfx/font.cc',
390 'gfx/font.h', 392 'gfx/font.h',
391 'gfx/font_fallback_win.cc', 393 'gfx/font_fallback_win.cc',
392 'gfx/font_fallback_win.h', 394 'gfx/font_fallback_win.h',
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 'xcode_settings': { 959 'xcode_settings': {
958 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 960 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
959 }, 961 },
960 }], 962 }],
961 ], 963 ],
962 }, 964 },
963 ], 965 ],
964 }], 966 }],
965 ], 967 ],
966 } 968 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698