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

Side by Side Diff: athena/athena.gyp

Issue 311113005: AppModelBuilder to athena. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 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 | « athena/activity/public/activity_factory.h ('k') | athena/content/DEPS » ('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 20 matching lines...) Expand all
31 'activity/public/activity_manager.h', 31 'activity/public/activity_manager.h',
32 'activity/public/activity_view_manager.h', 32 'activity/public/activity_view_manager.h',
33 'activity/public/activity_view_model.h', 33 'activity/public/activity_view_model.h',
34 # move athena_export.h to common/ 34 # move athena_export.h to common/
35 'athena_export.h', 35 'athena_export.h',
36 'common/switches.cc', 36 'common/switches.cc',
37 'common/switches.h', 37 'common/switches.h',
38 'home/app_list_view_delegate.cc', 38 'home/app_list_view_delegate.cc',
39 'home/app_list_view_delegate.h', 39 'home/app_list_view_delegate.h',
40 'home/home_card_impl.cc', 40 'home/home_card_impl.cc',
41 'home/public/app_model_builder.h',
41 'home/public/home_card.h', 42 'home/public/home_card.h',
42 'input/public/input_manager.h', 43 'input/public/input_manager.h',
43 'input/public/accelerator_manager.h', 44 'input/public/accelerator_manager.h',
44 'input/input_manager_impl.cc', 45 'input/input_manager_impl.cc',
45 'input/accelerator_manager_impl.cc', 46 'input/accelerator_manager_impl.cc',
46 'input/accelerator_manager_impl.h', 47 'input/accelerator_manager_impl.h',
47 'screen/background_controller.cc', 48 'screen/background_controller.cc',
48 'screen/background_controller.h', 49 'screen/background_controller.h',
49 'screen/public/screen_manager.h', 50 'screen/public/screen_manager.h',
50 'screen/screen_accelerator_handler.cc', 51 'screen/screen_accelerator_handler.cc',
51 'screen/screen_accelerator_handler.h', 52 'screen/screen_accelerator_handler.h',
52 'screen/screen_manager_impl.cc', 53 'screen/screen_manager_impl.cc',
53 'wm/public/window_manager.h', 54 'wm/public/window_manager.h',
54 'wm/window_manager_impl.cc', 55 'wm/window_manager_impl.cc',
55 'wm/window_overview_mode.cc', 56 'wm/window_overview_mode.cc',
56 'wm/window_overview_mode.h', 57 'wm/window_overview_mode.h',
57 ], 58 ],
58 }, 59 },
59 { 60 {
60 'target_name': 'athena_content_lib', 61 'target_name': 'athena_content_lib',
61 'type': '<(component)', 62 'type': '<(component)',
62 'dependencies': [ 63 'dependencies': [
63 'athena_lib', 64 'athena_lib',
64 '../content/content.gyp:content_browser', 65 '../content/content.gyp:content_browser',
66 '../ui/app_list/app_list.gyp:app_list',
65 '../ui/views/controls/webview/webview.gyp:webview', 67 '../ui/views/controls/webview/webview.gyp:webview',
66 '../skia/skia.gyp:skia', 68 '../skia/skia.gyp:skia',
67 ], 69 ],
68 'defines': [ 70 'defines': [
69 'ATHENA_IMPLEMENTATION', 71 'ATHENA_IMPLEMENTATION',
70 ], 72 ],
71 'sources': [ 73 'sources': [
72 'content/public/content_activity_factory.h', 74 'content/public/content_activity_factory.h',
75 'content/public/content_app_model_builder.h',
73 'content/content_activity_factory.cc', 76 'content/content_activity_factory.cc',
77 'content/content_app_model_builder.cc',
74 'content/web_activity.h', 78 'content/web_activity.h',
75 'content/web_activity.cc', 79 'content/web_activity.cc',
76 ], 80 ],
77 }, 81 },
78 { 82 {
79 'target_name': 'athena_test_support', 83 'target_name': 'athena_test_support',
80 'type': 'static_library', 84 'type': 'static_library',
81 'dependencies': [ 85 'dependencies': [
82 '../base/base.gyp:test_support_base', 86 '../base/base.gyp:test_support_base',
83 '../skia/skia.gyp:skia', 87 '../skia/skia.gyp:skia',
84 '../testing/gtest.gyp:gtest', 88 '../testing/gtest.gyp:gtest',
85 '../ui/accessibility/accessibility.gyp:ax_gen', 89 '../ui/accessibility/accessibility.gyp:ax_gen',
90 '../ui/app_list/app_list.gyp:app_list',
86 '../ui/aura/aura.gyp:aura_test_support', 91 '../ui/aura/aura.gyp:aura_test_support',
87 '../ui/base/ui_base.gyp:ui_base_test_support', 92 '../ui/base/ui_base.gyp:ui_base_test_support',
88 '../ui/compositor/compositor.gyp:compositor_test_support', 93 '../ui/compositor/compositor.gyp:compositor_test_support',
89 '../ui/views/views.gyp:views', 94 '../ui/views/views.gyp:views',
90 '../ui/wm/wm.gyp:wm', 95 '../ui/wm/wm.gyp:wm',
91 '../url/url.gyp:url_lib', 96 '../url/url.gyp:url_lib',
92 'athena_lib', 97 'athena_lib',
93 ], 98 ],
94 'sources': [ 99 'sources': [
95 'main/athena_launcher.cc', 100 'main/athena_launcher.cc',
96 'main/athena_launcher.h', 101 'main/athena_launcher.h',
97 'main/placeholder.cc', 102 'main/placeholder.cc',
98 'main/placeholder.h', 103 'main/placeholder.h',
99 'test/athena_test_base.cc', 104 'test/athena_test_base.cc',
100 'test/athena_test_base.h', 105 'test/athena_test_base.h',
101 'test/athena_test_helper.cc', 106 'test/athena_test_helper.cc',
102 'test/athena_test_helper.h', 107 'test/athena_test_helper.h',
103 'test/sample_activity.cc', 108 'test/sample_activity.cc',
104 'test/sample_activity.h', 109 'test/sample_activity.h',
105 'test/sample_activity_factory.cc', 110 'test/sample_activity_factory.cc',
106 'test/sample_activity_factory.h', 111 'test/sample_activity_factory.h',
112 'test/test_app_model_builder.cc',
113 'test/test_app_model_builder.h',
107 ], 114 ],
108 }, 115 },
109 { 116 {
110 'target_name': 'athena_unittests', 117 'target_name': 'athena_unittests',
111 'type': 'executable', 118 'type': 'executable',
112 'dependencies': [ 119 'dependencies': [
113 '../testing/gtest.gyp:gtest', 120 '../testing/gtest.gyp:gtest',
114 '../skia/skia.gyp:skia', 121 '../skia/skia.gyp:skia',
115 'athena_lib', 122 'athena_lib',
116 'athena_test_support', 123 'athena_test_support',
117 ], 124 ],
118 'sources': [ 125 'sources': [
119 'test/athena_unittests.cc', 126 'test/athena_unittests.cc',
120 'activity/activity_manager_unittest.cc', 127 'activity/activity_manager_unittest.cc',
121 'input/accelerator_manager_unittest.cc', 128 'input/accelerator_manager_unittest.cc',
122 'wm/window_manager_unittest.cc', 129 'wm/window_manager_unittest.cc',
123 ], 130 ],
124 } 131 }
125 ], 132 ],
126 } 133 }
127 134
OLDNEW
« no previous file with comments | « athena/activity/public/activity_factory.h ('k') | athena/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698