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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 407483002: Show post-install UI when ephemeral apps are promoted to installed apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@install_guard
Patch Set: Check ephemeral app flag in startup_helper Created 6 years, 5 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/browser/ui/extensions/extension_install_ui_default.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # These variables are shared with the GN build. 7 # These variables are shared with the GN build.
8 # Name is that these are the extensions files for the extensions target. 8 # Name is that these are the extensions files for the extensions target.
9 # "chrome_browser_extensions_sources' are the extensions files in the 9 # "chrome_browser_extensions_sources' are the extensions files in the
10 # browser target. 10 # browser target.
(...skipping 864 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 'browser/extensions/chrome_extension_web_contents_observer.cc', 875 'browser/extensions/chrome_extension_web_contents_observer.cc',
876 'browser/extensions/chrome_extension_web_contents_observer.h', 876 'browser/extensions/chrome_extension_web_contents_observer.h',
877 'browser/extensions/extension_context_menu_model.cc', 877 'browser/extensions/extension_context_menu_model.cc',
878 'browser/extensions/extension_context_menu_model.h', 878 'browser/extensions/extension_context_menu_model.h',
879 'browser/extensions/extension_error_ui_default.cc', 879 'browser/extensions/extension_error_ui_default.cc',
880 'browser/extensions/extension_error_ui_default.h', 880 'browser/extensions/extension_error_ui_default.h',
881 'browser/extensions/extension_infobar_delegate.cc', 881 'browser/extensions/extension_infobar_delegate.cc',
882 'browser/extensions/extension_infobar_delegate.h', 882 'browser/extensions/extension_infobar_delegate.h',
883 'browser/extensions/extension_install_ui.cc', 883 'browser/extensions/extension_install_ui.cc',
884 'browser/extensions/extension_install_ui.h', 884 'browser/extensions/extension_install_ui.h',
885 'browser/extensions/extension_install_ui_util.cc',
886 'browser/extensions/extension_install_ui_util.h',
885 'browser/extensions/extension_tab_util.cc', 887 'browser/extensions/extension_tab_util.cc',
886 'browser/extensions/extension_tab_util.h', 888 'browser/extensions/extension_tab_util.h',
887 'browser/extensions/menu_manager.cc', 889 'browser/extensions/menu_manager.cc',
888 'browser/extensions/menu_manager.h', 890 'browser/extensions/menu_manager.h',
889 'browser/extensions/menu_manager_factory.cc', 891 'browser/extensions/menu_manager_factory.cc',
890 'browser/extensions/menu_manager_factory.h', 892 'browser/extensions/menu_manager_factory.h',
891 'browser/extensions/permissions_updater.cc', 893 'browser/extensions/permissions_updater.cc',
892 'browser/extensions/permissions_updater.h', 894 'browser/extensions/permissions_updater.h',
893 'browser/extensions/sandboxed_unpacker.cc', 895 'browser/extensions/sandboxed_unpacker.cc',
894 'browser/extensions/sandboxed_unpacker.h', 896 'browser/extensions/sandboxed_unpacker.h',
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
1212 'type': 'static_library', 1214 'type': 'static_library',
1213 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], 1215 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ],
1214 'variables': { 1216 'variables': {
1215 'proto_in_dir': 'browser/extensions/api/cast_channel', 1217 'proto_in_dir': 'browser/extensions/api/cast_channel',
1216 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', 1218 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel',
1217 }, 1219 },
1218 'includes': [ '../build/protoc.gypi' ] 1220 'includes': [ '../build/protoc.gypi' ]
1219 }, 1221 },
1220 ], 1222 ],
1221 } 1223 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/extensions/extension_install_ui_default.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698