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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 12212076: Move web store data fetching and parsing out of WebstoreStandaloneInstaller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/extensions/webstore_standalone_installer.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 'browser/extensions/updater/safe_manifest_parser.cc', 700 'browser/extensions/updater/safe_manifest_parser.cc',
701 'browser/extensions/updater/safe_manifest_parser.h', 701 'browser/extensions/updater/safe_manifest_parser.h',
702 'browser/extensions/url_actions.cc', 702 'browser/extensions/url_actions.cc',
703 'browser/extensions/url_actions.h', 703 'browser/extensions/url_actions.h',
704 'browser/extensions/user_script_listener.cc', 704 'browser/extensions/user_script_listener.cc',
705 'browser/extensions/user_script_listener.h', 705 'browser/extensions/user_script_listener.h',
706 'browser/extensions/user_script_master.cc', 706 'browser/extensions/user_script_master.cc',
707 'browser/extensions/user_script_master.h', 707 'browser/extensions/user_script_master.h',
708 'browser/extensions/web_accessible_resources_parser.cc', 708 'browser/extensions/web_accessible_resources_parser.cc',
709 'browser/extensions/web_accessible_resources_parser.h', 709 'browser/extensions/web_accessible_resources_parser.h',
710 'browser/extensions/webstore_data_fetcher.cc',
711 'browser/extensions/webstore_data_fetcher.h',
712 'browser/extensions/webstore_data_fetcher_delegate.h',
710 'browser/extensions/webstore_install_helper.cc', 713 'browser/extensions/webstore_install_helper.cc',
711 'browser/extensions/webstore_install_helper.h', 714 'browser/extensions/webstore_install_helper.h',
712 'browser/extensions/webstore_installer.cc', 715 'browser/extensions/webstore_installer.cc',
713 'browser/extensions/webstore_installer.h', 716 'browser/extensions/webstore_installer.h',
714 'browser/extensions/webstore_standalone_installer.cc', 717 'browser/extensions/webstore_standalone_installer.cc',
715 'browser/extensions/webstore_standalone_installer.h', 718 'browser/extensions/webstore_standalone_installer.h',
716 'browser/extensions/window_controller.cc', 719 'browser/extensions/window_controller.cc',
717 'browser/extensions/window_controller.h', 720 'browser/extensions/window_controller.h',
718 'browser/extensions/window_controller_list.cc', 721 'browser/extensions/window_controller_list.cc',
719 'browser/extensions/window_controller_list.h', 722 'browser/extensions/window_controller_list.h',
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 'variables': { 962 'variables': {
960 'proto_in_dir': 'browser/chromeos/contacts', 963 'proto_in_dir': 'browser/chromeos/contacts',
961 'proto_out_dir': 'chrome/browser/chromeos/contacts', 964 'proto_out_dir': 'chrome/browser/chromeos/contacts',
962 }, 965 },
963 'includes': [ '../build/protoc.gypi' ] 966 'includes': [ '../build/protoc.gypi' ]
964 }, 967 },
965 ], 968 ],
966 },], # 'chromeos=1' 969 },], # 'chromeos=1'
967 ], # 'conditions' 970 ], # 'conditions'
968 } 971 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/webstore_standalone_installer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698