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

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: 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
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 859 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 'browser/extensions/chrome_extension_web_contents_observer.cc', 870 'browser/extensions/chrome_extension_web_contents_observer.cc',
871 'browser/extensions/chrome_extension_web_contents_observer.h', 871 'browser/extensions/chrome_extension_web_contents_observer.h',
872 'browser/extensions/extension_context_menu_model.cc', 872 'browser/extensions/extension_context_menu_model.cc',
873 'browser/extensions/extension_context_menu_model.h', 873 'browser/extensions/extension_context_menu_model.h',
874 'browser/extensions/extension_error_ui_default.cc', 874 'browser/extensions/extension_error_ui_default.cc',
875 'browser/extensions/extension_error_ui_default.h', 875 'browser/extensions/extension_error_ui_default.h',
876 'browser/extensions/extension_infobar_delegate.cc', 876 'browser/extensions/extension_infobar_delegate.cc',
877 'browser/extensions/extension_infobar_delegate.h', 877 'browser/extensions/extension_infobar_delegate.h',
878 'browser/extensions/extension_install_ui.cc', 878 'browser/extensions/extension_install_ui.cc',
879 'browser/extensions/extension_install_ui.h', 879 'browser/extensions/extension_install_ui.h',
880 'browser/extensions/extension_install_ui_util.cc',
881 'browser/extensions/extension_install_ui_util.h',
880 'browser/extensions/extension_tab_util.cc', 882 'browser/extensions/extension_tab_util.cc',
881 'browser/extensions/extension_tab_util.h', 883 'browser/extensions/extension_tab_util.h',
882 'browser/extensions/menu_manager.cc', 884 'browser/extensions/menu_manager.cc',
883 'browser/extensions/menu_manager.h', 885 'browser/extensions/menu_manager.h',
884 'browser/extensions/menu_manager_factory.cc', 886 'browser/extensions/menu_manager_factory.cc',
885 'browser/extensions/menu_manager_factory.h', 887 'browser/extensions/menu_manager_factory.h',
886 'browser/extensions/permissions_updater.cc', 888 'browser/extensions/permissions_updater.cc',
887 'browser/extensions/permissions_updater.h', 889 'browser/extensions/permissions_updater.h',
888 'browser/extensions/sandboxed_unpacker.cc', 890 'browser/extensions/sandboxed_unpacker.cc',
889 'browser/extensions/sandboxed_unpacker.h', 891 'browser/extensions/sandboxed_unpacker.h',
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
1208 'type': 'static_library', 1210 'type': 'static_library',
1209 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], 1211 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ],
1210 'variables': { 1212 'variables': {
1211 'proto_in_dir': 'browser/extensions/api/cast_channel', 1213 'proto_in_dir': 'browser/extensions/api/cast_channel',
1212 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', 1214 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel',
1213 }, 1215 },
1214 'includes': [ '../build/protoc.gypi' ] 1216 'includes': [ '../build/protoc.gypi' ]
1215 }, 1217 },
1216 ], 1218 ],
1217 } 1219 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698