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

Side by Side Diff: athena/athena.gyp

Issue 448063005: Add minimum Conetxt Menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « no previous file | 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'wm/window_overview_mode.cc', 77 'wm/window_overview_mode.cc',
78 'wm/window_overview_mode.h', 78 'wm/window_overview_mode.h',
79 ], 79 ],
80 }, 80 },
81 { 81 {
82 'target_name': 'athena_content_lib', 82 'target_name': 'athena_content_lib',
83 'type': 'static_library', 83 'type': 'static_library',
84 'dependencies': [ 84 'dependencies': [
85 'athena_lib', 85 'athena_lib',
86 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 86 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
87 '../components/components.gyp:renderer_context_menu',
88 '../components/components.gyp:web_modal',
87 '../content/content.gyp:content_browser', 89 '../content/content.gyp:content_browser',
88 '../ui/app_list/app_list.gyp:app_list', 90 '../ui/app_list/app_list.gyp:app_list',
89 '../ui/keyboard/keyboard.gyp:keyboard', 91 '../ui/keyboard/keyboard.gyp:keyboard',
90 '../ui/keyboard/keyboard.gyp:keyboard_resources', 92 '../ui/keyboard/keyboard.gyp:keyboard_resources',
91 '../third_party/WebKit/public/blink.gyp:blink', 93 '../third_party/WebKit/public/blink.gyp:blink',
92 '../ui/views/controls/webview/webview.gyp:webview', 94 '../ui/views/controls/webview/webview.gyp:webview',
93 '../skia/skia.gyp:skia', 95 '../skia/skia.gyp:skia',
94 ], 96 ],
95 'defines': [ 97 'defines': [
96 'ATHENA_IMPLEMENTATION', 98 'ATHENA_IMPLEMENTATION',
97 ], 99 ],
98 'sources': [ 100 'sources': [
99 'content/public/content_activity_factory.h', 101 'content/public/content_activity_factory.h',
100 'content/public/content_app_model_builder.h', 102 'content/public/content_app_model_builder.h',
103 'content/public/web_contents_view_delegate_creator.h',
101 'content/content_activity_factory.cc', 104 'content/content_activity_factory.cc',
102 'content/content_app_model_builder.cc', 105 'content/content_app_model_builder.cc',
103 'content/app_activity.h', 106 'content/app_activity.h',
104 'content/app_activity.cc', 107 'content/app_activity.cc',
108 'content/render_view_context_menu_impl.cc',
109 'content/render_view_context_menu_impl.h',
105 'content/web_activity.h', 110 'content/web_activity.h',
106 'content/web_activity.cc', 111 'content/web_activity.cc',
112 'content/web_contents_view_delegate_factory_impl.cc',
107 'virtual_keyboard/public/virtual_keyboard_manager.h', 113 'virtual_keyboard/public/virtual_keyboard_manager.h',
108 'virtual_keyboard/virtual_keyboard_manager_impl.cc', 114 'virtual_keyboard/virtual_keyboard_manager_impl.cc',
109 ], 115 ],
110 }, 116 },
111 { 117 {
112 'target_name': 'athena_test_support', 118 'target_name': 'athena_test_support',
113 'type': 'static_library', 119 'type': 'static_library',
114 'dependencies': [ 120 'dependencies': [
115 '../base/base.gyp:test_support_base', 121 '../base/base.gyp:test_support_base',
116 '../chromeos/chromeos.gyp:chromeos', 122 '../chromeos/chromeos.gyp:chromeos',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'activity/activity_manager_unittest.cc', 165 'activity/activity_manager_unittest.cc',
160 'home/home_card_unittest.cc', 166 'home/home_card_unittest.cc',
161 'input/accelerator_manager_unittest.cc', 167 'input/accelerator_manager_unittest.cc',
162 'screen/screen_manager_unittest.cc', 168 'screen/screen_manager_unittest.cc',
163 'wm/window_manager_unittest.cc', 169 'wm/window_manager_unittest.cc',
164 ], 170 ],
165 } 171 }
166 ], 172 ],
167 } 173 }
168 174
OLDNEW
« no previous file with comments | « no previous file | athena/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698