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

Side by Side Diff: extensions/extensions.gyp

Issue 407043002: Content Verification: Don't access UI-thread objects on the IO thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added DCHECK Created 6 years, 5 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_verify_job.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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 'browser/computed_hashes.h', 347 'browser/computed_hashes.h',
348 'browser/content_hash_fetcher.cc', 348 'browser/content_hash_fetcher.cc',
349 'browser/content_hash_fetcher.h', 349 'browser/content_hash_fetcher.h',
350 'browser/content_hash_reader.cc', 350 'browser/content_hash_reader.cc',
351 'browser/content_hash_reader.h', 351 'browser/content_hash_reader.h',
352 'browser/content_hash_tree.cc', 352 'browser/content_hash_tree.cc',
353 'browser/content_hash_tree.h', 353 'browser/content_hash_tree.h',
354 'browser/content_verifier.cc', 354 'browser/content_verifier.cc',
355 'browser/content_verifier.h', 355 'browser/content_verifier.h',
356 'browser/content_verifier_delegate.h', 356 'browser/content_verifier_delegate.h',
357 'browser/content_verifier_io_data.cc',
358 'browser/content_verifier_io_data.h',
357 'browser/content_verify_job.cc', 359 'browser/content_verify_job.cc',
358 'browser/content_verify_job.h', 360 'browser/content_verify_job.h',
359 'browser/error_map.cc', 361 'browser/error_map.cc',
360 'browser/error_map.h', 362 'browser/error_map.h',
361 'browser/event_listener_map.cc', 363 'browser/event_listener_map.cc',
362 'browser/event_listener_map.h', 364 'browser/event_listener_map.h',
363 'browser/event_router.cc', 365 'browser/event_router.cc',
364 'browser/event_router.h', 366 'browser/event_router.h',
365 'browser/extension_host.cc', 367 'browser/extension_host.cc',
366 'browser/extension_host.h', 368 'browser/extension_host.h',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resourc es.pak', 738 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resourc es.pak',
737 ], 739 ],
738 'pak_output': '<(PRODUCT_DIR)/extensions_unittests_resources.pak', 740 'pak_output': '<(PRODUCT_DIR)/extensions_unittests_resources.pak',
739 }, 741 },
740 'includes': [ '../build/repack_action.gypi' ], 742 'includes': [ '../build/repack_action.gypi' ],
741 }, 743 },
742 ], 744 ],
743 }, 745 },
744 ] 746 ]
745 } 747 }
OLDNEW
« no previous file with comments | « extensions/browser/content_verify_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698