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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 298303002: Add option to install an ephemeral app to ChromeOS shelf context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed asargent's review comments Created 6 years, 6 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/ash/launcher/launcher_context_menu.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 'browser/extensions/webstore_data_fetcher.cc', 912 'browser/extensions/webstore_data_fetcher.cc',
913 'browser/extensions/webstore_data_fetcher.h', 913 'browser/extensions/webstore_data_fetcher.h',
914 'browser/extensions/webstore_data_fetcher_delegate.cc', 914 'browser/extensions/webstore_data_fetcher_delegate.cc',
915 'browser/extensions/webstore_data_fetcher_delegate.h', 915 'browser/extensions/webstore_data_fetcher_delegate.h',
916 'browser/extensions/webstore_inline_installer.cc', 916 'browser/extensions/webstore_inline_installer.cc',
917 'browser/extensions/webstore_inline_installer.h', 917 'browser/extensions/webstore_inline_installer.h',
918 'browser/extensions/webstore_inline_installer_factory.cc', 918 'browser/extensions/webstore_inline_installer_factory.cc',
919 'browser/extensions/webstore_inline_installer_factory.h', 919 'browser/extensions/webstore_inline_installer_factory.h',
920 'browser/extensions/webstore_install_helper.cc', 920 'browser/extensions/webstore_install_helper.cc',
921 'browser/extensions/webstore_install_helper.h', 921 'browser/extensions/webstore_install_helper.h',
922 'browser/extensions/webstore_install_with_prompt.cc',
923 'browser/extensions/webstore_install_with_prompt.h',
922 'browser/extensions/webstore_installer.cc', 924 'browser/extensions/webstore_installer.cc',
923 'browser/extensions/webstore_installer.h', 925 'browser/extensions/webstore_installer.h',
924 'browser/extensions/webstore_standalone_installer.cc', 926 'browser/extensions/webstore_standalone_installer.cc',
925 'browser/extensions/webstore_standalone_installer.h', 927 'browser/extensions/webstore_standalone_installer.h',
926 'browser/extensions/webstore_startup_installer.cc', 928 'browser/extensions/webstore_startup_installer.cc',
927 'browser/extensions/webstore_startup_installer.h', 929 'browser/extensions/webstore_startup_installer.h',
928 'browser/extensions/window_controller.cc', 930 'browser/extensions/window_controller.cc',
929 'browser/extensions/window_controller.h', 931 'browser/extensions/window_controller.h',
930 'browser/extensions/window_controller_list.cc', 932 'browser/extensions/window_controller_list.cc',
931 'browser/extensions/window_controller_list.h', 933 'browser/extensions/window_controller_list.h',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
1237 'type': 'static_library', 1239 'type': 'static_library',
1238 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], 1240 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ],
1239 'variables': { 1241 'variables': {
1240 'proto_in_dir': 'browser/extensions/api/cast_channel', 1242 'proto_in_dir': 'browser/extensions/api/cast_channel',
1241 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', 1243 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel',
1242 }, 1244 },
1243 'includes': [ '../build/protoc.gypi' ] 1245 'includes': [ '../build/protoc.gypi' ]
1244 }, 1246 },
1245 ], # 'conditions' 1247 ], # 'conditions'
1246 } 1248 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/launcher/launcher_context_menu.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698