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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1020213002: Componentize conversion of content::FaviconURL to favicon::FaviconURL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@browser
Patch Set: Created 5 years, 9 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
« no previous file with comments | « chrome/browser/favicon/favicon_tab_helper.cc ('k') | components/favicon.gypi » ('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 3009 matching lines...) Expand 10 before | Expand all | Expand 10 after
3020 ['OS != "ios"', { 3020 ['OS != "ios"', {
3021 'dependencies': [ 3021 'dependencies': [
3022 'apps', 3022 'apps',
3023 'debugger', 3023 'debugger',
3024 'installer_util', 3024 'installer_util',
3025 '../third_party/re2/re2.gyp:re2', 3025 '../third_party/re2/re2.gyp:re2',
3026 '../cc/cc.gyp:cc', 3026 '../cc/cc.gyp:cc',
3027 '../components/components.gyp:autofill_content_browser', 3027 '../components/components.gyp:autofill_content_browser',
3028 '../components/components.gyp:data_reduction_proxy_content_browser', 3028 '../components/components.gyp:data_reduction_proxy_content_browser',
3029 '../components/components.gyp:dom_distiller_content', 3029 '../components/components.gyp:dom_distiller_content',
3030 '../components/components.gyp:favicon_content',
3030 '../components/components.gyp:history_content_browser', 3031 '../components/components.gyp:history_content_browser',
3031 '../components/components.gyp:keyed_service_content', 3032 '../components/components.gyp:keyed_service_content',
3032 '../components/components.gyp:navigation_interception', 3033 '../components/components.gyp:navigation_interception',
3033 '../components/components.gyp:packed_ct_ev_whitelist', 3034 '../components/components.gyp:packed_ct_ev_whitelist',
3034 '../components/components.gyp:password_manager_content_browser', 3035 '../components/components.gyp:password_manager_content_browser',
3035 '../components/components.gyp:power', 3036 '../components/components.gyp:power',
3036 '../components/components.gyp:precache_content', 3037 '../components/components.gyp:precache_content',
3037 '../components/components.gyp:sessions_content', 3038 '../components/components.gyp:sessions_content',
3038 '../components/components.gyp:storage_monitor', 3039 '../components/components.gyp:storage_monitor',
3039 '../components/components.gyp:translate_content_browser', 3040 '../components/components.gyp:translate_content_browser',
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
3765 'variables': { 3766 'variables': {
3766 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3767 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3767 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3768 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3768 }, 3769 },
3769 'includes': [ '../build/protoc.gypi' ] 3770 'includes': [ '../build/protoc.gypi' ]
3770 }, 3771 },
3771 ], 3772 ],
3772 },], 3773 },],
3773 ], 3774 ],
3774 } 3775 }
OLDNEW
« no previous file with comments | « chrome/browser/favicon/favicon_tab_helper.cc ('k') | components/favicon.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698