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

Side by Side Diff: trunk/src/athena/athena.gyp

Issue 382913002: Revert 282159 "athena: Move athena_export.h into common/ directory." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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 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 14 matching lines...) Expand all
25 # All .cc, .h under athena, except unittests 25 # All .cc, .h under athena, except unittests
26 'activity/activity.cc', 26 'activity/activity.cc',
27 'activity/activity_factory.cc', 27 'activity/activity_factory.cc',
28 'activity/activity_manager_impl.cc', 28 'activity/activity_manager_impl.cc',
29 'activity/activity_view_manager_impl.cc', 29 'activity/activity_view_manager_impl.cc',
30 'activity/public/activity.h', 30 'activity/public/activity.h',
31 'activity/public/activity_factory.h', 31 'activity/public/activity_factory.h',
32 'activity/public/activity_manager.h', 32 'activity/public/activity_manager.h',
33 'activity/public/activity_view_manager.h', 33 'activity/public/activity_view_manager.h',
34 'activity/public/activity_view_model.h', 34 'activity/public/activity_view_model.h',
35 'common/athena_export.h', 35 # move athena_export.h to common/
36 'athena_export.h',
36 'common/fill_layout_manager.cc', 37 'common/fill_layout_manager.cc',
37 'common/fill_layout_manager.h', 38 'common/fill_layout_manager.h',
38 'common/switches.cc', 39 'common/switches.cc',
39 'common/switches.h', 40 'common/switches.h',
40 'home/app_list_view_delegate.cc', 41 'home/app_list_view_delegate.cc',
41 'home/app_list_view_delegate.h', 42 'home/app_list_view_delegate.h',
42 'home/home_card_impl.cc', 43 'home/home_card_impl.cc',
43 'home/public/app_model_builder.h', 44 'home/public/app_model_builder.h',
44 'home/public/home_card.h', 45 'home/public/home_card.h',
45 'input/accelerator_manager_impl.cc', 46 'input/accelerator_manager_impl.cc',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 'sources': [ 142 'sources': [
142 'test/athena_unittests.cc', 143 'test/athena_unittests.cc',
143 'activity/activity_manager_unittest.cc', 144 'activity/activity_manager_unittest.cc',
144 'input/accelerator_manager_unittest.cc', 145 'input/accelerator_manager_unittest.cc',
145 'wm/window_manager_unittest.cc', 146 'wm/window_manager_unittest.cc',
146 ], 147 ],
147 } 148 }
148 ], 149 ],
149 } 150 }
150 151
OLDNEW
« no previous file with comments | « trunk/src/athena/activity/public/activity_view_model.h ('k') | trunk/src/athena/athena_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698