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

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

Issue 10539038: Reland 140878 - cleanup: Remove applist v1 code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix borken AppInstallConfirmation* browser_tests Created 8 years, 6 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/app_list/DEPS ('k') | ui/app_list/app_list_item_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 '../../base/base.gyp:test_support_base', 69 '../../base/base.gyp:test_support_base',
70 '../../skia/skia.gyp:skia', 70 '../../skia/skia.gyp:skia',
71 '../../testing/gtest.gyp:gtest', 71 '../../testing/gtest.gyp:gtest',
72 '../compositor/compositor.gyp:compositor', 72 '../compositor/compositor.gyp:compositor',
73 '../compositor/compositor.gyp:compositor_test_support', 73 '../compositor/compositor.gyp:compositor_test_support',
74 '../views/views.gyp:views', 74 '../views/views.gyp:views',
75 'app_list', 75 'app_list',
76 ], 76 ],
77 'sources': [ 77 'sources': [
78 'apps_grid_view_unittest.cc', 78 'apps_grid_view_unittest.cc',
79 'run_all_unittests.cc', 79 'test/app_list_test_suite.cc',
80 'test/app_list_test_suite.h',
81 'test/run_all_unittests.cc',
80 ], 82 ],
81 }, 83 },
82 ], 84 ],
83 } 85 }
OLDNEW
« no previous file with comments | « ui/app_list/DEPS ('k') | ui/app_list/app_list_item_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698