| 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 'mac/scoped_cocoa_disable_screen_updates.h', | 224 'mac/scoped_cocoa_disable_screen_updates.h', |
| 225 'native_pixmap_handle_ozone.h', | 225 'native_pixmap_handle_ozone.h', |
| 226 'native_widget_types.h', | 226 'native_widget_types.h', |
| 227 'nine_image_painter.cc', | 227 'nine_image_painter.cc', |
| 228 'nine_image_painter.h', | 228 'nine_image_painter.h', |
| 229 'overlay_transform.h', | 229 'overlay_transform.h', |
| 230 'paint_throbber.cc', | 230 'paint_throbber.cc', |
| 231 'paint_throbber.h', | 231 'paint_throbber.h', |
| 232 'path.cc', | 232 'path.cc', |
| 233 'path.h', | 233 'path.h', |
| 234 'path_mac.h', |
| 235 'path_mac.mm', |
| 234 'path_win.cc', | 236 'path_win.cc', |
| 235 'path_win.h', | 237 'path_win.h', |
| 236 'path_x11.cc', | 238 'path_x11.cc', |
| 237 'path_x11.h', | 239 'path_x11.h', |
| 238 'platform_font.h', | 240 'platform_font.h', |
| 239 'platform_font_android.cc', | 241 'platform_font_android.cc', |
| 240 'platform_font_ios.h', | 242 'platform_font_ios.h', |
| 241 'platform_font_ios.mm', | 243 'platform_font_ios.mm', |
| 242 'platform_font_linux.cc', | 244 'platform_font_linux.cc', |
| 243 'platform_font_linux.h', | 245 'platform_font_linux.h', |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 ], | 574 ], |
| 573 'variables': { | 575 'variables': { |
| 574 'jni_gen_package': 'ui/gfx', | 576 'jni_gen_package': 'ui/gfx', |
| 575 }, | 577 }, |
| 576 'includes': [ '../../build/jni_generator.gypi' ], | 578 'includes': [ '../../build/jni_generator.gypi' ], |
| 577 }, | 579 }, |
| 578 ], | 580 ], |
| 579 }], | 581 }], |
| 580 ], | 582 ], |
| 581 } | 583 } |
| OLD | NEW |