diff options
author | Rider Linden <rider@lindenlab.com> | 2015-10-02 11:14:28 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-10-02 11:14:28 -0700 |
commit | cb7f84a470d7afeb1501cf5514333c6ee15d96df (patch) | |
tree | 63b0591328756916a92eddd5c8a07209b1bb7548 /indra/CMakeLists.txt | |
parent | 8edc0a1c7b17bffe5af82735341839d1dc47ae9a (diff) |
MAINT-5687: Remove old webkit from the make files and the repo. Ensure that it is no longer meaningfully referenced.
Diffstat (limited to 'indra/CMakeLists.txt')
-rwxr-xr-x | indra/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index 2d45bc938e..133c5ee265 100755 --- a/indra/CMakeLists.txt +++ b/indra/CMakeLists.txt @@ -57,13 +57,6 @@ add_subdirectory(${VIEWER_PREFIX}test) if (ENABLE_MEDIA_PLUGINS) # viewer media plugins add_subdirectory(${LIBS_OPEN_PREFIX}media_plugins) - - # llplugin testbed code (is this the right way to include it?) - if (LL_TESTS AND NOT LINUX) - #removed during webkit -> cef update - #add_subdirectory(${VIEWER_PREFIX}test_apps/llplugintest) - #add_subdirectory(${VIEWER_PREFIX}test_apps/llfbconnecttest) - endif (LL_TESTS AND NOT LINUX) endif (ENABLE_MEDIA_PLUGINS) if (LINUX) |