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

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

Issue 438533002: MacViews: Changes to allow app_list_unittests to compile (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Ash Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « ui/views/BUILD.gn ('k') | no next file » | 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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 # GN version: //ui/views:test_support 687 # GN version: //ui/views:test_support
688 'target_name': 'views_test_support', 688 'target_name': 'views_test_support',
689 'type': 'static_library', 689 'type': 'static_library',
690 'dependencies': [ 690 'dependencies': [
691 '../../base/base.gyp:base', 691 '../../base/base.gyp:base',
692 '../../ipc/ipc.gyp:test_support_ipc', 692 '../../ipc/ipc.gyp:test_support_ipc',
693 '../../skia/skia.gyp:skia', 693 '../../skia/skia.gyp:skia',
694 '../../testing/gtest.gyp:gtest', 694 '../../testing/gtest.gyp:gtest',
695 '../base/ui_base.gyp:ui_base', 695 '../base/ui_base.gyp:ui_base',
696 '../compositor/compositor.gyp:compositor', 696 '../compositor/compositor.gyp:compositor',
697 '../compositor/compositor.gyp:compositor_test_support',
697 '../events/events.gyp:events', 698 '../events/events.gyp:events',
698 '../events/platform/events_platform.gyp:events_platform', 699 '../events/platform/events_platform.gyp:events_platform',
699 '../gfx/gfx.gyp:gfx', 700 '../gfx/gfx.gyp:gfx',
700 '../gfx/gfx.gyp:gfx_geometry', 701 '../gfx/gfx.gyp:gfx_geometry',
701 'views', 702 'views',
702 ], 703 ],
703 'include_dirs': [ 704 'include_dirs': [
704 '..', 705 '..',
705 ], 706 ],
706 'sources': [ 707 'sources': [
(...skipping 26 matching lines...) Expand all
733 '../../base/base.gyp:test_support_base', 734 '../../base/base.gyp:test_support_base',
734 '../../skia/skia.gyp:skia', 735 '../../skia/skia.gyp:skia',
735 '../../testing/gtest.gyp:gtest', 736 '../../testing/gtest.gyp:gtest',
736 '../../third_party/icu/icu.gyp:icui18n', 737 '../../third_party/icu/icu.gyp:icui18n',
737 '../../third_party/icu/icu.gyp:icuuc', 738 '../../third_party/icu/icu.gyp:icuuc',
738 '../../url/url.gyp:url_lib', 739 '../../url/url.gyp:url_lib',
739 '../accessibility/accessibility.gyp:accessibility', 740 '../accessibility/accessibility.gyp:accessibility',
740 '../base/ui_base.gyp:ui_base', 741 '../base/ui_base.gyp:ui_base',
741 '../base/ui_base.gyp:ui_base_test_support', 742 '../base/ui_base.gyp:ui_base_test_support',
742 '../compositor/compositor.gyp:compositor', 743 '../compositor/compositor.gyp:compositor',
743 '../compositor/compositor.gyp:compositor_test_support',
744 '../events/events.gyp:events', 744 '../events/events.gyp:events',
745 '../events/events.gyp:events_base', 745 '../events/events.gyp:events_base',
746 '../events/events.gyp:events_test_support', 746 '../events/events.gyp:events_test_support',
747 '../gfx/gfx.gyp:gfx', 747 '../gfx/gfx.gyp:gfx',
748 '../gfx/gfx.gyp:gfx_geometry', 748 '../gfx/gfx.gyp:gfx_geometry',
749 '../resources/ui_resources.gyp:ui_resources', 749 '../resources/ui_resources.gyp:ui_resources',
750 '../resources/ui_resources.gyp:ui_test_pak', 750 '../resources/ui_resources.gyp:ui_test_pak',
751 '../strings/ui_strings.gyp:ui_strings', 751 '../strings/ui_strings.gyp:ui_strings',
752 'views', 752 'views',
753 'views_test_support', 753 'views_test_support',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 '../aura/aura.gyp:aura', 871 '../aura/aura.gyp:aura',
872 '../wm/wm.gyp:wm', 872 '../wm/wm.gyp:wm',
873 ], 873 ],
874 }], 874 }],
875 ], 875 ],
876 }, # target_name: macviews_interactive_ui_tests 876 }, # target_name: macviews_interactive_ui_tests
877 ], # targets 877 ], # targets
878 }], 878 }],
879 ], # conditions 879 ], # conditions
880 } 880 }
OLDNEW
« no previous file with comments | « ui/views/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698