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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 474633005: Componentize component_updater: Split crx_file code off into its own component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove shared library export Created 6 years, 4 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/sandboxed_unpacker.cc ('k') | components/components.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2835 matching lines...) Expand 10 before | Expand all | Expand 10 after
2846 'chrome_resources.gyp:theme_resources', 2846 'chrome_resources.gyp:theme_resources',
2847 'common', 2847 'common',
2848 'common_net', 2848 'common_net',
2849 'in_memory_url_index_cache_proto', 2849 'in_memory_url_index_cache_proto',
2850 'probe_message_proto', 2850 'probe_message_proto',
2851 '../components/components.gyp:autofill_core_browser', 2851 '../components/components.gyp:autofill_core_browser',
2852 '../components/components.gyp:bookmarks_browser', 2852 '../components/components.gyp:bookmarks_browser',
2853 '../components/components.gyp:captive_portal', 2853 '../components/components.gyp:captive_portal',
2854 '../components/components.gyp:cloud_devices_common', 2854 '../components/components.gyp:cloud_devices_common',
2855 '../components/components.gyp:component_metrics_proto', 2855 '../components/components.gyp:component_metrics_proto',
2856 '../components/components.gyp:component_updater',
2856 '../components/components.gyp:content_settings_core_common', 2857 '../components/components.gyp:content_settings_core_common',
2858 '../components/components.gyp:crx_file',
2857 '../components/components.gyp:data_reduction_proxy_browser', 2859 '../components/components.gyp:data_reduction_proxy_browser',
2858 '../components/components.gyp:domain_reliability', 2860 '../components/components.gyp:domain_reliability',
2859 '../components/components.gyp:favicon_base', 2861 '../components/components.gyp:favicon_base',
2860 '../components/components.gyp:favicon_core', 2862 '../components/components.gyp:favicon_core',
2861 '../components/components.gyp:feedback_component', 2863 '../components/components.gyp:feedback_component',
2862 '../components/components.gyp:gcm_driver', 2864 '../components/components.gyp:gcm_driver',
2863 '../components/components.gyp:google_core_browser', 2865 '../components/components.gyp:google_core_browser',
2864 '../components/components.gyp:history_core_browser', 2866 '../components/components.gyp:history_core_browser',
2865 '../components/components.gyp:history_core_common', 2867 '../components/components.gyp:history_core_common',
2866 '../components/components.gyp:infobars_core', 2868 '../components/components.gyp:infobars_core',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
2941 ['OS != "ios"', { 2943 ['OS != "ios"', {
2942 'dependencies': [ 2944 'dependencies': [
2943 'apps', 2945 'apps',
2944 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2946 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2945 'common/extensions/api/api.gyp:chrome_api', 2947 'common/extensions/api/api.gyp:chrome_api',
2946 'debugger', 2948 'debugger',
2947 'installer_util', 2949 'installer_util',
2948 '../third_party/re2/re2.gyp:re2', 2950 '../third_party/re2/re2.gyp:re2',
2949 '../cc/cc.gyp:cc', 2951 '../cc/cc.gyp:cc',
2950 '../components/components.gyp:autofill_content_browser', 2952 '../components/components.gyp:autofill_content_browser',
2951 '../components/components.gyp:component_updater',
2952 '../components/components.gyp:dom_distiller_content', 2953 '../components/components.gyp:dom_distiller_content',
2953 '../components/components.gyp:keyed_service_content', 2954 '../components/components.gyp:keyed_service_content',
2954 '../components/components.gyp:navigation_interception', 2955 '../components/components.gyp:navigation_interception',
2955 '../components/components.gyp:password_manager_content_browser', 2956 '../components/components.gyp:password_manager_content_browser',
2956 '../components/components.gyp:precache_content', 2957 '../components/components.gyp:precache_content',
2957 '../components/components.gyp:sessions', 2958 '../components/components.gyp:sessions',
2958 '../components/components.gyp:storage_monitor', 2959 '../components/components.gyp:storage_monitor',
2959 '../components/components.gyp:translate_content_browser', 2960 '../components/components.gyp:translate_content_browser',
2960 '../components/components.gyp:url_matcher', 2961 '../components/components.gyp:url_matcher',
2961 '../components/components.gyp:usb_service', 2962 '../components/components.gyp:usb_service',
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
3615 'package_name': 'org/chromium/chrome/browser', 3616 'package_name': 'org/chromium/chrome/browser',
3616 'template_deps': ['browser/android/tab_load_status.h'], 3617 'template_deps': ['browser/android/tab_load_status.h'],
3617 }, 3618 },
3618 'includes': [ '../build/android/java_cpp_template.gypi' ], 3619 'includes': [ '../build/android/java_cpp_template.gypi' ],
3619 }, 3620 },
3620 ], 3621 ],
3621 }, 3622 },
3622 ], 3623 ],
3623 ], 3624 ],
3624 } 3625 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/sandboxed_unpacker.cc ('k') | components/components.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698