diff --git a/.git-fixfiles b/.git-fixfiles index 8d2d98a70a2da..048906ca68a8d 100644 --- a/.git-fixfiles +++ b/.git-fixfiles @@ -1,4 +1,3 @@ #!/bin/sh -git update-index --assume-unchanged cpp/prebuilt/**/*.so git update-index --assume-unchanged cpp/iedriver/Generated/atoms.h exit 0 diff --git a/Rakefile b/Rakefile index 859bb29cc1f36..3702c26c4e7b5 100644 --- a/Rakefile +++ b/Rakefile @@ -152,10 +152,6 @@ task :chrome => [ "//java/client/src/org/openqa/selenium/chrome" ] task :grid => [ "//java/server/src/org/openqa/grid/selenium" ] task :ie => [ "//java/client/src/org/openqa/selenium/ie" ] task :firefox => [ - "//cpp:noblur", - "//cpp:noblur64", - "//cpp:imehandler", - "//cpp:imehandler64", "//java/client/src/org/openqa/selenium/firefox" ] task :'debug-server' => "//java/client/test/org/openqa/selenium/environment:webserver:run" @@ -556,8 +552,6 @@ namespace :node do task :deploy => [ "node:atoms", - "//cpp:noblur", - "//cpp:noblur64", "//javascript/firefox-driver:webdriver", ] do cmd = "node javascript/node/deploy.js" << @@ -565,8 +559,6 @@ namespace :node do " --resource=LICENSE:/LICENSE" << " --resource=NOTICE:/NOTICE" << " --resource=javascript/firefox-driver/webdriver.json:firefox/webdriver.json" << - " --resource=build/cpp/amd64/libnoblur64.so:firefox/amd64/libnoblur64.so" << - " --resource=build/cpp/i386/libnoblur.so:firefox/i386/libnoblur.so" << " --resource=build/javascript/firefox-driver/webdriver.xpi:firefox/webdriver.xpi" << " --resource=common/src/web/:test/data/" << " --exclude_resource=common/src/web/Bin" <<