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

Unified Diff: Source/WebCore/WebCore.gypi

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 | « no previous file | Source/WebCore/WebCore.gyp/WebCore.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/WebCore.gypi
diff --git a/Source/WebCore/WebCore.gypi b/Source/WebCore/WebCore.gypi
index 68ce1034c1ea2937fa04883eddb8e8199c8d0e12..fc2533787a2a7faa41f555a48b1c6954a3a730b4 100644
--- a/Source/WebCore/WebCore.gypi
+++ b/Source/WebCore/WebCore.gypi
@@ -21,7 +21,7 @@
'Modules/websockets',
'accessibility',
'bindings',
- 'bindings/generic',
+ 'bindings/v8/',
'css',
'dom',
'dom/default',
@@ -1241,13 +1241,13 @@
'accessibility/chromium/AXObjectCacheChromium.cpp',
'accessibility/chromium/AccessibilityObjectChromium.cpp',
'bindings/ScriptControllerBase.cpp',
- 'bindings/generic/ActiveDOMCallback.cpp',
- 'bindings/generic/ActiveDOMCallback.h',
- 'bindings/generic/BindingSecurity.cpp',
- 'bindings/generic/BindingSecurity.h',
- 'bindings/generic/GenericBinding.h',
- 'bindings/generic/RuntimeEnabledFeatures.cpp',
- 'bindings/generic/RuntimeEnabledFeatures.h',
+ 'bindings/v8/ActiveDOMCallback.cpp',
+ 'bindings/v8/ActiveDOMCallback.h',
+ 'bindings/v8/BindingSecurity.cpp',
+ 'bindings/v8/BindingSecurity.h',
+ 'bindings/v8/GenericBinding.h',
+ 'bindings/v8/RuntimeEnabledFeatures.cpp',
+ 'bindings/v8/RuntimeEnabledFeatures.h',
'bindings/v8/ArrayValue.cpp',
'bindings/v8/ArrayValue.h',
'bindings/v8/BindingState.cpp',
« no previous file with comments | « no previous file | Source/WebCore/WebCore.gyp/WebCore.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698