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

Side by Side Diff: extensions/extensions.gypi

Issue 2051573003: Perform alarm's period limit check while reading alarm info from StateStore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase @tott Created 4 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 | « extensions/browser/api/alarms/alarms_api_unittest.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'extensions_common_constants_sources': [ 7 'extensions_common_constants_sources': [
8 'common/constants.cc', 8 'common/constants.cc',
9 'common/constants.h', 9 'common/constants.h',
10 ], 10 ],
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 ], 231 ],
232 'extensions_browser_sources': [ 232 'extensions_browser_sources': [
233 # NOTE: When moving an API out of Chrome be sure to verify that the 233 # NOTE: When moving an API out of Chrome be sure to verify that the
234 # Android build still compiles. See conditions below. 234 # Android build still compiles. See conditions below.
235 'browser/api/activity_log/web_request_constants.cc', 235 'browser/api/activity_log/web_request_constants.cc',
236 'browser/api/activity_log/web_request_constants.h', 236 'browser/api/activity_log/web_request_constants.h',
237 'browser/api/alarms/alarm_manager.cc', 237 'browser/api/alarms/alarm_manager.cc',
238 'browser/api/alarms/alarm_manager.h', 238 'browser/api/alarms/alarm_manager.h',
239 'browser/api/alarms/alarms_api.cc', 239 'browser/api/alarms/alarms_api.cc',
240 'browser/api/alarms/alarms_api.h', 240 'browser/api/alarms/alarms_api.h',
241 'browser/api/alarms/alarms_api_constants.cc',
242 'browser/api/alarms/alarms_api_constants.h',
241 'browser/api/api_resource.cc', 243 'browser/api/api_resource.cc',
242 'browser/api/api_resource.h', 244 'browser/api/api_resource.h',
243 'browser/api/api_resource_manager.h', 245 'browser/api/api_resource_manager.h',
244 'browser/api/app_current_window_internal/app_current_window_internal_api.c c', 246 'browser/api/app_current_window_internal/app_current_window_internal_api.c c',
245 'browser/api/app_current_window_internal/app_current_window_internal_api.h ', 247 'browser/api/app_current_window_internal/app_current_window_internal_api.h ',
246 'browser/api/app_runtime/app_runtime_api.cc', 248 'browser/api/app_runtime/app_runtime_api.cc',
247 'browser/api/app_runtime/app_runtime_api.h', 249 'browser/api/app_runtime/app_runtime_api.h',
248 'browser/api/app_window/app_window_api.cc', 250 'browser/api/app_window/app_window_api.cc',
249 'browser/api/app_window/app_window_api.h', 251 'browser/api/app_window/app_window_api.h',
250 'browser/api/async_api_function.cc', 252 'browser/api/async_api_function.cc',
(...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
1133 'test/result_catcher.h', 1135 'test/result_catcher.h',
1134 'test/test_content_utility_client.cc', 1136 'test/test_content_utility_client.cc',
1135 'test/test_content_utility_client.h', 1137 'test/test_content_utility_client.h',
1136 'test/test_extensions_client.cc', 1138 'test/test_extensions_client.cc',
1137 'test/test_extensions_client.h', 1139 'test/test_extensions_client.h',
1138 'test/test_permission_message_provider.cc', 1140 'test/test_permission_message_provider.cc',
1139 'test/test_permission_message_provider.h', 1141 'test/test_permission_message_provider.h',
1140 ], 1142 ],
1141 }, 1143 },
1142 } 1144 }
OLDNEW
« no previous file with comments | « extensions/browser/api/alarms/alarms_api_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698