OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 { |
11 'target_name': 'ui_base', | 11 'target_name': 'ui_base', |
12 'type': '<(component)', | 12 'type': '<(component)', |
13 'dependencies': [ | 13 'dependencies': [ |
14 '../../base/base.gyp:base', | 14 '../../base/base.gyp:base', |
15 '../../base/base.gyp:base_i18n', | 15 '../../base/base.gyp:base_i18n', |
16 '../../base/base.gyp:base_static', | 16 '../../base/base.gyp:base_static', |
17 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 17 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
18 '../../net/net.gyp:net', | 18 '../../net/net.gyp:net', |
19 '../../skia/skia.gyp:skia', | 19 '../../skia/skia.gyp:skia', |
20 '../../third_party/icu/icu.gyp:icui18n', | 20 '../../third_party/icu/icu.gyp:icui18n', |
21 '../../third_party/icu/icu.gyp:icuuc', | 21 '../../third_party/icu/icu.gyp:icuuc', |
22 '../../url/url.gyp:url_lib', | 22 '../../url/url.gyp:url_lib', |
23 '../events/events.gyp:events_base', | 23 '../events/events.gyp:events_base', |
24 '../events/platform/events_platform.gyp:events_platform', | 24 '../events/platform/events_platform.gyp:events_platform', |
25 '../gfx/gfx.gyp:gfx', | 25 '../gfx/gfx.gyp:gfx', |
26 '../gfx/gfx.gyp:gfx_geometry', | 26 '../gfx/gfx.gyp:gfx_geometry', |
27 '../resources/ui_resources.gyp:ui_resources', | 27 '../resources/ui_resources.gyp:ui_resources', |
28 'strings/ui_strings.gyp:ui_strings', | 28 '../strings/ui_strings.gyp:ui_strings', |
29 ], | 29 ], |
30 'defines': [ | 30 'defines': [ |
31 'UI_BASE_IMPLEMENTATION', | 31 'UI_BASE_IMPLEMENTATION', |
32 ], | 32 ], |
33 'export_dependent_settings': [ | 33 'export_dependent_settings': [ |
34 '../../net/net.gyp:net', | 34 '../../net/net.gyp:net', |
35 '../gfx/gfx.gyp:gfx', | 35 '../gfx/gfx.gyp:gfx', |
36 ], | 36 ], |
37 'sources' : [ | 37 'sources' : [ |
38 'accelerators/accelerator.cc', | 38 'accelerators/accelerator.cc', |
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
629 ], | 629 ], |
630 'variables': { | 630 'variables': { |
631 'jni_gen_package': 'ui', | 631 'jni_gen_package': 'ui', |
632 }, | 632 }, |
633 'includes': [ '../../build/jni_generator.gypi' ], | 633 'includes': [ '../../build/jni_generator.gypi' ], |
634 }, | 634 }, |
635 ], | 635 ], |
636 }], | 636 }], |
637 ], | 637 ], |
638 } | 638 } |
OLD | NEW |