 Chromium Code Reviews
 Chromium Code Reviews Issue 1442893002:
  Move Shell connection to content  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@i2
    
  
    Issue 1442893002:
  Move Shell connection to content  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@i2| Index: components/mus/public/cpp/BUILD.gn | 
| diff --git a/components/mus/public/cpp/BUILD.gn b/components/mus/public/cpp/BUILD.gn | 
| index dc8114a5171a02f33830cfe9c37524d476224f7a..926acb4397e9fccbf95c9d956acd9239ea9d27b6 100644 | 
| --- a/components/mus/public/cpp/BUILD.gn | 
| +++ b/components/mus/public/cpp/BUILD.gn | 
| @@ -65,4 +65,8 @@ source_set("cpp") { | 
| data_deps = [ | 
| "//components/mus", | 
| ] | 
| + | 
| + if (is_component_build) { | 
| + deps += [ "//mojo/gles2" ] | 
| + } | 
| } |