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

Side by Side Diff: chrome/chrome_common.gypi

Issue 2830013: chrome_common.gypi: added dependency on bzip2.gyp, needed by following files: (Closed)
Patch Set: Created 10 years, 6 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
« no previous file with comments | « no previous file | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'common_net', 127 'common_net',
128 'theme_resources', 128 'theme_resources',
129 '../app/app.gyp:app_base', 129 '../app/app.gyp:app_base',
130 '../app/app.gyp:app_resources', 130 '../app/app.gyp:app_resources',
131 '../base/base.gyp:base', 131 '../base/base.gyp:base',
132 '../base/base.gyp:base_i18n', 132 '../base/base.gyp:base_i18n',
133 '../build/temp_gyp/googleurl.gyp:googleurl', 133 '../build/temp_gyp/googleurl.gyp:googleurl',
134 '../ipc/ipc.gyp:ipc', 134 '../ipc/ipc.gyp:ipc',
135 '../net/net.gyp:net', 135 '../net/net.gyp:net',
136 '../skia/skia.gyp:skia', 136 '../skia/skia.gyp:skia',
137 '../third_party/bzip2/bzip2.gyp:bzip2',
137 '../third_party/icu/icu.gyp:icui18n', 138 '../third_party/icu/icu.gyp:icui18n',
138 '../third_party/icu/icu.gyp:icuuc', 139 '../third_party/icu/icu.gyp:icuuc',
139 '../third_party/libxml/libxml.gyp:libxml', 140 '../third_party/libxml/libxml.gyp:libxml',
140 '../third_party/sqlite/sqlite.gyp:sqlite', 141 '../third_party/sqlite/sqlite.gyp:sqlite',
141 '../third_party/zlib/zlib.gyp:zlib', 142 '../third_party/zlib/zlib.gyp:zlib',
142 '../third_party/npapi/npapi.gyp:npapi', 143 '../third_party/npapi/npapi.gyp:npapi',
143 '../webkit/default_plugin/default_plugin.gyp:default_plugin', 144 '../webkit/default_plugin/default_plugin.gyp:default_plugin',
144 '../webkit/support/webkit_support.gyp:appcache', 145 '../webkit/support/webkit_support.gyp:appcache',
145 '../webkit/support/webkit_support.gyp:glue', 146 '../webkit/support/webkit_support.gyp:glue',
146 ], 147 ],
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'configurations': { 409 'configurations': {
409 'Common_Base': { 410 'Common_Base': {
410 'msvs_target_platform': 'x64', 411 'msvs_target_platform': 'x64',
411 }, 412 },
412 }, 413 },
413 }, 414 },
414 ], 415 ],
415 }], 416 }],
416 ], 417 ],
417 } 418 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698