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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 'transform_util.cc', | 303 'transform_util.cc', |
304 'transform_util.h', | 304 'transform_util.h', |
305 'ui_gfx_exports.cc', | 305 'ui_gfx_exports.cc', |
306 'utf16_indexing.cc', | 306 'utf16_indexing.cc', |
307 'utf16_indexing.h', | 307 'utf16_indexing.h', |
308 'vsync_provider.h', | 308 'vsync_provider.h', |
309 'win/direct_manipulation.cc', | 309 'win/direct_manipulation.cc', |
310 'win/direct_manipulation.h', | 310 'win/direct_manipulation.h', |
311 'win/direct_write.cc', | 311 'win/direct_write.cc', |
312 'win/direct_write.h', | 312 'win/direct_write.h', |
313 'win/dpi.cc', | |
314 'win/dpi.h', | |
315 'win/hwnd_util.cc', | 313 'win/hwnd_util.cc', |
316 'win/hwnd_util.h', | 314 'win/hwnd_util.h', |
317 "win/physical_size.cc", | 315 "win/physical_size.cc", |
318 "win/physical_size.h", | 316 "win/physical_size.h", |
319 'win/rendering_window_manager.cc', | 317 'win/rendering_window_manager.cc', |
320 'win/rendering_window_manager.h', | 318 'win/rendering_window_manager.h', |
321 'win/scoped_set_map_mode.h', | 319 'win/scoped_set_map_mode.h', |
322 'win/singleton_hwnd.cc', | 320 'win/singleton_hwnd.cc', |
323 'win/singleton_hwnd.h', | 321 'win/singleton_hwnd.h', |
324 'win/singleton_hwnd_observer.cc', | 322 'win/singleton_hwnd_observer.cc', |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
581 ], | 579 ], |
582 'variables': { | 580 'variables': { |
583 'jni_gen_package': 'ui/gfx', | 581 'jni_gen_package': 'ui/gfx', |
584 }, | 582 }, |
585 'includes': [ '../../build/jni_generator.gypi' ], | 583 'includes': [ '../../build/jni_generator.gypi' ], |
586 }, | 584 }, |
587 ], | 585 ], |
588 }], | 586 }], |
589 ], | 587 ], |
590 } | 588 } |
OLD | NEW |