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

Side by Side Diff: extensions/extensions.gyp

Issue 155183002: Add ApiActivityMonitor to decouple ActivityLog from low-level extensions code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase3 (activity_log) Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « extensions/browser/extensions_browser_client.h ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 '..', 160 '..',
161 '<(INTERMEDIATE_DIR)', 161 '<(INTERMEDIATE_DIR)',
162 # Needed to access generated API headers. 162 # Needed to access generated API headers.
163 '<(SHARED_INTERMEDIATE_DIR)', 163 '<(SHARED_INTERMEDIATE_DIR)',
164 # Needed for grit. 164 # Needed for grit.
165 '<(SHARED_INTERMEDIATE_DIR)/chrome', 165 '<(SHARED_INTERMEDIATE_DIR)/chrome',
166 ], 166 ],
167 'sources': [ 167 'sources': [
168 'browser/admin_policy.cc', 168 'browser/admin_policy.cc',
169 'browser/admin_policy.h', 169 'browser/admin_policy.h',
170 'browser/api_activity_monitor.h',
170 'browser/app_sorting.h', 171 'browser/app_sorting.h',
171 'browser/blacklist_state.h', 172 'browser/blacklist_state.h',
172 'browser/error_map.cc', 173 'browser/error_map.cc',
173 'browser/error_map.h', 174 'browser/error_map.h',
174 'browser/event_listener_map.cc', 175 'browser/event_listener_map.cc',
175 'browser/event_listener_map.h', 176 'browser/event_listener_map.h',
176 'browser/event_router.cc', 177 'browser/event_router.cc',
177 'browser/event_router.h', 178 'browser/event_router.h',
178 'browser/extension_error.cc', 179 'browser/extension_error.cc',
179 'browser/extension_error.h', 180 'browser/extension_error.h',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'common/test_util.cc', 258 'common/test_util.cc',
258 'common/test_util.h', 259 'common/test_util.h',
259 'common/value_builder.cc', 260 'common/value_builder.cc',
260 'common/value_builder.h', 261 'common/value_builder.h',
261 ], 262 ],
262 # Disable c4267 warnings until we fix size_t to int truncations. 263 # Disable c4267 warnings until we fix size_t to int truncations.
263 'msvs_disabled_warnings': [ 4267, ], 264 'msvs_disabled_warnings': [ 4267, ],
264 }, 265 },
265 ] 266 ]
266 } 267 }
OLDNEW
« no previous file with comments | « extensions/browser/extensions_browser_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698