| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 'interpolated_transform.cc', | 213 'interpolated_transform.cc', |
| 214 'interpolated_transform.h', | 214 'interpolated_transform.h', |
| 215 'ios/NSString+CrStringDrawing.h', | 215 'ios/NSString+CrStringDrawing.h', |
| 216 'ios/NSString+CrStringDrawing.mm', | 216 'ios/NSString+CrStringDrawing.mm', |
| 217 'ios/uikit_util.h', | 217 'ios/uikit_util.h', |
| 218 'ios/uikit_util.mm', | 218 'ios/uikit_util.mm', |
| 219 'linux_font_delegate.cc', | 219 'linux_font_delegate.cc', |
| 220 'linux_font_delegate.h', | 220 'linux_font_delegate.h', |
| 221 'mac/coordinate_conversion.h', | 221 'mac/coordinate_conversion.h', |
| 222 'mac/coordinate_conversion.mm', | 222 'mac/coordinate_conversion.mm', |
| 223 'mac/nswindow_frame_controls.h', | |
| 224 'mac/nswindow_frame_controls.mm', | |
| 225 'mac/scoped_ns_disable_screen_updates.h', | 223 'mac/scoped_ns_disable_screen_updates.h', |
| 226 'native_widget_types.h', | 224 'native_widget_types.h', |
| 227 'nine_image_painter.cc', | 225 'nine_image_painter.cc', |
| 228 'nine_image_painter.h', | 226 'nine_image_painter.h', |
| 229 'overlay_transform.h', | 227 'overlay_transform.h', |
| 230 'path.cc', | 228 'path.cc', |
| 231 'path.h', | 229 'path.h', |
| 232 'path_aura.cc', | 230 'path_aura.cc', |
| 233 'path_win.cc', | 231 'path_win.cc', |
| 234 'path_win.h', | 232 'path_win.h', |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 ], | 479 ], |
| 482 'variables': { | 480 'variables': { |
| 483 'jni_gen_package': 'ui/gfx', | 481 'jni_gen_package': 'ui/gfx', |
| 484 }, | 482 }, |
| 485 'includes': [ '../../build/jni_generator.gypi' ], | 483 'includes': [ '../../build/jni_generator.gypi' ], |
| 486 }, | 484 }, |
| 487 ], | 485 ], |
| 488 }], | 486 }], |
| 489 ], | 487 ], |
| 490 } | 488 } |
| OLD | NEW |