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

Side by Side Diff: athena/athena.gyp

Issue 692563002: JS dialogs for athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix deps 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 | « 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'wm/window_overview_mode.cc', 121 'wm/window_overview_mode.cc',
122 'wm/window_overview_mode.h', 122 'wm/window_overview_mode.h',
123 ], 123 ],
124 }, 124 },
125 { 125 {
126 'target_name': 'athena_content_lib', 126 'target_name': 'athena_content_lib',
127 'type': 'static_library', 127 'type': 'static_library',
128 'dependencies': [ 128 'dependencies': [
129 'athena_lib', 129 'athena_lib',
130 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 130 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
131 '../components/components.gyp:app_modal_dialogs',
132 '../components/components.gyp:constrained_window',
131 '../components/components.gyp:component_metrics_proto', 133 '../components/components.gyp:component_metrics_proto',
132 '../components/components.gyp:omnibox', 134 '../components/components.gyp:omnibox',
133 '../components/components.gyp:renderer_context_menu', 135 '../components/components.gyp:renderer_context_menu',
134 '../components/components.gyp:web_modal', 136 '../components/components.gyp:web_modal',
135 '../content/content.gyp:content_browser', 137 '../content/content.gyp:content_browser',
138 '../extensions/components/extensions_components.gyp:javascript_dialog_ex tensions_client',
136 '../extensions/components/extensions_components.gyp:native_app_window', 139 '../extensions/components/extensions_components.gyp:native_app_window',
137 '../extensions/extensions.gyp:extensions_browser', 140 '../extensions/extensions.gyp:extensions_browser',
138 '../extensions/extensions.gyp:extensions_common', 141 '../extensions/extensions.gyp:extensions_common',
139 '../ui/app_list/app_list.gyp:app_list', 142 '../ui/app_list/app_list.gyp:app_list',
140 '../ui/keyboard/keyboard.gyp:keyboard', 143 '../ui/keyboard/keyboard.gyp:keyboard',
141 '../ui/keyboard/keyboard.gyp:keyboard_resources', 144 '../ui/keyboard/keyboard.gyp:keyboard_resources',
142 '../third_party/WebKit/public/blink.gyp:blink', 145 '../third_party/WebKit/public/blink.gyp:blink',
143 '../ui/views/controls/webview/webview.gyp:webview', 146 '../ui/views/controls/webview/webview.gyp:webview',
144 '../skia/skia.gyp:skia', 147 '../skia/skia.gyp:skia',
145 ], 148 ],
(...skipping 17 matching lines...) Expand all
163 'content/render_view_context_menu_impl.cc', 166 'content/render_view_context_menu_impl.cc',
164 'content/render_view_context_menu_impl.h', 167 'content/render_view_context_menu_impl.h',
165 'content/web_activity.cc', 168 'content/web_activity.cc',
166 'content/web_activity.h', 169 'content/web_activity.h',
167 'content/web_activity_helpers.h', 170 'content/web_activity_helpers.h',
168 'content/web_contents_view_delegate_factory_impl.cc', 171 'content/web_contents_view_delegate_factory_impl.cc',
169 'extensions/athena_app_delegate_base.cc', 172 'extensions/athena_app_delegate_base.cc',
170 'extensions/athena_app_delegate_base.h', 173 'extensions/athena_app_delegate_base.h',
171 'extensions/athena_app_window_client_base.cc', 174 'extensions/athena_app_window_client_base.cc',
172 'extensions/athena_app_window_client_base.h', 175 'extensions/athena_app_window_client_base.h',
176 'extensions/athena_constrained_window_views_client.cc',
177 'extensions/athena_constrained_window_views_client.h',
178 'extensions/athena_javascript_native_dialog_factory.cc',
179 'extensions/athena_javascript_native_dialog_factory.h',
173 'extensions/athena_native_app_window_views.cc', 180 'extensions/athena_native_app_window_views.cc',
174 'extensions/athena_native_app_window_views.h', 181 'extensions/athena_native_app_window_views.h',
175 'extensions/extension_app_model_builder.cc', 182 'extensions/extension_app_model_builder.cc',
176 'extensions/extensions_delegate.cc', 183 'extensions/extensions_delegate.cc',
177 'extensions/pubilc/apps_search_controller_factory.h', 184 'extensions/pubilc/apps_search_controller_factory.h',
178 'extensions/public/extension_app_model_builder.h', 185 'extensions/public/extension_app_model_builder.h',
179 'extensions/public/extensions_delegate.h', 186 'extensions/public/extensions_delegate.h',
180 'screen_lock/public/screen_lock_manager.h', 187 'screen_lock/public/screen_lock_manager.h',
181 'screen_lock/screen_lock_manager_base.cc', 188 'screen_lock/screen_lock_manager_base.cc',
182 'screen_lock/screen_lock_manager_base.h', 189 'screen_lock/screen_lock_manager_base.h',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'util/drag_handle_unittest.cc', 314 'util/drag_handle_unittest.cc',
308 'util/fill_layout_manager_unittest.cc', 315 'util/fill_layout_manager_unittest.cc',
309 'wm/split_view_controller_unittest.cc', 316 'wm/split_view_controller_unittest.cc',
310 'wm/window_list_provider_impl_unittest.cc', 317 'wm/window_list_provider_impl_unittest.cc',
311 'wm/window_manager_unittest.cc', 318 'wm/window_manager_unittest.cc',
312 ], 319 ],
313 } 320 }
314 ], 321 ],
315 } 322 }
316 323
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