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

Side by Side Diff: chrome/chrome_common.gypi

Issue 15388002: Supporting high dpi favicons in Instant Extended. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase Created 7 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 'common/extensions/update_manifest.cc', 318 'common/extensions/update_manifest.cc',
319 'common/extensions/update_manifest.h', 319 'common/extensions/update_manifest.h',
320 'common/extensions/user_script.cc', 320 'common/extensions/user_script.cc',
321 'common/extensions/user_script.h', 321 'common/extensions/user_script.h',
322 'common/extensions/value_counter.cc', 322 'common/extensions/value_counter.cc',
323 'common/extensions/value_counter.h', 323 'common/extensions/value_counter.h',
324 'common/extensions/web_accessible_resources_handler.cc', 324 'common/extensions/web_accessible_resources_handler.cc',
325 'common/extensions/web_accessible_resources_handler.h', 325 'common/extensions/web_accessible_resources_handler.h',
326 'common/external_ipc_fuzzer.cc', 326 'common/external_ipc_fuzzer.cc',
327 'common/external_ipc_fuzzer.h', 327 'common/external_ipc_fuzzer.h',
328 'common/favicon/favicon_types.cc',
329 'common/favicon/favicon_types.h',
330 'common/favicon/favicon_url_parser.cc',
331 'common/favicon/favicon_url_parser.h',
328 'common/icon_with_badge_image_source.cc', 332 'common/icon_with_badge_image_source.cc',
329 'common/icon_with_badge_image_source.h', 333 'common/icon_with_badge_image_source.h',
330 'common/importer/imported_bookmark_entry.cc', 334 'common/importer/imported_bookmark_entry.cc',
331 'common/importer/imported_bookmark_entry.h', 335 'common/importer/imported_bookmark_entry.h',
332 'common/importer/imported_favicon_usage.cc', 336 'common/importer/imported_favicon_usage.cc',
333 'common/importer/imported_favicon_usage.h', 337 'common/importer/imported_favicon_usage.h',
334 'common/importer/importer_data_types.cc', 338 'common/importer/importer_data_types.cc',
335 'common/importer/importer_data_types.h', 339 'common/importer/importer_data_types.h',
336 'common/importer/importer_type.h', 340 'common/importer/importer_type.h',
337 'common/importer/importer_url_row.cc', 341 'common/importer/importer_url_row.cc',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 'common/metrics/proto/user_action_event.proto', 814 'common/metrics/proto/user_action_event.proto',
811 ], 815 ],
812 'variables': { 816 'variables': {
813 'proto_in_dir': 'common/metrics/proto', 817 'proto_in_dir': 'common/metrics/proto',
814 'proto_out_dir': 'chrome/common/metrics/proto', 818 'proto_out_dir': 'chrome/common/metrics/proto',
815 }, 819 },
816 'includes': [ '../build/protoc.gypi' ], 820 'includes': [ '../build/protoc.gypi' ],
817 }, 821 },
818 ], 822 ],
819 } 823 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698