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

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

Issue 507373002: MacViews: All targets compile. Fixes unit_tests and message_center_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20140827-MacViews-WebContentsViewDelegateMac
Patch Set: +comment, +gn changes Created 6 years, 3 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') | 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 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 'type': 'static_library', 691 'type': 'static_library',
692 'dependencies': [ 692 'dependencies': [
693 '../../base/base.gyp:base', 693 '../../base/base.gyp:base',
694 '../../ipc/ipc.gyp:test_support_ipc', 694 '../../ipc/ipc.gyp:test_support_ipc',
695 '../../skia/skia.gyp:skia', 695 '../../skia/skia.gyp:skia',
696 '../../testing/gtest.gyp:gtest', 696 '../../testing/gtest.gyp:gtest',
697 '../base/ui_base.gyp:ui_base', 697 '../base/ui_base.gyp:ui_base',
698 '../compositor/compositor.gyp:compositor', 698 '../compositor/compositor.gyp:compositor',
699 '../compositor/compositor.gyp:compositor_test_support', 699 '../compositor/compositor.gyp:compositor_test_support',
700 '../events/events.gyp:events', 700 '../events/events.gyp:events',
701 '../events/events.gyp:events_test_support',
701 '../events/platform/events_platform.gyp:events_platform', 702 '../events/platform/events_platform.gyp:events_platform',
702 '../gfx/gfx.gyp:gfx', 703 '../gfx/gfx.gyp:gfx',
703 '../gfx/gfx.gyp:gfx_geometry', 704 '../gfx/gfx.gyp:gfx_geometry',
704 'views', 705 'views',
705 ], 706 ],
706 'include_dirs': [ 707 'include_dirs': [
707 '..', 708 '..',
708 ], 709 ],
709 'sources': [ 710 'sources': [
710 '<@(views_test_support_sources)', 711 '<@(views_test_support_sources)',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 '../aura/aura.gyp:aura', 874 '../aura/aura.gyp:aura',
874 '../wm/wm.gyp:wm', 875 '../wm/wm.gyp:wm',
875 ], 876 ],
876 }], 877 }],
877 ], 878 ],
878 }, # target_name: macviews_interactive_ui_tests 879 }, # target_name: macviews_interactive_ui_tests
879 ], # targets 880 ], # targets
880 }], 881 }],
881 ], # conditions 882 ], # conditions
882 } 883 }
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