| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 290         'text_utils_android.cc', | 290         'text_utils_android.cc', | 
| 291         'text_utils_ios.mm', | 291         'text_utils_ios.mm', | 
| 292         'text_utils_skia.cc', | 292         'text_utils_skia.cc', | 
| 293         'transform.cc', | 293         'transform.cc', | 
| 294         'transform.h', | 294         'transform.h', | 
| 295         'transform_util.cc', | 295         'transform_util.cc', | 
| 296         'transform_util.h', | 296         'transform_util.h', | 
| 297         'ui_gfx_exports.cc', | 297         'ui_gfx_exports.cc', | 
| 298         'utf16_indexing.cc', | 298         'utf16_indexing.cc', | 
| 299         'utf16_indexing.h', | 299         'utf16_indexing.h', | 
|  | 300         'vector_icons.cc', | 
|  | 301         'vector_icons.h', | 
| 300         'vsync_provider.h', | 302         'vsync_provider.h', | 
| 301         'win/direct_write.cc', | 303         'win/direct_write.cc', | 
| 302         'win/direct_write.h', | 304         'win/direct_write.h', | 
| 303         'win/dpi.cc', | 305         'win/dpi.cc', | 
| 304         'win/dpi.h', | 306         'win/dpi.h', | 
| 305         'win/hwnd_util.cc', | 307         'win/hwnd_util.cc', | 
| 306         'win/hwnd_util.h', | 308         'win/hwnd_util.h', | 
| 307         'win/scoped_set_map_mode.h', | 309         'win/scoped_set_map_mode.h', | 
| 308         'win/singleton_hwnd.cc', | 310         'win/singleton_hwnd.cc', | 
| 309         'win/singleton_hwnd.h', | 311         'win/singleton_hwnd.h', | 
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 489          ], | 491          ], | 
| 490          'variables': { | 492          'variables': { | 
| 491            'jni_gen_package': 'ui/gfx', | 493            'jni_gen_package': 'ui/gfx', | 
| 492          }, | 494          }, | 
| 493          'includes': [ '../../build/jni_generator.gypi' ], | 495          'includes': [ '../../build/jni_generator.gypi' ], | 
| 494        }, | 496        }, | 
| 495      ], | 497      ], | 
| 496     }], | 498     }], | 
| 497   ], | 499   ], | 
| 498 } | 500 } | 
| OLD | NEW | 
|---|