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