| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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', | 11 'target_name': 'ui', |
| 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:dynamic
_annotations', | 17 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_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 '../third_party/libpng/libpng.gyp:libpng', | 22 '../third_party/libpng/libpng.gyp:libpng', |
| 23 '../third_party/zlib/zlib.gyp:zlib', | 23 '../third_party/zlib/zlib.gyp:zlib', |
| 24 '../url/url.gyp:url_lib', | 24 '../url/url.gyp:url_lib', |
| 25 'base/strings/ui_strings.gyp:ui_strings', | 25 'base/strings/ui_strings.gyp:ui_strings', |
| 26 'events/events.gyp:events_base', | 26 'events/events.gyp:events_base', |
| 27 'gfx/gfx.gyp:gfx', | 27 'gfx/gfx.gyp:gfx', |
| 28 'gfx/gfx.gyp:gfx_geometry', |
| 28 'resources/ui_resources.gyp:ui_resources', | 29 'resources/ui_resources.gyp:ui_resources', |
| 29 ], | 30 ], |
| 30 'defines': [ | 31 'defines': [ |
| 31 'UI_IMPLEMENTATION', | 32 'UI_IMPLEMENTATION', |
| 32 ], | 33 ], |
| 33 'export_dependent_settings': [ | 34 'export_dependent_settings': [ |
| 34 '../net/net.gyp:net', | 35 '../net/net.gyp:net', |
| 35 'gfx/gfx.gyp:gfx', | 36 'gfx/gfx.gyp:gfx', |
| 36 ], | 37 ], |
| 37 'sources' : [ | 38 'sources' : [ |
| (...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 'variables': { | 626 'variables': { |
| 626 'jni_gen_package': 'ui', | 627 'jni_gen_package': 'ui', |
| 627 'jni_generator_ptr_type': 'long', | 628 'jni_generator_ptr_type': 'long', |
| 628 }, | 629 }, |
| 629 'includes': [ '../build/jni_generator.gypi' ], | 630 'includes': [ '../build/jni_generator.gypi' ], |
| 630 }, | 631 }, |
| 631 ], | 632 ], |
| 632 }], | 633 }], |
| 633 ], | 634 ], |
| 634 } | 635 } |
| OLD | NEW |