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

Unified Diff: ui/app_list/app_list.gyp

Issue 10388032: Move app list from ash to ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: fix win_aura bot and comments in #5 Created 8 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/OWNERS ('k') | ui/app_list/app_list_bubble_border.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list.gyp
===================================================================
--- ui/app_list/app_list.gyp (revision 0)
+++ ui/app_list/app_list.gyp (revision 0)
@@ -0,0 +1,70 @@
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'variables': {
+ 'chromium_code': 1,
+ },
+ 'targets': [
+ {
+ 'target_name': 'app_list',
+ 'type': '<(component)',
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ '../../skia/skia.gyp:skia',
+ '../aura/aura.gyp:aura',
+ '../compositor/compositor.gyp:compositor',
+ '../ui.gyp:ui',
+ '../views/views.gyp:views',
+ ],
+ 'defines': [
+ 'APP_LIST_IMPLEMENTATION',
+ ],
+ 'sources': [
+ 'app_list_bubble_border.cc',
+ 'app_list_bubble_border.h',
+ 'app_list_item_model.cc',
+ 'app_list_item_model.h',
+ 'app_list_item_model_observer.h',
+ 'app_list_item_view.cc',
+ 'app_list_item_view.h',
+ 'app_list_model.cc',
+ 'app_list_model.h',
+ 'app_list_model_view.cc',
+ 'app_list_model_view.h',
+ 'app_list_view.cc',
+ 'app_list_view.h',
+ 'app_list_view_delegate.h',
+ 'drop_shadow_label.cc',
+ 'drop_shadow_label.h',
+ 'icon_cache.cc',
+ 'icon_cache.h',
+ 'page_switcher.cc',
+ 'page_switcher.h',
+ 'pagination_model.cc',
+ 'pagination_model.h',
+ 'pagination_model_observer.h',
+ ],
+ },
+ {
+ 'target_name': 'app_list_unittests',
+ 'type': 'executable',
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../base/base.gyp:test_support_base',
+ '../../skia/skia.gyp:skia',
+ '../../testing/gtest.gyp:gtest',
+ '../compositor/compositor.gyp:compositor',
+ '../compositor/compositor.gyp:compositor_test_support',
+ '../views/views.gyp:views',
+ 'app_list',
+ ],
+ 'sources': [
+ 'app_list_model_view_unittest.cc',
+ 'run_all_unittests.cc',
+ ],
+ },
+ ],
+}
Property changes on: ui/app_list/app_list.gyp
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « ui/app_list/OWNERS ('k') | ui/app_list/app_list_bubble_border.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698