| 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 'platform_font_ios.mm', | 234 'platform_font_ios.mm', |
| 235 'platform_font_mac.h', | 235 'platform_font_mac.h', |
| 236 'platform_font_mac.mm', | 236 'platform_font_mac.mm', |
| 237 'platform_font_ozone.cc', | 237 'platform_font_ozone.cc', |
| 238 'platform_font_pango.cc', | 238 'platform_font_pango.cc', |
| 239 'platform_font_pango.h', | 239 'platform_font_pango.h', |
| 240 'platform_font_win.cc', | 240 'platform_font_win.cc', |
| 241 'platform_font_win.h', | 241 'platform_font_win.h', |
| 242 'range/range.cc', | 242 'range/range.cc', |
| 243 'range/range.h', | 243 'range/range.h', |
| 244 'range/range_f.cc', |
| 245 'range/range_f.h', |
| 244 'range/range_mac.mm', | 246 'range/range_mac.mm', |
| 245 'range/range_win.cc', | 247 'range/range_win.cc', |
| 246 'render_text.cc', | 248 'render_text.cc', |
| 247 'render_text.h', | 249 'render_text.h', |
| 248 'render_text_harfbuzz.cc', | 250 'render_text_harfbuzz.cc', |
| 249 'render_text_harfbuzz.h', | 251 'render_text_harfbuzz.h', |
| 250 'render_text_mac.cc', | 252 'render_text_mac.cc', |
| 251 'render_text_mac.h', | 253 'render_text_mac.h', |
| 252 'scoped_canvas.h', | 254 'scoped_canvas.h', |
| 253 'scoped_cg_context_save_gstate_mac.h', | 255 'scoped_cg_context_save_gstate_mac.h', |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 ], | 482 ], |
| 481 'variables': { | 483 'variables': { |
| 482 'jni_gen_package': 'ui/gfx', | 484 'jni_gen_package': 'ui/gfx', |
| 483 }, | 485 }, |
| 484 'includes': [ '../../build/jni_generator.gypi' ], | 486 'includes': [ '../../build/jni_generator.gypi' ], |
| 485 }, | 487 }, |
| 486 ], | 488 ], |
| 487 }], | 489 }], |
| 488 ], | 490 ], |
| 489 } | 491 } |
| OLD | NEW |