| 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 'includes': [ | 6 'includes': [ |
| 7 '../../mojo/mojo_variables.gypi', | 7 '../../mojo/mojo_variables.gypi', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 'render_text_mac.mm', | 306 'render_text_mac.mm', |
| 307 'scoped_canvas.cc', | 307 'scoped_canvas.cc', |
| 308 'scoped_canvas.h', | 308 'scoped_canvas.h', |
| 309 'scoped_cg_context_save_gstate_mac.h', | 309 'scoped_cg_context_save_gstate_mac.h', |
| 310 'scoped_ns_graphics_context_save_gstate_mac.h', | 310 'scoped_ns_graphics_context_save_gstate_mac.h', |
| 311 'scoped_ns_graphics_context_save_gstate_mac.mm', | 311 'scoped_ns_graphics_context_save_gstate_mac.mm', |
| 312 'scoped_ui_graphics_push_context_ios.h', | 312 'scoped_ui_graphics_push_context_ios.h', |
| 313 'scoped_ui_graphics_push_context_ios.mm', | 313 'scoped_ui_graphics_push_context_ios.mm', |
| 314 'scrollbar_size.cc', | 314 'scrollbar_size.cc', |
| 315 'scrollbar_size.h', | 315 'scrollbar_size.h', |
| 316 'selection_bound.cc', |
| 317 'selection_bound.h', |
| 316 'selection_model.cc', | 318 'selection_model.cc', |
| 317 'selection_model.h', | 319 'selection_model.h', |
| 318 'sequential_id_generator.cc', | 320 'sequential_id_generator.cc', |
| 319 'sequential_id_generator.h', | 321 'sequential_id_generator.h', |
| 320 'shadow_value.cc', | 322 'shadow_value.cc', |
| 321 'shadow_value.h', | 323 'shadow_value.h', |
| 322 'skbitmap_operations.cc', | 324 'skbitmap_operations.cc', |
| 323 'skbitmap_operations.h', | 325 'skbitmap_operations.h', |
| 324 'skia_util.cc', | 326 'skia_util.cc', |
| 325 'skia_util.h', | 327 'skia_util.h', |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 607 ], | 609 ], |
| 608 'variables': { | 610 'variables': { |
| 609 'jni_gen_package': 'ui/gfx', | 611 'jni_gen_package': 'ui/gfx', |
| 610 }, | 612 }, |
| 611 'includes': [ '../../build/jni_generator.gypi' ], | 613 'includes': [ '../../build/jni_generator.gypi' ], |
| 612 }, | 614 }, |
| 613 ], | 615 ], |
| 614 }], | 616 }], |
| 615 ], | 617 ], |
| 616 } | 618 } |
| OLD | NEW |