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

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 1532 matching lines...) Expand 10 before | Expand all | Expand 10 after
1543 'browser/favicon/chrome_favicon_client.cc', 1543 'browser/favicon/chrome_favicon_client.cc',
1544 'browser/favicon/chrome_favicon_client.h', 1544 'browser/favicon/chrome_favicon_client.h',
1545 'browser/favicon/chrome_favicon_client_factory.cc', 1545 'browser/favicon/chrome_favicon_client_factory.cc',
1546 'browser/favicon/chrome_favicon_client_factory.h', 1546 'browser/favicon/chrome_favicon_client_factory.h',
1547 'browser/favicon/fallback_icon_service_factory.cc', 1547 'browser/favicon/fallback_icon_service_factory.cc',
1548 'browser/favicon/fallback_icon_service_factory.h', 1548 'browser/favicon/fallback_icon_service_factory.h',
1549 'browser/favicon/favicon_helper.cc', 1549 'browser/favicon/favicon_helper.cc',
1550 'browser/favicon/favicon_helper.h', 1550 'browser/favicon/favicon_helper.h',
1551 'browser/favicon/favicon_service_factory.cc', 1551 'browser/favicon/favicon_service_factory.cc',
1552 'browser/favicon/favicon_service_factory.h', 1552 'browser/favicon/favicon_service_factory.h',
1553 'browser/favicon/large_icon_service_factory.cc',
1554 'browser/favicon/large_icon_service_factory.h',
1553 ], 1555 ],
1554 'chrome_browser_gnome_keyring_sources': [ 1556 'chrome_browser_gnome_keyring_sources': [
1555 'browser/password_manager/native_backend_gnome_x.cc', 1557 'browser/password_manager/native_backend_gnome_x.cc',
1556 'browser/password_manager/native_backend_gnome_x.h', 1558 'browser/password_manager/native_backend_gnome_x.h',
1557 ], 1559 ],
1558 'chrome_browser_libsecret_sources': [ 1560 'chrome_browser_libsecret_sources': [
1559 'browser/password_manager/native_backend_libsecret.cc', 1561 'browser/password_manager/native_backend_libsecret.cc',
1560 'browser/password_manager/native_backend_libsecret.h', 1562 'browser/password_manager/native_backend_libsecret.h',
1561 ], 1563 ],
1562 'chrome_browser_google_sources': [ 1564 'chrome_browser_google_sources': [
(...skipping 2264 matching lines...) Expand 10 before | Expand all | Expand 10 after
3827 'variables': { 3829 'variables': {
3828 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3830 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3829 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3831 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3830 }, 3832 },
3831 'includes': [ '../build/protoc.gypi' ] 3833 'includes': [ '../build/protoc.gypi' ]
3832 }, 3834 },
3833 ], 3835 ],
3834 },], 3836 },],
3835 ], 3837 ],
3836 } 3838 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698