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

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

Issue 10868003: chromeos: Fix pixelated icons in app list and launcher (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win compile 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
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 27 matching lines...) Expand all
38 'app_list_switches.h', 38 'app_list_switches.h',
39 'app_list_view.cc', 39 'app_list_view.cc',
40 'app_list_view.h', 40 'app_list_view.h',
41 'app_list_view_delegate.h', 41 'app_list_view_delegate.h',
42 'apps_grid_view.cc', 42 'apps_grid_view.cc',
43 'apps_grid_view.h', 43 'apps_grid_view.h',
44 'contents_view.cc', 44 'contents_view.cc',
45 'contents_view.h', 45 'contents_view.h',
46 'drop_shadow_label.cc', 46 'drop_shadow_label.cc',
47 'drop_shadow_label.h', 47 'drop_shadow_label.h',
48 'icon_cache.cc',
49 'icon_cache.h',
50 'page_switcher.cc', 48 'page_switcher.cc',
51 'page_switcher.h', 49 'page_switcher.h',
52 'pagination_model.cc', 50 'pagination_model.cc',
53 'pagination_model.h', 51 'pagination_model.h',
54 'pagination_model_observer.h', 52 'pagination_model_observer.h',
55 'search_box_model.h', 53 'search_box_model.h',
56 'search_box_model.cc', 54 'search_box_model.cc',
57 'search_box_model_observer.h', 55 'search_box_model_observer.h',
58 'search_box_view.cc', 56 'search_box_view.cc',
59 'search_box_view.h', 57 'search_box_view.h',
(...skipping 24 matching lines...) Expand all
84 'sources': [ 82 'sources': [
85 'apps_grid_view_unittest.cc', 83 'apps_grid_view_unittest.cc',
86 'pagination_model_unittest.cc', 84 'pagination_model_unittest.cc',
87 'test/app_list_test_suite.cc', 85 'test/app_list_test_suite.cc',
88 'test/app_list_test_suite.h', 86 'test/app_list_test_suite.h',
89 'test/run_all_unittests.cc', 87 'test/run_all_unittests.cc',
90 ], 88 ],
91 }, 89 },
92 ], 90 ],
93 } 91 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/app_list/app_list_controller_win.cc ('k') | ui/app_list/app_list_item_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698