| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 'ios/NSString+CrStringDrawing.mm', | 214 'ios/NSString+CrStringDrawing.mm', |
| 215 'ios/uikit_util.h', | 215 'ios/uikit_util.h', |
| 216 'ios/uikit_util.mm', | 216 'ios/uikit_util.mm', |
| 217 'linux_font_delegate.cc', | 217 'linux_font_delegate.cc', |
| 218 'linux_font_delegate.h', | 218 'linux_font_delegate.h', |
| 219 'mac/coordinate_conversion.h', | 219 'mac/coordinate_conversion.h', |
| 220 'mac/coordinate_conversion.mm', | 220 'mac/coordinate_conversion.mm', |
| 221 'mac/nswindow_frame_controls.h', | 221 'mac/nswindow_frame_controls.h', |
| 222 'mac/nswindow_frame_controls.mm', | 222 'mac/nswindow_frame_controls.mm', |
| 223 'mac/scoped_cocoa_disable_screen_updates.h', | 223 'mac/scoped_cocoa_disable_screen_updates.h', |
| 224 'native_pixmap_handle_ozone.h', |
| 224 'native_widget_types.h', | 225 'native_widget_types.h', |
| 225 'nine_image_painter.cc', | 226 'nine_image_painter.cc', |
| 226 'nine_image_painter.h', | 227 'nine_image_painter.h', |
| 227 'overlay_transform.h', | 228 'overlay_transform.h', |
| 228 'paint_throbber.cc', | 229 'paint_throbber.cc', |
| 229 'paint_throbber.h', | 230 'paint_throbber.h', |
| 230 'path.cc', | 231 'path.cc', |
| 231 'path.h', | 232 'path.h', |
| 232 'path_win.cc', | 233 'path_win.cc', |
| 233 'path_win.h', | 234 'path_win.h', |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 569 ], | 570 ], |
| 570 'variables': { | 571 'variables': { |
| 571 'jni_gen_package': 'ui/gfx', | 572 'jni_gen_package': 'ui/gfx', |
| 572 }, | 573 }, |
| 573 'includes': [ '../../build/jni_generator.gypi' ], | 574 'includes': [ '../../build/jni_generator.gypi' ], |
| 574 }, | 575 }, |
| 575 ], | 576 ], |
| 576 }], | 577 }], |
| 577 ], | 578 ], |
| 578 } | 579 } |
| OLD | NEW |