| 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 'mac/scoped_cocoa_disable_screen_updates.h', | 226 'mac/scoped_cocoa_disable_screen_updates.h', |
| 227 'native_pixmap_handle_ozone.h', | 227 'native_pixmap_handle_ozone.h', |
| 228 'native_widget_types.h', | 228 'native_widget_types.h', |
| 229 'nine_image_painter.cc', | 229 'nine_image_painter.cc', |
| 230 'nine_image_painter.h', | 230 'nine_image_painter.h', |
| 231 'overlay_transform.h', | 231 'overlay_transform.h', |
| 232 'paint_throbber.cc', | 232 'paint_throbber.cc', |
| 233 'paint_throbber.h', | 233 'paint_throbber.h', |
| 234 'path.cc', | 234 'path.cc', |
| 235 'path.h', | 235 'path.h', |
| 236 'path_mac.h', |
| 237 'path_mac.mm', |
| 236 'path_win.cc', | 238 'path_win.cc', |
| 237 'path_win.h', | 239 'path_win.h', |
| 238 'path_x11.cc', | 240 'path_x11.cc', |
| 239 'path_x11.h', | 241 'path_x11.h', |
| 240 'platform_font.h', | 242 'platform_font.h', |
| 241 'platform_font_android.cc', | 243 'platform_font_android.cc', |
| 242 'platform_font_ios.h', | 244 'platform_font_ios.h', |
| 243 'platform_font_ios.mm', | 245 'platform_font_ios.mm', |
| 244 'platform_font_linux.cc', | 246 'platform_font_linux.cc', |
| 245 'platform_font_linux.h', | 247 'platform_font_linux.h', |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 ], | 583 ], |
| 582 'variables': { | 584 'variables': { |
| 583 'jni_gen_package': 'ui/gfx', | 585 'jni_gen_package': 'ui/gfx', |
| 584 }, | 586 }, |
| 585 'includes': [ '../../build/jni_generator.gypi' ], | 587 'includes': [ '../../build/jni_generator.gypi' ], |
| 586 }, | 588 }, |
| 587 ], | 589 ], |
| 588 }], | 590 }], |
| 589 ], | 591 ], |
| 590 } | 592 } |
| OLD | NEW |