Skip to content

Commit

Permalink
Merge r174316 - Unreviewed. Add missing inspector files to compilation.
Browse files Browse the repository at this point in the history
* PlatformGTK.cmake: Add javascript sources in
WebInspectorUI/UserInterface/External/Esprima to the list of
inspector files.

Canonical link: https://commits.webkit.org/154760.38@webkitgtk/2.6
git-svn-id: https://svn.webkit.org/repository/webkit/releases/WebKitGTK/webkit-2.6@174424 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
carlosgcampos committed Oct 8, 2014
1 parent 3e83e58 commit 76b7a9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Source/WebKit2/ChangeLog
@@ -1,3 +1,11 @@
2014-10-04 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Add missing inspector files to compilation.

* PlatformGTK.cmake: Add javascript sources in
WebInspectorUI/UserInterface/External/Esprima to the list of
inspector files.

2014-09-19 Dean Jackson <dino@apple.com>

Multithreaded WebGL is a bad idea - remove it
Expand Down
1 change: 1 addition & 0 deletions Source/WebKit2/PlatformGTK.cmake
Expand Up @@ -378,6 +378,7 @@ file(GLOB InspectorFiles
${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Controllers/*.js
${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/External/CodeMirror/*.css
${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/External/CodeMirror/*.js
${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/External/Esprima/*.js
${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Models/*.js
${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Protocol/*.js
${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/UserInterface/Views/*.css
Expand Down

0 comments on commit 76b7a9c

Please sign in to comment.