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

Unified Diff: webkit/common/webkit_common.gyp

Issue 17836007: Move webkit_common to its own gyp file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/common/webkit_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/webkit_common.gyp
diff --git a/webkit/common/webkit_common.gypi b/webkit/common/webkit_common.gyp
similarity index 96%
rename from webkit/common/webkit_common.gypi
rename to webkit/common/webkit_common.gyp
index e2820d3bd1c6557b82b8ff5d6ec7c3bab1db43f9..9cfe09dbf0eb24497a8a9c41cf082d756126d926 100644
--- a/webkit/common/webkit_common.gypi
+++ b/webkit/common/webkit_common.gyp
@@ -3,11 +3,14 @@
# found in the LICENSE file.
{
+ 'variables': {
+ 'enable_wexit_time_destructors': 1,
+ 'chromium_code': 1
+ },
'targets': [
{
'target_name': 'webkit_common',
'type': '<(component)',
- 'variables': { 'enable_wexit_time_destructors': 1, },
'defines': [
'WEBKIT_COMMON_IMPLEMENTATION',
],
« no previous file with comments | « content/content_tests.gypi ('k') | webkit/common/webkit_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698