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_util.h', |
| 224 'mac/nswindow_util.mm', |
223 'mac/scoped_ns_disable_screen_updates.h', | 225 'mac/scoped_ns_disable_screen_updates.h', |
224 'native_widget_types.h', | 226 'native_widget_types.h', |
225 'nine_image_painter.cc', | 227 'nine_image_painter.cc', |
226 'nine_image_painter.h', | 228 'nine_image_painter.h', |
227 'overlay_transform.h', | 229 'overlay_transform.h', |
228 'path.cc', | 230 'path.cc', |
229 'path.h', | 231 'path.h', |
230 'path_aura.cc', | 232 'path_aura.cc', |
231 'path_win.cc', | 233 'path_win.cc', |
232 'path_win.h', | 234 'path_win.h', |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
483 ], | 485 ], |
484 'variables': { | 486 'variables': { |
485 'jni_gen_package': 'ui/gfx', | 487 'jni_gen_package': 'ui/gfx', |
486 }, | 488 }, |
487 'includes': [ '../../build/jni_generator.gypi' ], | 489 'includes': [ '../../build/jni_generator.gypi' ], |
488 }, | 490 }, |
489 ], | 491 ], |
490 }], | 492 }], |
491 ], | 493 ], |
492 } | 494 } |
OLD | NEW |