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

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: Fixed touchui 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
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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 # TODO(gregoryd): chrome_resources and chrome_strings could be 101 # TODO(gregoryd): chrome_resources and chrome_strings could be
102 # shared with the 64-bit target, but it does not work due to a gyp 102 # shared with the 64-bit target, but it does not work due to a gyp
103 # issue. 103 # issue.
104 'app/policy/cloud_policy_codegen.gyp:policy', 104 'app/policy/cloud_policy_codegen.gyp:policy',
105 'chrome_resources', 105 'chrome_resources',
106 'chrome_strings', 106 'chrome_strings',
107 'common_constants', 107 'common_constants',
108 'common_net', 108 'common_net',
109 'default_plugin/default_plugin.gyp:default_plugin', 109 'default_plugin/default_plugin.gyp:default_plugin',
110 'theme_resources', 110 'theme_resources',
111 'theme_resources_standard',
111 '../app/app.gyp:app_base', 112 '../app/app.gyp:app_base',
112 '../app/app.gyp:app_resources', 113 '../app/app.gyp:app_resources',
113 '../base/base.gyp:base', 114 '../base/base.gyp:base',
114 '../base/base.gyp:base_i18n', 115 '../base/base.gyp:base_i18n',
115 '../build/temp_gyp/googleurl.gyp:googleurl', 116 '../build/temp_gyp/googleurl.gyp:googleurl',
116 '../content/content.gyp:content_common', 117 '../content/content.gyp:content_common',
117 '../ipc/ipc.gyp:ipc', 118 '../ipc/ipc.gyp:ipc',
118 '../net/net.gyp:net', 119 '../net/net.gyp:net',
119 '../printing/printing.gyp:printing', 120 '../printing/printing.gyp:printing',
120 '../skia/skia.gyp:skia', 121 '../skia/skia.gyp:skia',
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 'configurations': { 475 'configurations': {
475 'Common_Base': { 476 'Common_Base': {
476 'msvs_target_platform': 'x64', 477 'msvs_target_platform': 'x64',
477 }, 478 },
478 }, 479 },
479 }, 480 },
480 ], 481 ],
481 }], 482 }],
482 ], 483 ],
483 } 484 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698