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

Side by Side Diff: ui/ui.gyp

Issue 11535014: Replace StyleRange with BreakList; update RenderText, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix RenderTextMac style iteration. Created 7 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
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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 'base/x/x11_util.h', 345 'base/x/x11_util.h',
346 'base/x/x11_util_internal.h', 346 'base/x/x11_util_internal.h',
347 'gfx/android/gfx_jni_registrar.cc', 347 'gfx/android/gfx_jni_registrar.cc',
348 'gfx/android/gfx_jni_registrar.h', 348 'gfx/android/gfx_jni_registrar.h',
349 'gfx/android/java_bitmap.cc', 349 'gfx/android/java_bitmap.cc',
350 'gfx/android/java_bitmap.h', 350 'gfx/android/java_bitmap.h',
351 'gfx/android/window_android.cc', 351 'gfx/android/window_android.cc',
352 'gfx/android/window_android.h', 352 'gfx/android/window_android.h',
353 'gfx/blit.cc', 353 'gfx/blit.cc',
354 'gfx/blit.h', 354 'gfx/blit.h',
355 'gfx/break_list.h',
355 'gfx/canvas.cc', 356 'gfx/canvas.cc',
356 'gfx/canvas.h', 357 'gfx/canvas.h',
357 'gfx/canvas_android.cc', 358 'gfx/canvas_android.cc',
358 'gfx/canvas_mac.mm', 359 'gfx/canvas_mac.mm',
359 'gfx/canvas_paint.h', 360 'gfx/canvas_paint.h',
360 'gfx/canvas_paint_gtk.h', 361 'gfx/canvas_paint_gtk.h',
361 'gfx/canvas_paint_mac.h', 362 'gfx/canvas_paint_mac.h',
362 'gfx/canvas_paint_win.h', 363 'gfx/canvas_paint_win.h',
363 'gfx/canvas_paint_gtk.cc', 364 'gfx/canvas_paint_gtk.cc',
364 'gfx/canvas_paint_mac.mm', 365 'gfx/canvas_paint_mac.mm',
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
949 'link_settings': { 950 'link_settings': {
950 'libraries': [ 951 'libraries': [
951 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', 952 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
952 ], 953 ],
953 }, 954 },
954 }, 955 },
955 ], 956 ],
956 }], 957 }],
957 ], 958 ],
958 } 959 }
OLDNEW
« ui/gfx/render_text_linux.cc ('K') | « ui/gfx/text_constants.h ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698