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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1014853004: [Icons NTP] Add LargeIconUrlParser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment for test case. 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 | « no previous file | chrome/chrome_tests_unit.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 'common/content_settings_pattern_serializer.h', 48 'common/content_settings_pattern_serializer.h',
49 'common/crash_keys.cc', 49 'common/crash_keys.cc',
50 'common/crash_keys.h', 50 'common/crash_keys.h',
51 'common/custom_handlers/protocol_handler.cc', 51 'common/custom_handlers/protocol_handler.cc',
52 'common/custom_handlers/protocol_handler.h', 52 'common/custom_handlers/protocol_handler.h',
53 'common/descriptors_android.h', 53 'common/descriptors_android.h',
54 'common/favicon/fallback_icon_url_parser.cc', 54 'common/favicon/fallback_icon_url_parser.cc',
55 'common/favicon/fallback_icon_url_parser.h', 55 'common/favicon/fallback_icon_url_parser.h',
56 'common/favicon/favicon_url_parser.cc', 56 'common/favicon/favicon_url_parser.cc',
57 'common/favicon/favicon_url_parser.h', 57 'common/favicon/favicon_url_parser.h',
58 'common/favicon/large_icon_url_parser.cc',
59 'common/favicon/large_icon_url_parser.h',
58 'common/icon_with_badge_image_source.cc', 60 'common/icon_with_badge_image_source.cc',
59 'common/icon_with_badge_image_source.h', 61 'common/icon_with_badge_image_source.h',
60 'common/ini_parser.cc', 62 'common/ini_parser.cc',
61 'common/ini_parser.h', 63 'common/ini_parser.h',
62 'common/instant_types.cc', 64 'common/instant_types.cc',
63 'common/instant_types.h', 65 'common/instant_types.h',
64 'common/localized_error.cc', 66 'common/localized_error.cc',
65 'common/localized_error.h', 67 'common/localized_error.h',
66 'common/logging_chrome.cc', 68 'common/logging_chrome.cc',
67 'common/logging_chrome.h', 69 'common/logging_chrome.h',
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 'common/safe_browsing/csd.proto' 681 'common/safe_browsing/csd.proto'
680 ], 682 ],
681 'variables': { 683 'variables': {
682 'proto_in_dir': 'common/safe_browsing', 684 'proto_in_dir': 'common/safe_browsing',
683 'proto_out_dir': 'chrome/common/safe_browsing', 685 'proto_out_dir': 'chrome/common/safe_browsing',
684 }, 686 },
685 'includes': [ '../build/protoc.gypi' ], 687 'includes': [ '../build/protoc.gypi' ],
686 }, 688 },
687 ], 689 ],
688 } 690 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698