| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 '../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 '../resources/ui_resources.gyp:ui_resources', | 77 '../resources/ui_resources.gyp:ui_resources', |
| 77 '../strings/ui_strings.gyp:ui_strings', | 78 '../strings/ui_strings.gyp:ui_strings', |
| 78 ], | 79 ], |
| 79 'defines': [ | 80 'defines': [ |
| 80 'UI_BASE_IMPLEMENTATION', | 81 'UI_BASE_IMPLEMENTATION', |
| 81 ], | 82 ], |
| 82 'export_dependent_settings': [ | 83 'export_dependent_settings': [ |
| 83 '../../net/net.gyp:net', | 84 '../../net/net.gyp:net', |
| 84 '../../skia/skia.gyp:skia', | 85 '../../skia/skia.gyp:skia', |
| 85 '../gfx/gfx.gyp:gfx', | 86 '../gfx/gfx.gyp:gfx', |
| (...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 697 # GN version: //ui/base:test_support | 698 # GN version: //ui/base:test_support |
| 698 'target_name': 'ui_base_test_support', | 699 'target_name': 'ui_base_test_support', |
| 699 'type': 'static_library', | 700 'type': 'static_library', |
| 700 'dependencies': [ | 701 'dependencies': [ |
| 701 'ui_data_pack', | 702 'ui_data_pack', |
| 702 '../../base/base.gyp:base', | 703 '../../base/base.gyp:base', |
| 703 '../../skia/skia.gyp:skia', | 704 '../../skia/skia.gyp:skia', |
| 704 '../../testing/gtest.gyp:gtest', | 705 '../../testing/gtest.gyp:gtest', |
| 705 '../gfx/gfx.gyp:gfx', | 706 '../gfx/gfx.gyp:gfx', |
| 706 '../gfx/gfx.gyp:gfx_geometry', | 707 '../gfx/gfx.gyp:gfx_geometry', |
| 708 '../gfx/gfx.gyp:gfx_range', |
| 707 ], | 709 ], |
| 708 'sources': [ | 710 'sources': [ |
| 709 # Note: file list duplicated in GN build. | 711 # Note: file list duplicated in GN build. |
| 710 'test/ios/keyboard_appearance_listener.h', | 712 'test/ios/keyboard_appearance_listener.h', |
| 711 'test/ios/keyboard_appearance_listener.mm', | 713 'test/ios/keyboard_appearance_listener.mm', |
| 712 'test/ios/ui_view_test_utils.h', | 714 'test/ios/ui_view_test_utils.h', |
| 713 'test/ios/ui_view_test_utils.mm', | 715 'test/ios/ui_view_test_utils.mm', |
| 714 'test/material_design_controller_test_api.cc', | 716 'test/material_design_controller_test_api.cc', |
| 715 'test/material_design_controller_test_api.h', | 717 'test/material_design_controller_test_api.h', |
| 716 'test/test_clipboard.cc', | 718 'test/test_clipboard.cc', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 775 ], | 777 ], |
| 776 'variables': { | 778 'variables': { |
| 777 'jni_gen_package': 'ui', | 779 'jni_gen_package': 'ui', |
| 778 }, | 780 }, |
| 779 'includes': [ '../../build/jni_generator.gypi' ], | 781 'includes': [ '../../build/jni_generator.gypi' ], |
| 780 }, | 782 }, |
| 781 ], | 783 ], |
| 782 }], | 784 }], |
| 783 ], | 785 ], |
| 784 } | 786 } |
| OLD | NEW |