Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Side by Side Diff: ui/views/views.gyp

Issue 889323003: Split ui/base/ime into a new component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cros x11 GN build Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/wm/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 # Sources lists shared with GN build. 7 # Sources lists shared with GN build.
8 'views_sources': [ 8 'views_sources': [
9 'accessibility/native_view_accessibility.cc', 9 'accessibility/native_view_accessibility.cc',
10 'accessibility/native_view_accessibility.h', 10 'accessibility/native_view_accessibility.h',
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 'dependencies': [ 592 'dependencies': [
593 '../../base/base.gyp:base', 593 '../../base/base.gyp:base',
594 '../../base/base.gyp:base_i18n', 594 '../../base/base.gyp:base_i18n',
595 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 595 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
596 '../../skia/skia.gyp:skia', 596 '../../skia/skia.gyp:skia',
597 '../../third_party/icu/icu.gyp:icui18n', 597 '../../third_party/icu/icu.gyp:icui18n',
598 '../../third_party/icu/icu.gyp:icuuc', 598 '../../third_party/icu/icu.gyp:icuuc',
599 '../../url/url.gyp:url_lib', 599 '../../url/url.gyp:url_lib',
600 '../accessibility/accessibility.gyp:accessibility', 600 '../accessibility/accessibility.gyp:accessibility',
601 '../accessibility/accessibility.gyp:ax_gen', 601 '../accessibility/accessibility.gyp:ax_gen',
602 '../base/ime/ui_base_ime.gyp:ui_base_ime',
602 '../base/ui_base.gyp:ui_base', 603 '../base/ui_base.gyp:ui_base',
603 '../compositor/compositor.gyp:compositor', 604 '../compositor/compositor.gyp:compositor',
604 '../events/events.gyp:events', 605 '../events/events.gyp:events',
605 '../events/events.gyp:events_base', 606 '../events/events.gyp:events_base',
606 '../events/platform/events_platform.gyp:events_platform', 607 '../events/platform/events_platform.gyp:events_platform',
607 '../gfx/gfx.gyp:gfx', 608 '../gfx/gfx.gyp:gfx',
608 '../gfx/gfx.gyp:gfx_geometry', 609 '../gfx/gfx.gyp:gfx_geometry',
609 '../native_theme/native_theme.gyp:native_theme', 610 '../native_theme/native_theme.gyp:native_theme',
610 '../resources/ui_resources.gyp:ui_resources', 611 '../resources/ui_resources.gyp:ui_resources',
611 '../strings/ui_strings.gyp:ui_strings', 612 '../strings/ui_strings.gyp:ui_strings',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 'dependencies': [ 770 'dependencies': [
770 '../../base/base.gyp:base', 771 '../../base/base.gyp:base',
771 '../../base/base.gyp:base_i18n', 772 '../../base/base.gyp:base_i18n',
772 '../../base/base.gyp:test_support_base', 773 '../../base/base.gyp:test_support_base',
773 '../../skia/skia.gyp:skia', 774 '../../skia/skia.gyp:skia',
774 '../../testing/gtest.gyp:gtest', 775 '../../testing/gtest.gyp:gtest',
775 '../../third_party/icu/icu.gyp:icui18n', 776 '../../third_party/icu/icu.gyp:icui18n',
776 '../../third_party/icu/icu.gyp:icuuc', 777 '../../third_party/icu/icu.gyp:icuuc',
777 '../../url/url.gyp:url_lib', 778 '../../url/url.gyp:url_lib',
778 '../accessibility/accessibility.gyp:accessibility', 779 '../accessibility/accessibility.gyp:accessibility',
780 '../base/ime/ui_base_ime.gyp:ui_base_ime',
779 '../base/ui_base.gyp:ui_base', 781 '../base/ui_base.gyp:ui_base',
780 '../base/ui_base.gyp:ui_base_test_support', 782 '../base/ui_base.gyp:ui_base_test_support',
781 '../compositor/compositor.gyp:compositor', 783 '../compositor/compositor.gyp:compositor',
782 '../events/events.gyp:events', 784 '../events/events.gyp:events',
783 '../events/events.gyp:events_base', 785 '../events/events.gyp:events_base',
784 '../events/events.gyp:events_test_support', 786 '../events/events.gyp:events_test_support',
785 '../gfx/gfx.gyp:gfx', 787 '../gfx/gfx.gyp:gfx',
786 '../gfx/gfx.gyp:gfx_geometry', 788 '../gfx/gfx.gyp:gfx_geometry',
787 '../resources/ui_resources.gyp:ui_resources', 789 '../resources/ui_resources.gyp:ui_resources',
788 '../resources/ui_resources.gyp:ui_test_pak', 790 '../resources/ui_resources.gyp:ui_test_pak',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 '../aura/aura.gyp:aura', 911 '../aura/aura.gyp:aura',
910 '../wm/wm.gyp:wm', 912 '../wm/wm.gyp:wm',
911 ], 913 ],
912 }], 914 }],
913 ], 915 ],
914 }, # target_name: macviews_interactive_ui_tests 916 }, # target_name: macviews_interactive_ui_tests
915 ], # targets 917 ], # targets
916 }], 918 }],
917 ], # conditions 919 ], # conditions
918 } 920 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | ui/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698