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

Unified Diff: tools/gyp/v8.gyp

Issue 59823008: Remove deprecated v8-defaults.h and defaults.cc. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 1 month 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 | « src/defaults.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index f7e94a71dbe1ef818cc0554562e0fb4149dc7dc0..d5c33c6aa2aaf64b88aea3de51b99aec7ba097c4 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -59,7 +59,6 @@
['component=="shared_library"', {
'type': '<(component)',
'sources': [
- '../../src/defaults.cc',
# Note: on non-Windows we still build this file so that gyp
# has some sources to link into the component.
'../../src/v8dll-main.cc',
@@ -865,10 +864,6 @@
'BUILDING_V8_SHARED',
'V8_SHARED',
],
- }, {
- 'sources': [
- '../../src/defaults.cc',
- ],
}],
['v8_postmortem_support=="true"', {
'sources': [
« no previous file with comments | « src/defaults.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698