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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6849030: Add support for multi resolution icons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added comments 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/chrome_browser.gypi ('k') | chrome/chrome_dll.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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 # shared with the 64-bit target, but it does not work due to a gyp 99 # shared with the 64-bit target, but it does not work due to a gyp
100 # issue. 100 # issue.
101 'app/policy/cloud_policy_codegen.gyp:policy', 101 'app/policy/cloud_policy_codegen.gyp:policy',
102 'chrome_resources', 102 'chrome_resources',
103 'chrome_strings', 103 'chrome_strings',
104 'common_constants', 104 'common_constants',
105 'common_net', 105 'common_net',
106 'default_plugin/default_plugin.gyp:default_plugin', 106 'default_plugin/default_plugin.gyp:default_plugin',
107 'safe_browsing_csd_proto', 107 'safe_browsing_csd_proto',
108 'theme_resources', 108 'theme_resources',
109 'theme_resources_standard',
109 '../app/app.gyp:app_base', 110 '../app/app.gyp:app_base',
110 '../app/app.gyp:app_resources', 111 '../app/app.gyp:app_resources',
111 '../base/base.gyp:base', 112 '../base/base.gyp:base',
112 '../base/base.gyp:base_i18n', 113 '../base/base.gyp:base_i18n',
113 '../build/temp_gyp/googleurl.gyp:googleurl', 114 '../build/temp_gyp/googleurl.gyp:googleurl',
114 '../content/content.gyp:content_common', 115 '../content/content.gyp:content_common',
115 '../ipc/ipc.gyp:ipc', 116 '../ipc/ipc.gyp:ipc',
116 '../net/net.gyp:net', 117 '../net/net.gyp:net',
117 '../printing/printing.gyp:printing', 118 '../printing/printing.gyp:printing',
118 '../skia/skia.gyp:skia', 119 '../skia/skia.gyp:skia',
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 'configurations': { 525 'configurations': {
525 'Common_Base': { 526 'Common_Base': {
526 'msvs_target_platform': 'x64', 527 'msvs_target_platform': 'x64',
527 }, 528 },
528 }, 529 },
529 }, 530 },
530 ], 531 ],
531 }], 532 }],
532 ], 533 ],
533 } 534 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698