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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 2054273002: Font fallback for UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually delete old TextAnalysisSource Created 4 years, 5 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'transform_util.cc', 338 'transform_util.cc',
339 'transform_util.h', 339 'transform_util.h',
340 'ui_gfx_exports.cc', 340 'ui_gfx_exports.cc',
341 'utf16_indexing.cc', 341 'utf16_indexing.cc',
342 'utf16_indexing.h', 342 'utf16_indexing.h',
343 'vsync_provider.h', 343 'vsync_provider.h',
344 'win/direct_manipulation.cc', 344 'win/direct_manipulation.cc',
345 'win/direct_manipulation.h', 345 'win/direct_manipulation.h',
346 'win/direct_write.cc', 346 'win/direct_write.cc',
347 'win/direct_write.h', 347 'win/direct_write.h',
348 'win/dwrite_text_analysis_source.cc',
349 'win/dwrite_text_analysis_source.h',
348 'win/hwnd_util.cc', 350 'win/hwnd_util.cc',
349 'win/hwnd_util.h', 351 'win/hwnd_util.h',
350 "win/physical_size.cc", 352 "win/physical_size.cc",
351 "win/physical_size.h", 353 "win/physical_size.h",
352 'win/rendering_window_manager.cc', 354 'win/rendering_window_manager.cc',
353 'win/rendering_window_manager.h', 355 'win/rendering_window_manager.h',
354 'win/scoped_set_map_mode.h', 356 'win/scoped_set_map_mode.h',
355 'win/singleton_hwnd.cc', 357 'win/singleton_hwnd.cc',
356 'win/singleton_hwnd.h', 358 'win/singleton_hwnd.h',
357 'win/singleton_hwnd_observer.cc', 359 'win/singleton_hwnd_observer.cc',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 ], 608 ],
607 'variables': { 609 'variables': {
608 'jni_gen_package': 'ui/gfx', 610 'jni_gen_package': 'ui/gfx',
609 }, 611 },
610 'includes': [ '../../build/jni_generator.gypi' ], 612 'includes': [ '../../build/jni_generator.gypi' ],
611 }, 613 },
612 ], 614 ],
613 }], 615 }],
614 ], 616 ],
615 } 617 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698