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