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

Side by Side Diff: chrome/chrome_common.gypi

Issue 2070001: Remove webkit_support_in_chromium.gyp and use webkit_support.gyp (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 7 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 | « 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) 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 '../build/temp_gyp/googleurl.gyp:googleurl', 128 '../build/temp_gyp/googleurl.gyp:googleurl',
129 '../ipc/ipc.gyp:ipc', 129 '../ipc/ipc.gyp:ipc',
130 '../net/net.gyp:net', 130 '../net/net.gyp:net',
131 '../skia/skia.gyp:skia', 131 '../skia/skia.gyp:skia',
132 '../third_party/icu/icu.gyp:icui18n', 132 '../third_party/icu/icu.gyp:icui18n',
133 '../third_party/icu/icu.gyp:icuuc', 133 '../third_party/icu/icu.gyp:icuuc',
134 '../third_party/libxml/libxml.gyp:libxml', 134 '../third_party/libxml/libxml.gyp:libxml',
135 '../third_party/sqlite/sqlite.gyp:sqlite', 135 '../third_party/sqlite/sqlite.gyp:sqlite',
136 '../third_party/zlib/zlib.gyp:zlib', 136 '../third_party/zlib/zlib.gyp:zlib',
137 '../third_party/npapi/npapi.gyp:npapi', 137 '../third_party/npapi/npapi.gyp:npapi',
138 '../webkit/support/webkit_support_in_chromium.gyp:appcache', 138 '../webkit/support/webkit_support.gyp:appcache',
139 '../webkit/support/webkit_support_in_chromium.gyp:glue', 139 '../webkit/support/webkit_support.gyp:glue',
140 ], 140 ],
141 'sources': [ 141 'sources': [
142 # .cc, .h, and .mm files under chrome/common that are not required for 142 # .cc, .h, and .mm files under chrome/common that are not required for
143 # building 64-bit Windows targets. Test files are not included. 143 # building 64-bit Windows targets. Test files are not included.
144 'common/desktop_notifications/active_notification_tracker.h', 144 'common/desktop_notifications/active_notification_tracker.h',
145 'common/desktop_notifications/active_notification_tracker.cc', 145 'common/desktop_notifications/active_notification_tracker.cc',
146 'common/extensions/extension.cc', 146 'common/extensions/extension.cc',
147 'common/extensions/extension.h', 147 'common/extensions/extension.h',
148 'common/extensions/extension_action.cc', 148 'common/extensions/extension_action.cc',
149 'common/extensions/extension_action.h', 149 'common/extensions/extension_action.h',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 'configurations': { 391 'configurations': {
392 'Common_Base': { 392 'Common_Base': {
393 'msvs_target_platform': 'x64', 393 'msvs_target_platform': 'x64',
394 }, 394 },
395 }, 395 },
396 }, 396 },
397 ], 397 ],
398 }], 398 }],
399 ], 399 ],
400 } 400 }
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