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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 557833007: Remove Increment/DecrementKeepAliveCount from AppsClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 6 years, 3 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 'chrome_browser_extensions_chromeos_sources': [ 7 'chrome_browser_extensions_chromeos_sources': [
8 'browser/extensions/api/diagnostics/diagnostics_api.cc', 8 'browser/extensions/api/diagnostics/diagnostics_api.cc',
9 'browser/extensions/api/diagnostics/diagnostics_api.h', 9 'browser/extensions/api/diagnostics/diagnostics_api.h',
10 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc', 10 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'browser/apps/ephemeral_app_service_factory.cc', 51 'browser/apps/ephemeral_app_service_factory.cc',
52 'browser/apps/ephemeral_app_service_factory.h', 52 'browser/apps/ephemeral_app_service_factory.h',
53 'browser/apps/ephemeral_app_throttle.cc', 53 'browser/apps/ephemeral_app_throttle.cc',
54 'browser/apps/ephemeral_app_throttle.h', 54 'browser/apps/ephemeral_app_throttle.h',
55 'browser/apps/install_chrome_app.cc', 55 'browser/apps/install_chrome_app.cc',
56 'browser/apps/install_chrome_app.h', 56 'browser/apps/install_chrome_app.h',
57 'browser/apps/per_app_settings_service.cc', 57 'browser/apps/per_app_settings_service.cc',
58 'browser/apps/per_app_settings_service.h', 58 'browser/apps/per_app_settings_service.h',
59 'browser/apps/per_app_settings_service_factory.cc', 59 'browser/apps/per_app_settings_service_factory.cc',
60 'browser/apps/per_app_settings_service_factory.h', 60 'browser/apps/per_app_settings_service_factory.h',
61 'browser/apps/scoped_keep_alive.cc',
62 'browser/apps/scoped_keep_alive.h',
61 'browser/apps/shortcut_manager.cc', 63 'browser/apps/shortcut_manager.cc',
62 'browser/apps/shortcut_manager.h', 64 'browser/apps/shortcut_manager.h',
63 'browser/apps/shortcut_manager_factory.cc', 65 'browser/apps/shortcut_manager_factory.cc',
64 'browser/apps/shortcut_manager_factory.h', 66 'browser/apps/shortcut_manager_factory.h',
65 'browser/copresence/chrome_whispernet_client.cc', 67 'browser/copresence/chrome_whispernet_client.cc',
66 'browser/copresence/chrome_whispernet_client.h', 68 'browser/copresence/chrome_whispernet_client.h',
67 'browser/extensions/active_install_data.cc', 69 'browser/extensions/active_install_data.cc',
68 'browser/extensions/active_install_data.h', 70 'browser/extensions/active_install_data.h',
69 'browser/extensions/active_script_controller.cc', 71 'browser/extensions/active_script_controller.cc',
70 'browser/extensions/active_script_controller.h', 72 'browser/extensions/active_script_controller.h',
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 ], 1088 ],
1087 }, { # use_brlapi==0 1089 }, { # use_brlapi==0
1088 'sources': [ 1090 'sources': [
1089 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1091 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1090 ], 1092 ],
1091 }], 1093 }],
1092 ], 1094 ],
1093 }, 1095 },
1094 ], 1096 ],
1095 } 1097 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698