| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 'platform_font_mac.h', | 271 'platform_font_mac.h', |
| 272 'platform_font_mac.mm', | 272 'platform_font_mac.mm', |
| 273 'platform_font_win.cc', | 273 'platform_font_win.cc', |
| 274 'platform_font_win.h', | 274 'platform_font_win.h', |
| 275 'render_text.cc', | 275 'render_text.cc', |
| 276 'render_text.h', | 276 'render_text.h', |
| 277 'render_text_harfbuzz.cc', | 277 'render_text_harfbuzz.cc', |
| 278 'render_text_harfbuzz.h', | 278 'render_text_harfbuzz.h', |
| 279 'render_text_mac.h', | 279 'render_text_mac.h', |
| 280 'render_text_mac.mm', | 280 'render_text_mac.mm', |
| 281 'scoped_canvas.cc', |
| 281 'scoped_canvas.h', | 282 'scoped_canvas.h', |
| 282 'scoped_cg_context_save_gstate_mac.h', | 283 'scoped_cg_context_save_gstate_mac.h', |
| 283 'scoped_ns_graphics_context_save_gstate_mac.h', | 284 'scoped_ns_graphics_context_save_gstate_mac.h', |
| 284 'scoped_ns_graphics_context_save_gstate_mac.mm', | 285 'scoped_ns_graphics_context_save_gstate_mac.mm', |
| 285 'scoped_ui_graphics_push_context_ios.h', | 286 'scoped_ui_graphics_push_context_ios.h', |
| 286 'scoped_ui_graphics_push_context_ios.mm', | 287 'scoped_ui_graphics_push_context_ios.mm', |
| 287 'scrollbar_size.cc', | 288 'scrollbar_size.cc', |
| 288 'scrollbar_size.h', | 289 'scrollbar_size.h', |
| 289 'selection_model.cc', | 290 'selection_model.cc', |
| 290 'selection_model.h', | 291 'selection_model.h', |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 ], | 581 ], |
| 581 'variables': { | 582 'variables': { |
| 582 'jni_gen_package': 'ui/gfx', | 583 'jni_gen_package': 'ui/gfx', |
| 583 }, | 584 }, |
| 584 'includes': [ '../../build/jni_generator.gypi' ], | 585 'includes': [ '../../build/jni_generator.gypi' ], |
| 585 }, | 586 }, |
| 586 ], | 587 ], |
| 587 }], | 588 }], |
| 588 ], | 589 ], |
| 589 } | 590 } |
| OLD | NEW |