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

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

Issue 11117009: views: Split test_support_views in two targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « content/content_shell.gypi ('k') | ui/views/views.gyp » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'target_name': 'app_list_unittests', 68 'target_name': 'app_list_unittests',
69 'type': 'executable', 69 'type': 'executable',
70 'dependencies': [ 70 'dependencies': [
71 '../../base/base.gyp:base', 71 '../../base/base.gyp:base',
72 '../../base/base.gyp:test_support_base', 72 '../../base/base.gyp:test_support_base',
73 '../../skia/skia.gyp:skia', 73 '../../skia/skia.gyp:skia',
74 '../../testing/gtest.gyp:gtest', 74 '../../testing/gtest.gyp:gtest',
75 '../compositor/compositor.gyp:compositor', 75 '../compositor/compositor.gyp:compositor',
76 '../compositor/compositor.gyp:compositor_test_support', 76 '../compositor/compositor.gyp:compositor_test_support',
77 '../views/views.gyp:views', 77 '../views/views.gyp:views',
78 '../views/views.gyp:test_support_views', 78 '../views/views.gyp:views_test_support',
79 'app_list', 79 'app_list',
80 ], 80 ],
81 'sources': [ 81 'sources': [
82 'apps_grid_view_unittest.cc', 82 'apps_grid_view_unittest.cc',
83 'pagination_model_unittest.cc', 83 'pagination_model_unittest.cc',
84 'test/apps_grid_view_test_api.cc', 84 'test/apps_grid_view_test_api.cc',
85 'test/apps_grid_view_test_api.h', 85 'test/apps_grid_view_test_api.h',
86 'test/app_list_test_suite.cc', 86 'test/app_list_test_suite.cc',
87 'test/app_list_test_suite.h', 87 'test/app_list_test_suite.h',
88 'test/run_all_unittests.cc', 88 'test/run_all_unittests.cc',
89 ], 89 ],
90 }, 90 },
91 ], 91 ],
92 } 92 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698