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

Side by Side Diff: ui/ui.gyp

Issue 12881003: ShortcutInfo::favicon is now a gfx::ImageFamily instead of gfx::Image. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: web_app_mac: Fix compile error (no Mac to test it on so I'm building in the dark). Created 7 years, 9 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
« ui/gfx/icon_family.cc ('K') | « ui/gfx/icon_family.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 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 'gfx/font_fallback_win.h', 381 'gfx/font_fallback_win.h',
382 'gfx/font_list.cc', 382 'gfx/font_list.cc',
383 'gfx/font_list.h', 383 'gfx/font_list.h',
384 'gfx/font_render_params_android.cc', 384 'gfx/font_render_params_android.cc',
385 'gfx/font_render_params_linux.cc', 385 'gfx/font_render_params_linux.cc',
386 'gfx/font_render_params_linux.h', 386 'gfx/font_render_params_linux.h',
387 'gfx/font_smoothing_win.cc', 387 'gfx/font_smoothing_win.cc',
388 'gfx/font_smoothing_win.h', 388 'gfx/font_smoothing_win.h',
389 'gfx/gfx_paths.cc', 389 'gfx/gfx_paths.cc',
390 'gfx/gfx_paths.h', 390 'gfx/gfx_paths.h',
391 'gfx/icon_family.cc',
392 'gfx/icon_family.h',
391 'gfx/image/canvas_image_source.cc', 393 'gfx/image/canvas_image_source.cc',
392 'gfx/image/canvas_image_source.h', 394 'gfx/image/canvas_image_source.h',
393 'gfx/image/image.cc', 395 'gfx/image/image.cc',
394 'gfx/image/image.h', 396 'gfx/image/image.h',
395 'gfx/image/image_ios.mm', 397 'gfx/image/image_ios.mm',
396 'gfx/image/image_mac.mm', 398 'gfx/image/image_mac.mm',
397 'gfx/image/image_png_rep.cc', 399 'gfx/image/image_png_rep.cc',
398 'gfx/image/image_png_rep.h', 400 'gfx/image/image_png_rep.h',
399 'gfx/image/image_skia.cc', 401 'gfx/image/image_skia.cc',
400 'gfx/image/image_skia.h', 402 'gfx/image/image_skia.h',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 'link_settings': { 939 'link_settings': {
938 'libraries': [ 940 'libraries': [
939 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', 941 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
940 ], 942 ],
941 }, 943 },
942 }, 944 },
943 ], 945 ],
944 }], 946 }],
945 ], 947 ],
946 } 948 }
OLDNEW
« ui/gfx/icon_family.cc ('K') | « ui/gfx/icon_family.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698