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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1092873002: [Icons NTP] Refactor large_icon_source to extract the logic shared between desktop and Android to f… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 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 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after
1545 'browser/favicon/chrome_favicon_client.cc', 1545 'browser/favicon/chrome_favicon_client.cc',
1546 'browser/favicon/chrome_favicon_client.h', 1546 'browser/favicon/chrome_favicon_client.h',
1547 'browser/favicon/chrome_favicon_client_factory.cc', 1547 'browser/favicon/chrome_favicon_client_factory.cc',
1548 'browser/favicon/chrome_favicon_client_factory.h', 1548 'browser/favicon/chrome_favicon_client_factory.h',
1549 'browser/favicon/fallback_icon_service_factory.cc', 1549 'browser/favicon/fallback_icon_service_factory.cc',
1550 'browser/favicon/fallback_icon_service_factory.h', 1550 'browser/favicon/fallback_icon_service_factory.h',
1551 'browser/favicon/favicon_helper.cc', 1551 'browser/favicon/favicon_helper.cc',
1552 'browser/favicon/favicon_helper.h', 1552 'browser/favicon/favicon_helper.h',
1553 'browser/favicon/favicon_service_factory.cc', 1553 'browser/favicon/favicon_service_factory.cc',
1554 'browser/favicon/favicon_service_factory.h', 1554 'browser/favicon/favicon_service_factory.h',
1555 'browser/favicon/large_icon_service_factory.cc',
1556 'browser/favicon/large_icon_service_factory.h',
1555 ], 1557 ],
1556 'chrome_browser_gnome_keyring_sources': [ 1558 'chrome_browser_gnome_keyring_sources': [
1557 'browser/password_manager/native_backend_gnome_x.cc', 1559 'browser/password_manager/native_backend_gnome_x.cc',
1558 'browser/password_manager/native_backend_gnome_x.h', 1560 'browser/password_manager/native_backend_gnome_x.h',
1559 ], 1561 ],
1560 'chrome_browser_libsecret_sources': [ 1562 'chrome_browser_libsecret_sources': [
1561 'browser/password_manager/native_backend_libsecret.cc', 1563 'browser/password_manager/native_backend_libsecret.cc',
1562 'browser/password_manager/native_backend_libsecret.h', 1564 'browser/password_manager/native_backend_libsecret.h',
1563 ], 1565 ],
1564 'chrome_browser_google_sources': [ 1566 'chrome_browser_google_sources': [
(...skipping 2265 matching lines...) Expand 10 before | Expand all | Expand 10 after
3830 'variables': { 3832 'variables': {
3831 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3833 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3832 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3834 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3833 }, 3835 },
3834 'includes': [ '../build/protoc.gypi' ] 3836 'includes': [ '../build/protoc.gypi' ]
3835 }, 3837 },
3836 ], 3838 ],
3837 },], 3839 },],
3838 ], 3840 ],
3839 } 3841 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/most_visited_handler.cc ('k') | chrome/common/favicon/fallback_icon_url_parser_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698