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

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: Address comments. 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
« no previous file with comments | « ui/gfx/text_constants.h ('k') | ui/ui_unittests.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) 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 'base/x/x11_util.h', 325 'base/x/x11_util.h',
326 'base/x/x11_util_internal.h', 326 'base/x/x11_util_internal.h',
327 'gfx/android/device_display_info.cc', 327 'gfx/android/device_display_info.cc',
328 'gfx/android/device_display_info.h', 328 'gfx/android/device_display_info.h',
329 'gfx/android/java_bitmap.cc', 329 'gfx/android/java_bitmap.cc',
330 'gfx/android/java_bitmap.h', 330 'gfx/android/java_bitmap.h',
331 'gfx/android/window_android.cc', 331 'gfx/android/window_android.cc',
332 'gfx/android/window_android.h', 332 'gfx/android/window_android.h',
333 'gfx/blit.cc', 333 'gfx/blit.cc',
334 'gfx/blit.h', 334 'gfx/blit.h',
335 'gfx/break_list.h',
335 'gfx/canvas.cc', 336 'gfx/canvas.cc',
336 'gfx/canvas.h', 337 'gfx/canvas.h',
337 'gfx/canvas_android.cc', 338 'gfx/canvas_android.cc',
338 'gfx/canvas_mac.mm', 339 'gfx/canvas_mac.mm',
339 'gfx/canvas_paint.h', 340 'gfx/canvas_paint.h',
340 'gfx/canvas_paint_gtk.h', 341 'gfx/canvas_paint_gtk.h',
341 'gfx/canvas_paint_mac.h', 342 'gfx/canvas_paint_mac.h',
342 'gfx/canvas_paint_win.h', 343 'gfx/canvas_paint_win.h',
343 'gfx/canvas_paint_gtk.cc', 344 'gfx/canvas_paint_gtk.cc',
344 'gfx/canvas_paint_mac.mm', 345 'gfx/canvas_paint_mac.mm',
(...skipping 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'link_settings': { 925 'link_settings': {
925 'libraries': [ 926 'libraries': [
926 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', 927 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
927 ], 928 ],
928 }, 929 },
929 }, 930 },
930 ], 931 ],
931 }], 932 }],
932 ], 933 ],
933 } 934 }
OLDNEW
« no previous file with comments | « 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