| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 'ui_data_pack', | 59 'ui_data_pack', |
| 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 '../../third_party/zlib/zlib.gyp:zlib', |
| 69 '../../url/url.gyp:url_lib', | 70 '../../url/url.gyp:url_lib', |
| 70 '../display/display.gyp:display', | 71 '../display/display.gyp:display', |
| 71 '../events/events.gyp:events', | 72 '../events/events.gyp:events', |
| 72 '../events/events.gyp:events_base', | 73 '../events/events.gyp:events_base', |
| 73 '../events/platform/events_platform.gyp:events_platform', | 74 '../events/platform/events_platform.gyp:events_platform', |
| 74 '../gfx/gfx.gyp:gfx', | 75 '../gfx/gfx.gyp:gfx', |
| 75 '../gfx/gfx.gyp:gfx_geometry', | 76 '../gfx/gfx.gyp:gfx_geometry', |
| 76 '../gfx/gfx.gyp:gfx_range', | 77 '../gfx/gfx.gyp:gfx_range', |
| 77 '../resources/ui_resources.gyp:ui_resources', | 78 '../resources/ui_resources.gyp:ui_resources', |
| 78 '../strings/ui_strings.gyp:ui_strings', | 79 '../strings/ui_strings.gyp:ui_strings', |
| (...skipping 697 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 |