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

Side by Side Diff: athena/athena.gyp

Issue 694413005: athena: Introduce ActivityView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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
« no previous file with comments | « athena/activity/public/activity_view_model.h ('k') | athena/content/app_activity.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 30 matching lines...) Expand all
41 'activity/activity_manager_impl.cc', 41 'activity/activity_manager_impl.cc',
42 'activity/activity_manager_impl.h', 42 'activity/activity_manager_impl.h',
43 'activity/activity_frame_view.cc', 43 'activity/activity_frame_view.cc',
44 'activity/activity_frame_view.h', 44 'activity/activity_frame_view.h',
45 'activity/activity_widget_delegate.cc', 45 'activity/activity_widget_delegate.cc',
46 'activity/activity_widget_delegate.h', 46 'activity/activity_widget_delegate.h',
47 'activity/public/activity.h', 47 'activity/public/activity.h',
48 'activity/public/activity_factory.h', 48 'activity/public/activity_factory.h',
49 'activity/public/activity_manager.h', 49 'activity/public/activity_manager.h',
50 'activity/public/activity_manager_observer.h', 50 'activity/public/activity_manager_observer.h',
51 'activity/public/activity_view.h',
51 'activity/public/activity_view_model.h', 52 'activity/public/activity_view_model.h',
52 'athena_export.h', 53 'athena_export.h',
53 'env/athena_env_impl.cc', 54 'env/athena_env_impl.cc',
54 'env/public/athena_env.h', 55 'env/public/athena_env.h',
55 'home/app_list_view_delegate.cc', 56 'home/app_list_view_delegate.cc',
56 'home/app_list_view_delegate.h', 57 'home/app_list_view_delegate.h',
57 'home/athena_start_page_view.cc', 58 'home/athena_start_page_view.cc',
58 'home/athena_start_page_view.h', 59 'home/athena_start_page_view.h',
59 'home/home_card_constants.cc', 60 'home/home_card_constants.cc',
60 'home/home_card_constants.h', 61 'home/home_card_constants.h',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'util/drag_handle_unittest.cc', 310 'util/drag_handle_unittest.cc',
310 'util/fill_layout_manager_unittest.cc', 311 'util/fill_layout_manager_unittest.cc',
311 'wm/split_view_controller_unittest.cc', 312 'wm/split_view_controller_unittest.cc',
312 'wm/window_list_provider_impl_unittest.cc', 313 'wm/window_list_provider_impl_unittest.cc',
313 'wm/window_manager_unittest.cc', 314 'wm/window_manager_unittest.cc',
314 ], 315 ],
315 } 316 }
316 ], 317 ],
317 } 318 }
318 319
OLDNEW
« no previous file with comments | « athena/activity/public/activity_view_model.h ('k') | athena/content/app_activity.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698