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

Unified Diff: Source/core/core.gypi

Issue 13877023: Start putting absolute paths in generated files. Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/bindings/v8/ScriptProfileNode.idl ('k') | Source/core/core.gyp/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 4506367ce682460f9c2144239d1ad58e7e3a5713..0a3960bc5094158d129399f18decade340e1b4b5 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1,6 +1,9 @@
{
'variables': {
'core_idl_files': [
+ '../bindings/v8/JavaScriptCallFrame.idl',
+ '../bindings/v8/ScriptProfile.idl',
+ '../bindings/v8/ScriptProfileNode.idl',
'css/CSSCharsetRule.idl',
'css/CSSFontFaceLoadEvent.idl',
'css/CSSFontFaceRule.idl',
@@ -262,9 +265,6 @@
'html/track/TextTrackRegionList.idl',
'inspector/InjectedScriptHost.idl',
'inspector/InspectorFrontendHost.idl',
- 'inspector/JavaScriptCallFrame.idl',
- 'inspector/ScriptProfile.idl',
- 'inspector/ScriptProfileNode.idl',
'loader/appcache/DOMApplicationCache.idl',
'page/BarInfo.idl',
'page/Console.idl',
« no previous file with comments | « Source/bindings/v8/ScriptProfileNode.idl ('k') | Source/core/core.gyp/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698