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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 334783002: Componentize component_updater: Move some paths/constants to component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add component updater to common dependency list 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
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 2820 matching lines...) Expand 10 before | Expand all | Expand 10 after
2831 'in_memory_url_index_cache_proto', 2831 'in_memory_url_index_cache_proto',
2832 'probe_message_proto', 2832 'probe_message_proto',
2833 'suggestions_proto', 2833 'suggestions_proto',
2834 'variations_proto', 2834 'variations_proto',
2835 '../components/components.gyp:autocomplete', 2835 '../components/components.gyp:autocomplete',
2836 '../components/components.gyp:autofill_core_browser', 2836 '../components/components.gyp:autofill_core_browser',
2837 '../components/components.gyp:bookmarks_browser', 2837 '../components/components.gyp:bookmarks_browser',
2838 '../components/components.gyp:captive_portal', 2838 '../components/components.gyp:captive_portal',
2839 '../components/components.gyp:cloud_devices_common', 2839 '../components/components.gyp:cloud_devices_common',
2840 '../components/components.gyp:component_metrics_proto', 2840 '../components/components.gyp:component_metrics_proto',
2841 '../components/components.gyp:component_updater',
2841 '../components/components.gyp:data_reduction_proxy_browser', 2842 '../components/components.gyp:data_reduction_proxy_browser',
2842 '../components/components.gyp:domain_reliability', 2843 '../components/components.gyp:domain_reliability',
2843 '../components/components.gyp:favicon_base', 2844 '../components/components.gyp:favicon_base',
2844 '../components/components.gyp:favicon_core', 2845 '../components/components.gyp:favicon_core',
2845 '../components/components.gyp:feedback_component', 2846 '../components/components.gyp:feedback_component',
2846 '../components/components.gyp:gcm_driver', 2847 '../components/components.gyp:gcm_driver',
2847 '../components/components.gyp:google_core_browser', 2848 '../components/components.gyp:google_core_browser',
2848 '../components/components.gyp:history_core_browser', 2849 '../components/components.gyp:history_core_browser',
2849 '../components/components.gyp:history_core_common', 2850 '../components/components.gyp:history_core_common',
2850 '../components/components.gyp:infobars_core', 2851 '../components/components.gyp:infobars_core',
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
3592 'package_name': 'org/chromium/chrome/browser', 3593 'package_name': 'org/chromium/chrome/browser',
3593 'template_deps': ['browser/android/tab_load_status.h'], 3594 'template_deps': ['browser/android/tab_load_status.h'],
3594 }, 3595 },
3595 'includes': [ '../build/android/java_cpp_template.gypi' ], 3596 'includes': [ '../build/android/java_cpp_template.gypi' ],
3596 }, 3597 },
3597 ], 3598 ],
3598 }, 3599 },
3599 ], 3600 ],
3600 ], 3601 ],
3601 } 3602 }
OLDNEW
« no previous file with comments | « chrome/browser/component_updater/widevine_cdm_component_installer.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698