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

Side by Side Diff: chrome/chrome_browser_ui.gypi

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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | extensions/browser/BUILD.gn » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 1407 matching lines...) Expand 10 before | Expand all | Expand 10 after
1418 'browser/ui/content_settings/content_setting_image_model.cc', 1418 'browser/ui/content_settings/content_setting_image_model.cc',
1419 'browser/ui/content_settings/content_setting_image_model.h', 1419 'browser/ui/content_settings/content_setting_image_model.h',
1420 'browser/ui/content_settings/content_setting_media_menu_model.cc', 1420 'browser/ui/content_settings/content_setting_media_menu_model.cc',
1421 'browser/ui/content_settings/content_setting_media_menu_model.h', 1421 'browser/ui/content_settings/content_setting_media_menu_model.h',
1422 'browser/ui/elide_url.cc', 1422 'browser/ui/elide_url.cc',
1423 'browser/ui/elide_url.h', 1423 'browser/ui/elide_url.h',
1424 'browser/ui/extensions/application_launch.cc', 1424 'browser/ui/extensions/application_launch.cc',
1425 'browser/ui/extensions/application_launch.h', 1425 'browser/ui/extensions/application_launch.h',
1426 'browser/ui/extensions/extension_install_ui_default.cc', 1426 'browser/ui/extensions/extension_install_ui_default.cc',
1427 'browser/ui/extensions/extension_install_ui_default.h', 1427 'browser/ui/extensions/extension_install_ui_default.h',
1428 'browser/ui/extensions/extension_install_ui_factory.h',
1428 'browser/ui/fast_unload_controller.cc', 1429 'browser/ui/fast_unload_controller.cc',
1429 'browser/ui/fast_unload_controller.h', 1430 'browser/ui/fast_unload_controller.h',
1430 'browser/ui/find_bar/find_bar_controller.cc', 1431 'browser/ui/find_bar/find_bar_controller.cc',
1431 'browser/ui/find_bar/find_bar_controller.h', 1432 'browser/ui/find_bar/find_bar_controller.h',
1432 'browser/ui/fullscreen/fullscreen_controller.cc', 1433 'browser/ui/fullscreen/fullscreen_controller.cc',
1433 'browser/ui/fullscreen/fullscreen_controller.h', 1434 'browser/ui/fullscreen/fullscreen_controller.h',
1434 'browser/ui/fullscreen/fullscreen_exit_bubble.cc', 1435 'browser/ui/fullscreen/fullscreen_exit_bubble.cc',
1435 'browser/ui/fullscreen/fullscreen_exit_bubble.h', 1436 'browser/ui/fullscreen/fullscreen_exit_bubble.h',
1436 'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc', 1437 'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc',
1437 'browser/ui/fullscreen/fullscreen_exit_bubble_type.h', 1438 'browser/ui/fullscreen/fullscreen_exit_bubble_type.h',
(...skipping 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after
2457 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h', 2458 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h',
2458 ], 2459 ],
2459 # Used when Ash is enabled but not ChromeOS. 2460 # Used when Ash is enabled but not ChromeOS.
2460 'chrome_browser_ui_ash_non_chromeos': [ 2461 'chrome_browser_ui_ash_non_chromeos': [
2461 'browser/ui/ash/chrome_shell_delegate_views.cc', 2462 'browser/ui/ash/chrome_shell_delegate_views.cc',
2462 'browser/ui/ash/multi_user/multi_user_context_menu.cc', 2463 'browser/ui/ash/multi_user/multi_user_context_menu.cc',
2463 'browser/ui/ash/multi_user/multi_user_context_menu.h', 2464 'browser/ui/ash/multi_user/multi_user_context_menu.h',
2464 'browser/ui/ash/session_state_delegate_views.cc', 2465 'browser/ui/ash/session_state_delegate_views.cc',
2465 'browser/ui/ash/session_state_delegate_views.h', 2466 'browser/ui/ash/session_state_delegate_views.h',
2466 ], 2467 ],
2468 # Used when not using android and not using Athena.
2469 'chrome_browser_ui_non_athena_non_android_sources': [
2470 'browser/ui/extensions/extension_install_ui_factory.cc',
2471 ],
2467 # Used when athena is enabled. 2472 # Used when athena is enabled.
2468 'chrome_browser_ui_athena_sources': [ 2473 'chrome_browser_ui_athena_sources': [
2469 #TODO(mukai): Port AppListService to Athena (crbug.com/417571) 2474 #TODO(mukai): Port AppListService to Athena (crbug.com/417571)
2470 'browser/ui/app_list/app_list_service_disabled.cc', 2475 'browser/ui/app_list/app_list_service_disabled.cc',
2471 2476
2477 'browser/ui/athena/extensions/extension_install_ui_factory_athena.cc',
2472 'browser/ui/views/athena/athena_util.cc', 2478 'browser/ui/views/athena/athena_util.cc',
2473 'browser/ui/views/athena/athena_util.h', 2479 'browser/ui/views/athena/athena_util.h',
2474 'browser/ui/views/athena/chrome_browser_main_extra_parts_athena.cc', 2480 'browser/ui/views/athena/chrome_browser_main_extra_parts_athena.cc',
2475 'browser/ui/views/athena/chrome_browser_main_extra_parts_athena.h', 2481 'browser/ui/views/athena/chrome_browser_main_extra_parts_athena.h',
2476 ], 2482 ],
2477 # Counts desktop Linux and ChromeOS. 2483 # Counts desktop Linux and ChromeOS.
2478 'chrome_browser_ui_linux_sources': [ 2484 'chrome_browser_ui_linux_sources': [
2479 'browser/ui/startup/autolaunch_prompt.cc', 2485 'browser/ui/startup/autolaunch_prompt.cc',
2480 'browser/ui/views/apps/chrome_apps_client_views.cc', 2486 'browser/ui/views/apps/chrome_apps_client_views.cc',
2481 'browser/ui/views/frame/taskbar_decorator.cc', 2487 'browser/ui/views/frame/taskbar_decorator.cc',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
2733 'defines': ['USE_ATHENA=1'], 2739 'defines': ['USE_ATHENA=1'],
2734 'sources': [ '<@(chrome_browser_ui_athena_sources)' ], 2740 'sources': [ '<@(chrome_browser_ui_athena_sources)' ],
2735 'dependencies': [ 2741 'dependencies': [
2736 '<(DEPTH)/athena/athena.gyp:athena_lib', 2742 '<(DEPTH)/athena/athena.gyp:athena_lib',
2737 '<(DEPTH)/athena/athena.gyp:athena_chrome_lib', 2743 '<(DEPTH)/athena/athena.gyp:athena_chrome_lib',
2738 '<(DEPTH)/athena/athena.gyp:athena_content_lib', 2744 '<(DEPTH)/athena/athena.gyp:athena_content_lib',
2739 '<(DEPTH)/athena/main/athena_main.gyp:athena_main_lib', 2745 '<(DEPTH)/athena/main/athena_main.gyp:athena_main_lib',
2740 ], 2746 ],
2741 }, { # use_athena==0 2747 }, { # use_athena==0
2742 'conditions': [ 2748 'conditions': [
2749 ['OS!="android"', {
2750 'sources': [ '<@(chrome_browser_ui_non_athena_non_android_sources) ' ],
2751 }],
2743 ['use_ash==1', { 2752 ['use_ash==1', {
2744 'sources': [ '<@(chrome_browser_ui_ash_non_athena_sources)' ], 2753 'sources': [ '<@(chrome_browser_ui_ash_non_athena_sources)' ],
2745 }], 2754 }],
2746 ], 2755 ],
2747 }], 2756 }],
2748 ['toolkit_views==1', { 2757 ['toolkit_views==1', {
2749 'sources': [ '<@(chrome_browser_ui_views_sources)' ], 2758 'sources': [ '<@(chrome_browser_ui_views_sources)' ],
2750 'conditions': [ 2759 'conditions': [
2751 ['chromeos == 0 and OS!="mac"', { 2760 ['chromeos == 0 and OS!="mac"', {
2752 'sources': [ '<@(chrome_browser_ui_views_non_chromeos_sources)' ], 2761 'sources': [ '<@(chrome_browser_ui_views_non_chromeos_sources)' ],
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
3014 }], 3023 }],
3015 ['OS!="android" and OS!="ios"', { 3024 ['OS!="android" and OS!="ios"', {
3016 'dependencies': [ 3025 'dependencies': [
3017 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3026 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3018 ], 3027 ],
3019 }], 3028 }],
3020 ], 3029 ],
3021 }, 3030 },
3022 ], 3031 ],
3023 } 3032 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | extensions/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698