| 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 'includes': [ |
| 7 '../../mojo/mojo_variables.gypi', |
| 8 ], |
| 9 'variables': { |
| 7 'chromium_code': 1, | 10 'chromium_code': 1, |
| 8 }, | 11 }, |
| 9 'targets': [ | 12 'targets': [ |
| 10 { | 13 { |
| 11 'target_name': 'gfx_geometry', | 14 'target_name': 'gfx_geometry', |
| 12 'type': '<(component)', | 15 'type': '<(component)', |
| 13 'dependencies': [ | 16 'dependencies': [ |
| 14 '<(DEPTH)/base/base.gyp:base', | 17 '<(DEPTH)/base/base.gyp:base', |
| 15 ], | 18 ], |
| 16 'defines': [ | 19 'defines': [ |
| (...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 606 ], | 609 ], |
| 607 'variables': { | 610 'variables': { |
| 608 'jni_gen_package': 'ui/gfx', | 611 'jni_gen_package': 'ui/gfx', |
| 609 }, | 612 }, |
| 610 'includes': [ '../../build/jni_generator.gypi' ], | 613 'includes': [ '../../build/jni_generator.gypi' ], |
| 611 }, | 614 }, |
| 612 ], | 615 ], |
| 613 }], | 616 }], |
| 614 ], | 617 ], |
| 615 } | 618 } |
| OLD | NEW |