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

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

Issue 10892017: app_list: Fix crash after uninstalling last app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add test Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ui/app_list/apps_grid_view.h » ('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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'target_name': 'app_list_unittests', 69 'target_name': 'app_list_unittests',
70 'type': 'executable', 70 'type': 'executable',
71 'dependencies': [ 71 'dependencies': [
72 '../../base/base.gyp:base', 72 '../../base/base.gyp:base',
73 '../../base/base.gyp:test_support_base', 73 '../../base/base.gyp:test_support_base',
74 '../../skia/skia.gyp:skia', 74 '../../skia/skia.gyp:skia',
75 '../../testing/gtest.gyp:gtest', 75 '../../testing/gtest.gyp:gtest',
76 '../compositor/compositor.gyp:compositor', 76 '../compositor/compositor.gyp:compositor',
77 '../compositor/compositor.gyp:compositor_test_support', 77 '../compositor/compositor.gyp:compositor_test_support',
78 '../views/views.gyp:views', 78 '../views/views.gyp:views',
79 '../views/views.gyp:test_support_views',
79 'app_list', 80 'app_list',
80 ], 81 ],
81 'sources': [ 82 'sources': [
82 'apps_grid_view_unittest.cc', 83 'apps_grid_view_unittest.cc',
83 'pagination_model_unittest.cc', 84 'pagination_model_unittest.cc',
84 'test/app_list_test_suite.cc', 85 'test/app_list_test_suite.cc',
85 'test/app_list_test_suite.h', 86 'test/app_list_test_suite.h',
86 'test/run_all_unittests.cc', 87 'test/run_all_unittests.cc',
87 ], 88 ],
88 }, 89 },
89 ], 90 ],
90 } 91 }
OLDNEW
« no previous file with comments | « no previous file | ui/app_list/apps_grid_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698