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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 145153002: Make sideloaded (externally installed) extensions display webstore info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 'browser/extensions/updater/request_queue.h', 889 'browser/extensions/updater/request_queue.h',
890 'browser/extensions/updater/request_queue_impl.h', 890 'browser/extensions/updater/request_queue_impl.h',
891 'browser/extensions/updater/safe_manifest_parser.cc', 891 'browser/extensions/updater/safe_manifest_parser.cc',
892 'browser/extensions/updater/safe_manifest_parser.h', 892 'browser/extensions/updater/safe_manifest_parser.h',
893 'browser/extensions/user_script_listener.cc', 893 'browser/extensions/user_script_listener.cc',
894 'browser/extensions/user_script_listener.h', 894 'browser/extensions/user_script_listener.h',
895 'browser/extensions/user_script_master.cc', 895 'browser/extensions/user_script_master.cc',
896 'browser/extensions/user_script_master.h', 896 'browser/extensions/user_script_master.h',
897 'browser/extensions/webstore_data_fetcher.cc', 897 'browser/extensions/webstore_data_fetcher.cc',
898 'browser/extensions/webstore_data_fetcher.h', 898 'browser/extensions/webstore_data_fetcher.h',
899 'browser/extensions/webstore_data_fetcher_delegate.cc',
899 'browser/extensions/webstore_data_fetcher_delegate.h', 900 'browser/extensions/webstore_data_fetcher_delegate.h',
900 'browser/extensions/webstore_inline_installer.cc', 901 'browser/extensions/webstore_inline_installer.cc',
901 'browser/extensions/webstore_inline_installer.h', 902 'browser/extensions/webstore_inline_installer.h',
902 'browser/extensions/webstore_inline_installer_factory.cc', 903 'browser/extensions/webstore_inline_installer_factory.cc',
903 'browser/extensions/webstore_inline_installer_factory.h', 904 'browser/extensions/webstore_inline_installer_factory.h',
904 'browser/extensions/webstore_install_helper.cc', 905 'browser/extensions/webstore_install_helper.cc',
905 'browser/extensions/webstore_install_helper.h', 906 'browser/extensions/webstore_install_helper.h',
906 'browser/extensions/webstore_installer.cc', 907 'browser/extensions/webstore_installer.cc',
907 'browser/extensions/webstore_installer.h', 908 'browser/extensions/webstore_installer.h',
908 'browser/extensions/webstore_standalone_installer.cc', 909 'browser/extensions/webstore_standalone_installer.cc',
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
1230 'variables': { 1231 'variables': {
1231 'proto_in_dir': 'browser/chromeos/contacts', 1232 'proto_in_dir': 'browser/chromeos/contacts',
1232 'proto_out_dir': 'chrome/browser/chromeos/contacts', 1233 'proto_out_dir': 'chrome/browser/chromeos/contacts',
1233 }, 1234 },
1234 'includes': [ '../build/protoc.gypi' ] 1235 'includes': [ '../build/protoc.gypi' ]
1235 }, 1236 },
1236 ], 1237 ],
1237 },], # 'chromeos=1' 1238 },], # 'chromeos=1'
1238 ], # 'conditions' 1239 ], # 'conditions'
1239 } 1240 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698