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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6672065: Support touch icon in FaviconHelper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile error for clank mac and unit test memory leak Created 9 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/most_visited_handler.cc ('k') | chrome/chrome_tests.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'common/content_settings.cc', 44 'common/content_settings.cc',
45 'common/content_settings.h', 45 'common/content_settings.h',
46 'common/content_settings_helper.cc', 46 'common/content_settings_helper.cc',
47 'common/content_settings_helper.h', 47 'common/content_settings_helper.h',
48 'common/content_settings_types.h', 48 'common/content_settings_types.h',
49 'common/devtools_messages.h', 49 'common/devtools_messages.h',
50 'common/guid.cc', 50 'common/guid.cc',
51 'common/guid.h', 51 'common/guid.h',
52 'common/guid_posix.cc', 52 'common/guid_posix.cc',
53 'common/guid_win.cc', 53 'common/guid_win.cc',
54 'common/icon_messages.cc',
55 'common/icon_messages.h',
54 'common/instant_types.h', 56 'common/instant_types.h',
55 'common/logging_chrome.cc', 57 'common/logging_chrome.cc',
56 'common/logging_chrome.h', 58 'common/logging_chrome.h',
57 'common/metrics_helpers.cc', 59 'common/metrics_helpers.cc',
58 'common/metrics_helpers.h', 60 'common/metrics_helpers.h',
59 'common/multi_process_lock.h', 61 'common/multi_process_lock.h',
60 'common/multi_process_lock_linux.cc', 62 'common/multi_process_lock_linux.cc',
61 'common/multi_process_lock_mac.cc', 63 'common/multi_process_lock_mac.cc',
62 'common/multi_process_lock_win.cc', 64 'common/multi_process_lock_win.cc',
63 'common/nacl_cmd_line.cc', 65 'common/nacl_cmd_line.cc',
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 'configurations': { 476 'configurations': {
475 'Common_Base': { 477 'Common_Base': {
476 'msvs_target_platform': 'x64', 478 'msvs_target_platform': 'x64',
477 }, 479 },
478 }, 480 },
479 }, 481 },
480 ], 482 ],
481 }], 483 }],
482 ], 484 ],
483 } 485 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/most_visited_handler.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698