| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 '../display/display.gyp:display', |
| 71 '../events/events.gyp:events', | 71 '../events/events.gyp:events', |
| 72 '../events/events.gyp:events_base', | 72 '../events/events.gyp:events_base', |
| 73 '../events/platform/events_platform.gyp:events_platform', | 73 '../events/platform/events_platform.gyp:events_platform', |
| 74 '../gfx/gfx.gyp:gfx', | 74 '../gfx/gfx.gyp:gfx', |
| 75 '../gfx/gfx.gyp:gfx_geometry', | 75 '../gfx/gfx.gyp:gfx_geometry', |
| 76 '../gfx/gfx.gyp:gfx_range', | 76 '../gfx/gfx.gyp:gfx_range', |
| 77 '../latency_info/latency_info.gyp:latency_info', |
| 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', |
| 79 ], | 80 ], |
| 80 'defines': [ | 81 'defines': [ |
| 81 'UI_BASE_IMPLEMENTATION', | 82 'UI_BASE_IMPLEMENTATION', |
| 82 ], | 83 ], |
| 83 'export_dependent_settings': [ | 84 'export_dependent_settings': [ |
| 84 '../../net/net.gyp:net', | 85 '../../net/net.gyp:net', |
| 85 '../../skia/skia.gyp:skia', | 86 '../../skia/skia.gyp:skia', |
| 86 '../gfx/gfx.gyp:gfx', | 87 '../gfx/gfx.gyp:gfx', |
| (...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 771 ], | 772 ], |
| 772 'variables': { | 773 'variables': { |
| 773 'jni_gen_package': 'ui', | 774 'jni_gen_package': 'ui', |
| 774 }, | 775 }, |
| 775 'includes': [ '../../build/jni_generator.gypi' ], | 776 'includes': [ '../../build/jni_generator.gypi' ], |
| 776 }, | 777 }, |
| 777 ], | 778 ], |
| 778 }], | 779 }], |
| 779 ], | 780 ], |
| 780 } | 781 } |
| OLD | NEW |