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

Side by Side Diff: extensions/extensions.gyp

Issue 829583002: Validate hash_sha256 checksum on .crx update. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix histogram value. Created 5 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
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 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 'browser/content_hash_reader.h', 658 'browser/content_hash_reader.h',
659 'browser/content_hash_tree.cc', 659 'browser/content_hash_tree.cc',
660 'browser/content_hash_tree.h', 660 'browser/content_hash_tree.h',
661 'browser/content_verifier.cc', 661 'browser/content_verifier.cc',
662 'browser/content_verifier.h', 662 'browser/content_verifier.h',
663 'browser/content_verifier_delegate.h', 663 'browser/content_verifier_delegate.h',
664 'browser/content_verifier_io_data.cc', 664 'browser/content_verifier_io_data.cc',
665 'browser/content_verifier_io_data.h', 665 'browser/content_verifier_io_data.h',
666 'browser/content_verify_job.cc', 666 'browser/content_verify_job.cc',
667 'browser/content_verify_job.h', 667 'browser/content_verify_job.h',
668 'browser/crx_file_info.cc',
669 'browser/crx_file_info.h',
asargent_no_longer_on_chrome 2015/02/03 19:26:33 Please also add these files to extensions/browser/
668 'browser/error_map.cc', 670 'browser/error_map.cc',
669 'browser/error_map.h', 671 'browser/error_map.h',
670 'browser/event_listener_map.cc', 672 'browser/event_listener_map.cc',
671 'browser/event_listener_map.h', 673 'browser/event_listener_map.h',
672 'browser/event_router.cc', 674 'browser/event_router.cc',
673 'browser/event_router.h', 675 'browser/event_router.h',
674 'browser/extension_host.cc', 676 'browser/extension_host.cc',
675 'browser/extension_host.h', 677 'browser/extension_host.h',
676 'browser/extension_host_delegate.h', 678 'browser/extension_host_delegate.h',
677 'browser/extension_error.cc', 679 'browser/extension_error.cc',
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
1235 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', 1237 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak',
1236 ], 1238 ],
1237 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', 1239 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak',
1238 }, 1240 },
1239 'includes': [ '../build/repack_action.gypi' ], 1241 'includes': [ '../build/repack_action.gypi' ],
1240 }, 1242 },
1241 ], 1243 ],
1242 }, 1244 },
1243 ] 1245 ]
1244 } 1246 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698