Commit 51abc729 authored by apavlov@chromium.org's avatar apavlov@chromium.org

2010-05-31 Alexander Pavlov <apavlov@chromium.org>

        Unreviewed, build fix.

        Add references to inspector/front-end/TabbedPane.js wherever applicable.

        * WebCore.gypi:
        * WebCore.vcproj/WebCore.vcproj:
        * inspector/front-end/WebKit.qrc:



git-svn-id: svn://svn.chromium.org/blink/trunk@60449 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 2539c90d
2010-05-31 Alexander Pavlov <apavlov@chromium.org>
Unreviewed, build fix.
Add references to inspector/front-end/TabbedPane.js wherever applicable.
* WebCore.gypi:
* WebCore.vcproj/WebCore.vcproj:
* inspector/front-end/WebKit.qrc:
2010-05-31 Alexander Pavlov <apavlov@chromium.org> 2010-05-31 Alexander Pavlov <apavlov@chromium.org>
Unreviewed, add a file not added in r60445. Unreviewed, add a file not added in r60445.
......
...@@ -3940,6 +3940,7 @@ ...@@ -3940,6 +3940,7 @@
'inspector/front-end/StoragePanel.js', 'inspector/front-end/StoragePanel.js',
'inspector/front-end/StylesSidebarPane.js', 'inspector/front-end/StylesSidebarPane.js',
'inspector/front-end/SummaryBar.js', 'inspector/front-end/SummaryBar.js',
'inspector/front-end/TabbedPane.js',
'inspector/front-end/TestController.js', 'inspector/front-end/TestController.js',
'inspector/front-end/TextEditorHighlighter.js', 'inspector/front-end/TextEditorHighlighter.js',
'inspector/front-end/TextEditorModel.js', 'inspector/front-end/TextEditorModel.js',
......
...@@ -45047,6 +45047,10 @@ ...@@ -45047,6 +45047,10 @@
RelativePath="..\inspector\front-end\SummaryBar.js" RelativePath="..\inspector\front-end\SummaryBar.js"
> >
</File> </File>
<File
RelativePath="..\inspector\front-end\TabbedPane.js"
>
</File>
<File <File
RelativePath="..\inspector\front-end\TestController.js" RelativePath="..\inspector\front-end\TestController.js"
> >
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
<file>StoragePanel.js</file> <file>StoragePanel.js</file>
<file>StylesSidebarPane.js</file> <file>StylesSidebarPane.js</file>
<file>SummaryBar.js</file> <file>SummaryBar.js</file>
<file>TabbedPane.js</file>
<file>TestController.js</file> <file>TestController.js</file>
<file>TextEditorHighlighter.js</file> <file>TextEditorHighlighter.js</file>
<file>TextEditorModel.js</file> <file>TextEditorModel.js</file>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment