| 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 'text_utils_ios.mm', | 296 'text_utils_ios.mm', |
| 297 'text_utils_skia.cc', | 297 'text_utils_skia.cc', |
| 298 'transform.cc', | 298 'transform.cc', |
| 299 'transform.h', | 299 'transform.h', |
| 300 'transform_util.cc', | 300 'transform_util.cc', |
| 301 'transform_util.h', | 301 'transform_util.h', |
| 302 'ui_gfx_exports.cc', | 302 'ui_gfx_exports.cc', |
| 303 'utf16_indexing.cc', | 303 'utf16_indexing.cc', |
| 304 'utf16_indexing.h', | 304 'utf16_indexing.h', |
| 305 'vsync_provider.h', | 305 'vsync_provider.h', |
| 306 'win/direct_write.cc', |
| 307 'win/direct_write.h', |
| 306 'win/dpi.cc', | 308 'win/dpi.cc', |
| 307 'win/dpi.h', | 309 'win/dpi.h', |
| 308 'win/hwnd_util.cc', | 310 'win/hwnd_util.cc', |
| 309 'win/hwnd_util.h', | 311 'win/hwnd_util.h', |
| 310 'win/scoped_set_map_mode.h', | 312 'win/scoped_set_map_mode.h', |
| 311 'win/singleton_hwnd.cc', | 313 'win/singleton_hwnd.cc', |
| 312 'win/singleton_hwnd.h', | 314 'win/singleton_hwnd.h', |
| 313 'win/window_impl.cc', | 315 'win/window_impl.cc', |
| 314 'win/window_impl.h', | 316 'win/window_impl.h', |
| 315 ], | 317 ], |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 486 ], | 488 ], |
| 487 'variables': { | 489 'variables': { |
| 488 'jni_gen_package': 'ui/gfx', | 490 'jni_gen_package': 'ui/gfx', |
| 489 }, | 491 }, |
| 490 'includes': [ '../../build/jni_generator.gypi' ], | 492 'includes': [ '../../build/jni_generator.gypi' ], |
| 491 }, | 493 }, |
| 492 ], | 494 ], |
| 493 }], | 495 }], |
| 494 ], | 496 ], |
| 495 } | 497 } |
| OLD | NEW |