| 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 '../gfx/gfx.gyp:gfx', | 25 '../gfx/gfx.gyp:gfx', |
| 25 '../gfx/gfx.gyp:gfx_geometry', | 26 '../gfx/gfx.gyp:gfx_geometry', |
| 26 '../resources/ui_resources.gyp:ui_resources', | 27 '../resources/ui_resources.gyp:ui_resources', |
| 27 'strings/ui_strings.gyp:ui_strings', | 28 'strings/ui_strings.gyp:ui_strings', |
| 28 ], | 29 ], |
| 29 'defines': [ | 30 'defines': [ |
| 30 'UI_BASE_IMPLEMENTATION', | 31 'UI_BASE_IMPLEMENTATION', |
| 31 ], | 32 ], |
| 32 'export_dependent_settings': [ | 33 'export_dependent_settings': [ |
| 33 '../../net/net.gyp:net', | 34 '../../net/net.gyp:net', |
| (...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 'ldflags': [ | 493 'ldflags': [ |
| 493 '-L<(PRODUCT_DIR)', | 494 '-L<(PRODUCT_DIR)', |
| 494 ], | 495 ], |
| 495 }, | 496 }, |
| 496 'dependencies': [ | 497 'dependencies': [ |
| 497 '../../build/linux/system.gyp:x11', | 498 '../../build/linux/system.gyp:x11', |
| 498 '../../build/linux/system.gyp:xcursor', | 499 '../../build/linux/system.gyp:xcursor', |
| 499 '../../build/linux/system.gyp:xext', | 500 '../../build/linux/system.gyp:xext', |
| 500 '../../build/linux/system.gyp:xfixes', | 501 '../../build/linux/system.gyp:xfixes', |
| 501 '../../build/linux/system.gyp:xrender', # For XRender* function cal
ls in x11_util.cc. | 502 '../../build/linux/system.gyp:xrender', # For XRender* function cal
ls in x11_util.cc. |
| 503 '../events/platform/x11/x11_events_platform.gyp:x11_events_platform'
, |
| 502 ], | 504 ], |
| 503 }], | 505 }], |
| 504 ['toolkit_views==0', { | 506 ['toolkit_views==0', { |
| 505 'sources!': [ | 507 'sources!': [ |
| 506 'dragdrop/drag_drop_types.h', | 508 'dragdrop/drag_drop_types.h', |
| 507 'dragdrop/drop_target_event.cc', | 509 'dragdrop/drop_target_event.cc', |
| 508 'dragdrop/drop_target_event.h', | 510 'dragdrop/drop_target_event.h', |
| 509 'dragdrop/os_exchange_data.cc', | 511 'dragdrop/os_exchange_data.cc', |
| 510 'dragdrop/os_exchange_data.h', | 512 'dragdrop/os_exchange_data.h', |
| 511 'nine_image_painter_factory.cc', | 513 'nine_image_painter_factory.cc', |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 ], | 629 ], |
| 628 'variables': { | 630 'variables': { |
| 629 'jni_gen_package': 'ui', | 631 'jni_gen_package': 'ui', |
| 630 }, | 632 }, |
| 631 'includes': [ '../../build/jni_generator.gypi' ], | 633 'includes': [ '../../build/jni_generator.gypi' ], |
| 632 }, | 634 }, |
| 633 ], | 635 ], |
| 634 }], | 636 }], |
| 635 ], | 637 ], |
| 636 } | 638 } |
| OLD | NEW |