| Index: chrome/test/BUILD.gn | 
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn | 
| index f94cf1e21590a519cfb783eb3af43f10708bc78e..a8bda833393abb678eb7834547716a303dbfddd1 100644 | 
| --- a/chrome/test/BUILD.gn | 
| +++ b/chrome/test/BUILD.gn | 
| @@ -1070,12 +1070,6 @@ | 
| "//chrome") | 
| } | 
| } | 
| - | 
| -    if (is_linux && !is_component_build) { | 
| -      # Set rpath to find the CDM adapter even in a non-component build. | 
| -      configs += [ "//build/config/gcc:rpath_for_built_shared_libraries" ] | 
| -    } | 
| - | 
| if (is_chromeos) { | 
| sources += rebase_path( | 
| chrome_tests_gypi_values.chrome_browser_tests_chromeos_sources, | 
|  |