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

Side by Side Diff: extensions/extensions.gyp

Issue 901573003: Split ExtensionMessageFilter up into a UI thread part and an IO thread part. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase 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 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 'browser/image_loader.cc', 777 'browser/image_loader.cc',
778 'browser/image_loader.h', 778 'browser/image_loader.h',
779 'browser/image_loader_factory.cc', 779 'browser/image_loader_factory.cc',
780 'browser/image_loader_factory.h', 780 'browser/image_loader_factory.h',
781 'browser/info_map.cc', 781 'browser/info_map.cc',
782 'browser/info_map.h', 782 'browser/info_map.h',
783 'browser/install/crx_installer_error.h', 783 'browser/install/crx_installer_error.h',
784 'browser/install/extension_install_ui.cc', 784 'browser/install/extension_install_ui.cc',
785 'browser/install/extension_install_ui.h', 785 'browser/install/extension_install_ui.h',
786 'browser/install_flag.h', 786 'browser/install_flag.h',
787 'browser/io_thread_extension_message_filter.cc',
788 'browser/io_thread_extension_message_filter.h',
787 'browser/file_highlighter.cc', 789 'browser/file_highlighter.cc',
788 'browser/file_highlighter.h', 790 'browser/file_highlighter.h',
789 'browser/file_reader.cc', 791 'browser/file_reader.cc',
790 'browser/file_reader.h', 792 'browser/file_reader.h',
791 'browser/lazy_background_task_queue.cc', 793 'browser/lazy_background_task_queue.cc',
792 'browser/lazy_background_task_queue.h', 794 'browser/lazy_background_task_queue.h',
793 'browser/management_policy.cc', 795 'browser/management_policy.cc',
794 'browser/management_policy.h', 796 'browser/management_policy.h',
795 'browser/mojo/keep_alive_impl.cc', 797 'browser/mojo/keep_alive_impl.cc',
796 'browser/mojo/keep_alive_impl.h', 798 'browser/mojo/keep_alive_impl.h',
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
1248 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak', 1250 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak',
1249 ], 1251 ],
1250 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak', 1252 'pak_output': '<(PRODUCT_DIR)/extensions_shell_and_test.pak',
1251 }, 1253 },
1252 'includes': [ '../build/repack_action.gypi' ], 1254 'includes': [ '../build/repack_action.gypi' ],
1253 }, 1255 },
1254 ], 1256 ],
1255 }, 1257 },
1256 ] 1258 ]
1257 } 1259 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698