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

Unified Diff: Source/WebCore/WebCore.gyp/WebCore.gyp

Issue 13772003: Move bindings/generic/* to bindings/v8/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/WebCore.gypi ('k') | Source/WebCore/bindings/generic/ActiveDOMCallback.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/WebCore.gyp/WebCore.gyp
diff --git a/Source/WebCore/WebCore.gyp/WebCore.gyp b/Source/WebCore/WebCore.gyp/WebCore.gyp
index 499a73d4e2dce639e244f5bc6a31f1a6e15ea93a..223ab3c4ed8a314a5208fe31f9f54341b6e7b67e 100644
--- a/Source/WebCore/WebCore.gyp/WebCore.gyp
+++ b/Source/WebCore/WebCore.gyp/WebCore.gyp
@@ -75,7 +75,6 @@
'../accessibility',
'../accessibility/chromium',
'../bindings',
- '../bindings/generic',
'../bindings/v8',
'../bindings/v8/custom',
'../css',
@@ -2076,7 +2075,6 @@
# Exclude most of bindings, except of the V8-related parts.
['exclude', 'bindings/[^/]+/'],
- ['include', 'bindings/generic/'],
['include', 'bindings/v8/'],
# FIXME: Figure out how to store these patterns in a variable.
« no previous file with comments | « Source/WebCore/WebCore.gypi ('k') | Source/WebCore/bindings/generic/ActiveDOMCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698