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 { |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 'ui_features', | 60 'ui_features', |
61 '../../base/base.gyp:base', | 61 '../../base/base.gyp:base', |
62 '../../base/base.gyp:base_i18n', | 62 '../../base/base.gyp:base_i18n', |
63 '../../base/base.gyp:base_static', | 63 '../../base/base.gyp:base_static', |
64 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 64 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
65 '../../net/net.gyp:net', | 65 '../../net/net.gyp:net', |
66 '../../skia/skia.gyp:skia', | 66 '../../skia/skia.gyp:skia', |
67 '../../third_party/icu/icu.gyp:icui18n', | 67 '../../third_party/icu/icu.gyp:icui18n', |
68 '../../third_party/icu/icu.gyp:icuuc', | 68 '../../third_party/icu/icu.gyp:icuuc', |
69 '../../url/url.gyp:url_lib', | 69 '../../url/url.gyp:url_lib', |
| 70 '../display/display.gyp:display', |
70 '../events/events.gyp:events', | 71 '../events/events.gyp:events', |
71 '../events/events.gyp:events_base', | 72 '../events/events.gyp:events_base', |
72 '../events/platform/events_platform.gyp:events_platform', | 73 '../events/platform/events_platform.gyp:events_platform', |
73 '../gfx/gfx.gyp:gfx', | 74 '../gfx/gfx.gyp:gfx', |
74 '../gfx/gfx.gyp:gfx_geometry', | 75 '../gfx/gfx.gyp:gfx_geometry', |
75 '../resources/ui_resources.gyp:ui_resources', | 76 '../resources/ui_resources.gyp:ui_resources', |
76 '../strings/ui_strings.gyp:ui_strings', | 77 '../strings/ui_strings.gyp:ui_strings', |
77 ], | 78 ], |
78 'defines': [ | 79 'defines': [ |
79 'UI_BASE_IMPLEMENTATION', | 80 'UI_BASE_IMPLEMENTATION', |
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
776 ], | 777 ], |
777 'variables': { | 778 'variables': { |
778 'jni_gen_package': 'ui', | 779 'jni_gen_package': 'ui', |
779 }, | 780 }, |
780 'includes': [ '../../build/jni_generator.gypi' ], | 781 'includes': [ '../../build/jni_generator.gypi' ], |
781 }, | 782 }, |
782 ], | 783 ], |
783 }], | 784 }], |
784 ], | 785 ], |
785 } | 786 } |
OLD | NEW |