| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 'ios/NSString+CrStringDrawing.mm', | 210 'ios/NSString+CrStringDrawing.mm', |
| 211 'ios/uikit_util.h', | 211 'ios/uikit_util.h', |
| 212 'ios/uikit_util.mm', | 212 'ios/uikit_util.mm', |
| 213 'linux_font_delegate.cc', | 213 'linux_font_delegate.cc', |
| 214 'linux_font_delegate.h', | 214 'linux_font_delegate.h', |
| 215 'mac/coordinate_conversion.h', | 215 'mac/coordinate_conversion.h', |
| 216 'mac/coordinate_conversion.mm', | 216 'mac/coordinate_conversion.mm', |
| 217 'mac/nswindow_frame_controls.h', | 217 'mac/nswindow_frame_controls.h', |
| 218 'mac/nswindow_frame_controls.mm', | 218 'mac/nswindow_frame_controls.mm', |
| 219 'mac/scoped_cocoa_disable_screen_updates.h', | 219 'mac/scoped_cocoa_disable_screen_updates.h', |
| 220 'native_pixmap_handle_ozone.h', |
| 220 'native_widget_types.h', | 221 'native_widget_types.h', |
| 221 'nine_image_painter.cc', | 222 'nine_image_painter.cc', |
| 222 'nine_image_painter.h', | 223 'nine_image_painter.h', |
| 223 'overlay_transform.h', | 224 'overlay_transform.h', |
| 224 'paint_throbber.cc', | 225 'paint_throbber.cc', |
| 225 'paint_throbber.h', | 226 'paint_throbber.h', |
| 226 'path.cc', | 227 'path.cc', |
| 227 'path.h', | 228 'path.h', |
| 228 'path_win.cc', | 229 'path_win.cc', |
| 229 'path_win.h', | 230 'path_win.h', |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 550 ], | 551 ], |
| 551 'variables': { | 552 'variables': { |
| 552 'jni_gen_package': 'ui/gfx', | 553 'jni_gen_package': 'ui/gfx', |
| 553 }, | 554 }, |
| 554 'includes': [ '../../build/jni_generator.gypi' ], | 555 'includes': [ '../../build/jni_generator.gypi' ], |
| 555 }, | 556 }, |
| 556 ], | 557 ], |
| 557 }], | 558 }], |
| 558 ], | 559 ], |
| 559 } | 560 } |
| OLD | NEW |