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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 1395043002: Remove ability for users to launch ephemeral apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/browser/ui/app_list/search/webstore/webstore_result.cc ('k') | chrome/chrome_tests.gypi » ('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 (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 'chrome_browser_extensions_chromeos_sources': [ 7 'chrome_browser_extensions_chromeos_sources': [
8 'browser/extensions/api/cast_devices_private/cast_devices_private_api.cc', 8 'browser/extensions/api/cast_devices_private/cast_devices_private_api.cc',
9 'browser/extensions/api/cast_devices_private/cast_devices_private_api.h', 9 'browser/extensions/api/cast_devices_private/cast_devices_private_api.h',
10 'browser/extensions/api/certificate_provider/certificate_provider_api.cc', 10 'browser/extensions/api/certificate_provider/certificate_provider_api.cc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'browser/extensions/api/messaging/native_process_launcher_posix.cc', 67 'browser/extensions/api/messaging/native_process_launcher_posix.cc',
68 'browser/extensions/api/messaging/native_process_launcher_win.cc', 68 'browser/extensions/api/messaging/native_process_launcher_win.cc',
69 ], 69 ],
70 'chrome_browser_extensions_enabled_sources': [ 70 'chrome_browser_extensions_enabled_sources': [
71 'browser/apps/app_launch_for_metro_restart_win.cc', 71 'browser/apps/app_launch_for_metro_restart_win.cc',
72 'browser/apps/app_launch_for_metro_restart_win.h', 72 'browser/apps/app_launch_for_metro_restart_win.h',
73 'browser/apps/app_url_redirector.cc', 73 'browser/apps/app_url_redirector.cc',
74 'browser/apps/app_url_redirector.h', 74 'browser/apps/app_url_redirector.h',
75 'browser/apps/app_window_registry_util.cc', 75 'browser/apps/app_window_registry_util.cc',
76 'browser/apps/app_window_registry_util.h', 76 'browser/apps/app_window_registry_util.h',
77 'browser/apps/ephemeral_app_launcher.cc',
78 'browser/apps/ephemeral_app_launcher.h',
79 'browser/apps/ephemeral_app_service.cc', 77 'browser/apps/ephemeral_app_service.cc',
80 'browser/apps/ephemeral_app_service.h', 78 'browser/apps/ephemeral_app_service.h',
81 'browser/apps/ephemeral_app_service_factory.cc', 79 'browser/apps/ephemeral_app_service_factory.cc',
82 'browser/apps/ephemeral_app_service_factory.h', 80 'browser/apps/ephemeral_app_service_factory.h',
83 'browser/apps/install_chrome_app.cc', 81 'browser/apps/install_chrome_app.cc',
84 'browser/apps/install_chrome_app.h', 82 'browser/apps/install_chrome_app.h',
85 'browser/apps/per_app_settings_service.cc', 83 'browser/apps/per_app_settings_service.cc',
86 'browser/apps/per_app_settings_service.h', 84 'browser/apps/per_app_settings_service.h',
87 'browser/apps/per_app_settings_service_factory.cc', 85 'browser/apps/per_app_settings_service_factory.cc',
88 'browser/apps/per_app_settings_service_factory.h', 86 'browser/apps/per_app_settings_service_factory.h',
(...skipping 1058 matching lines...) Expand 10 before | Expand all | Expand 10 after
1147 ], 1145 ],
1148 }, { # use_brlapi==0 1146 }, { # use_brlapi==0
1149 'sources': [ 1147 'sources': [
1150 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1148 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1151 ], 1149 ],
1152 }], 1150 }],
1153 ], 1151 ],
1154 }, 1152 },
1155 ], 1153 ],
1156 } 1154 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/search/webstore/webstore_result.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698