| 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 14 matching lines...) Expand all Loading... |
| 25 'geometry/insets.h', | 25 'geometry/insets.h', |
| 26 'geometry/insets_base.h', | 26 'geometry/insets_base.h', |
| 27 'geometry/insets_f.cc', | 27 'geometry/insets_f.cc', |
| 28 'geometry/insets_f.h', | 28 'geometry/insets_f.h', |
| 29 'geometry/matrix3_f.cc', | 29 'geometry/matrix3_f.cc', |
| 30 'geometry/matrix3_f.h', | 30 'geometry/matrix3_f.h', |
| 31 'geometry/point.cc', | 31 'geometry/point.cc', |
| 32 'geometry/point.h', | 32 'geometry/point.h', |
| 33 'geometry/point3_f.cc', | 33 'geometry/point3_f.cc', |
| 34 'geometry/point3_f.h', | 34 'geometry/point3_f.h', |
| 35 'geometry/point_base.h', | |
| 36 'geometry/point_conversions.cc', | 35 'geometry/point_conversions.cc', |
| 37 'geometry/point_conversions.h', | 36 'geometry/point_conversions.h', |
| 38 'geometry/point_f.cc', | 37 'geometry/point_f.cc', |
| 39 'geometry/point_f.h', | 38 'geometry/point_f.h', |
| 40 'geometry/quad_f.cc', | 39 'geometry/quad_f.cc', |
| 41 'geometry/quad_f.h', | 40 'geometry/quad_f.h', |
| 42 'geometry/rect.cc', | 41 'geometry/rect.cc', |
| 43 'geometry/rect.h', | 42 'geometry/rect.h', |
| 44 'geometry/rect_conversions.cc', | 43 'geometry/rect_conversions.cc', |
| 45 'geometry/rect_conversions.h', | 44 'geometry/rect_conversions.h', |
| (...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 ], | 483 ], |
| 485 'variables': { | 484 'variables': { |
| 486 'jni_gen_package': 'ui/gfx', | 485 'jni_gen_package': 'ui/gfx', |
| 487 }, | 486 }, |
| 488 'includes': [ '../../build/jni_generator.gypi' ], | 487 'includes': [ '../../build/jni_generator.gypi' ], |
| 489 }, | 488 }, |
| 490 ], | 489 ], |
| 491 }], | 490 }], |
| 492 ], | 491 ], |
| 493 } | 492 } |
| OLD | NEW |