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

Side by Side Diff: extensions/extensions.gyp

Issue 274243004: Add code to compute the root hash for a hash tree (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: avoid multi-line comment caused by trailing backslash (who knew this was a thing?) Created 6 years, 7 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/content_hash_tree_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 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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'browser/api_activity_monitor.h', 309 'browser/api_activity_monitor.h',
310 'browser/app_sorting.h', 310 'browser/app_sorting.h',
311 'browser/blacklist_state.h', 311 'browser/blacklist_state.h',
312 'browser/browser_context_keyed_api_factory.h', 312 'browser/browser_context_keyed_api_factory.h',
313 'browser/browser_context_keyed_service_factories.cc', 313 'browser/browser_context_keyed_service_factories.cc',
314 'browser/browser_context_keyed_service_factories.h', 314 'browser/browser_context_keyed_service_factories.h',
315 'browser/content_hash_fetcher.cc', 315 'browser/content_hash_fetcher.cc',
316 'browser/content_hash_fetcher.h', 316 'browser/content_hash_fetcher.h',
317 'browser/content_hash_reader.cc', 317 'browser/content_hash_reader.cc',
318 'browser/content_hash_reader.h', 318 'browser/content_hash_reader.h',
319 'browser/content_hash_tree.cc',
320 'browser/content_hash_tree.h',
319 'browser/content_verifier.cc', 321 'browser/content_verifier.cc',
320 'browser/content_verifier.h', 322 'browser/content_verifier.h',
321 'browser/content_verifier_delegate.h', 323 'browser/content_verifier_delegate.h',
322 'browser/content_verify_job.cc', 324 'browser/content_verify_job.cc',
323 'browser/content_verify_job.h', 325 'browser/content_verify_job.h',
324 'browser/error_map.cc', 326 'browser/error_map.cc',
325 'browser/error_map.h', 327 'browser/error_map.h',
326 'browser/event_listener_map.cc', 328 'browser/event_listener_map.cc',
327 'browser/event_listener_map.h', 329 'browser/event_listener_map.h',
328 'browser/event_router.cc', 330 'browser/event_router.cc',
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 'test/test_extensions_client.cc', 629 'test/test_extensions_client.cc',
628 'test/test_extensions_client.h', 630 'test/test_extensions_client.h',
629 'test/test_permission_message_provider.cc', 631 'test/test_permission_message_provider.cc',
630 'test/test_permission_message_provider.h', 632 'test/test_permission_message_provider.h',
631 'test/test_permissions_provider.cc', 633 'test/test_permissions_provider.cc',
632 'test/test_permissions_provider.h', 634 'test/test_permissions_provider.h',
633 ], 635 ],
634 }, 636 },
635 ] 637 ]
636 } 638 }
OLDNEW
« no previous file with comments | « extensions/browser/content_hash_tree_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698