OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |