 Chromium Code Reviews
 Chromium Code Reviews Issue 824263004:
  Move the test template to //testing/test.gni (part 2)  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 824263004:
  Move the test template to //testing/test.gni (part 2)  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: ui/shell_dialogs/BUILD.gn | 
| diff --git a/ui/shell_dialogs/BUILD.gn b/ui/shell_dialogs/BUILD.gn | 
| index dc9fd0938cdb44c812e4eb7cb74227c4db4912db..3d81b16da46a97321459f948300e2600529c18de 100644 | 
| --- a/ui/shell_dialogs/BUILD.gn | 
| +++ b/ui/shell_dialogs/BUILD.gn | 
| @@ -3,6 +3,7 @@ | 
| # found in the LICENSE file. | 
| import("//build/config/ui.gni") | 
| +import("//testing/rules.gni") | 
| if (is_android) { | 
| import("//build/config/android/config.gni") | 
| } |