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

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: Fix try jobs 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 # shared with the 64-bit target, but it does not work due to a gyp 104 # shared with the 64-bit target, but it does not work due to a gyp
105 # issue. 105 # issue.
106 'app/policy/cloud_policy_codegen.gyp:policy', 106 'app/policy/cloud_policy_codegen.gyp:policy',
107 'chrome_resources', 107 'chrome_resources',
108 'chrome_strings', 108 'chrome_strings',
109 'common_constants', 109 'common_constants',
110 'common_net', 110 'common_net',
111 'default_plugin/default_plugin.gyp:default_plugin', 111 'default_plugin/default_plugin.gyp:default_plugin',
112 'safe_browsing_csd_proto', 112 'safe_browsing_csd_proto',
113 'theme_resources', 113 'theme_resources',
114 'theme_resources_standard',
114 '../app/app.gyp:app_base', 115 '../app/app.gyp:app_base',
115 '../app/app.gyp:app_resources', 116 '../app/app.gyp:app_resources',
116 '../base/base.gyp:base', 117 '../base/base.gyp:base',
117 '../base/base.gyp:base_i18n', 118 '../base/base.gyp:base_i18n',
118 '../build/temp_gyp/googleurl.gyp:googleurl', 119 '../build/temp_gyp/googleurl.gyp:googleurl',
119 '../content/content.gyp:content_common', 120 '../content/content.gyp:content_common',
120 '../ipc/ipc.gyp:ipc', 121 '../ipc/ipc.gyp:ipc',
121 '../net/net.gyp:net', 122 '../net/net.gyp:net',
122 '../printing/printing.gyp:printing', 123 '../printing/printing.gyp:printing',
123 '../skia/skia.gyp:skia', 124 '../skia/skia.gyp:skia',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 'configurations': { 526 'configurations': {
526 'Common_Base': { 527 'Common_Base': {
527 'msvs_target_platform': 'x64', 528 'msvs_target_platform': 'x64',
528 }, 529 },
529 }, 530 },
530 }, 531 },
531 ], 532 ],
532 }], 533 }],
533 ], 534 ],
534 } 535 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_dll.gypi » ('j') | skia/ext/skia_utils_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698