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

Side by Side Diff: athena/athena.gyp

Issue 634313004: Display dialog when app install succeeds / fails on Athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'sources': [ 192 'sources': [
193 'content/chrome/dialogs.cc', 193 'content/chrome/dialogs.cc',
194 'content/chrome/media_utils.cc', 194 'content/chrome/media_utils.cc',
195 'content/chrome/web_activity_helpers.cc', 195 'content/chrome/web_activity_helpers.cc',
196 'extensions/chrome/app_list_controller_delegate_athena.cc', 196 'extensions/chrome/app_list_controller_delegate_athena.cc',
197 'extensions/chrome/app_list_controller_delegate_athena.h', 197 'extensions/chrome/app_list_controller_delegate_athena.h',
198 'extensions/chrome/athena_chrome_app_delegate.cc', 198 'extensions/chrome/athena_chrome_app_delegate.cc',
199 'extensions/chrome/athena_chrome_app_delegate.h', 199 'extensions/chrome/athena_chrome_app_delegate.h',
200 'extensions/chrome/athena_chrome_app_window_client.cc', 200 'extensions/chrome/athena_chrome_app_window_client.cc',
201 'extensions/chrome/athena_chrome_app_window_client.h', 201 'extensions/chrome/athena_chrome_app_window_client.h',
202 'extensions/chrome/athena_extension_install_ui.cc',
203 'extensions/chrome/athena_extension_install_ui.h',
202 'extensions/chrome/chrome_search_controller_factory.cc', 204 'extensions/chrome/chrome_search_controller_factory.cc',
203 'extensions/chrome/chrome_search_controller_factory.h', 205 'extensions/chrome/chrome_search_controller_factory.h',
204 'extensions/chrome/extensions_delegate_impl.cc', 206 'extensions/chrome/extensions_delegate_impl.cc',
205 ], 207 ],
206 }, 208 },
207 { 209 {
208 'target_name': 'athena_app_shell_lib', 210 'target_name': 'athena_app_shell_lib',
209 'type': 'static_library', 211 'type': 'static_library',
210 'dependencies': [ 212 'dependencies': [
211 '../components/components.gyp:component_metrics_proto', 213 '../components/components.gyp:component_metrics_proto',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 'util/drag_handle_unittest.cc', 298 'util/drag_handle_unittest.cc',
297 'util/fill_layout_manager_unittest.cc', 299 'util/fill_layout_manager_unittest.cc',
298 'wm/split_view_controller_unittest.cc', 300 'wm/split_view_controller_unittest.cc',
299 'wm/window_list_provider_impl_unittest.cc', 301 'wm/window_list_provider_impl_unittest.cc',
300 'wm/window_manager_unittest.cc', 302 'wm/window_manager_unittest.cc',
301 ], 303 ],
302 } 304 }
303 ], 305 ],
304 } 306 }
305 307
OLDNEW
« no previous file with comments | « no previous file | athena/extensions/chrome/DEPS » ('j') | chrome/browser/ui/extensions/extension_install_ui_factory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698