 Chromium Code Reviews
 Chromium Code Reviews Issue 2177353002:
  Add top level app element  (Closed) 
  Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@hello-oauth
    
  
    Issue 2177353002:
  Add top level app element  (Closed) 
  Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@hello-oauth| Index: PRESUBMIT.py | 
| diff --git a/PRESUBMIT.py b/PRESUBMIT.py | 
| index 1fd0504ae90909f3ca80efd79e21fd50a0324fff..bdef03246db007cc3a064c9e6435551d66f4acdb 100644 | 
| --- a/PRESUBMIT.py | 
| +++ b/PRESUBMIT.py | 
| @@ -29,6 +29,7 @@ def header(input_api): | 
| def CommonChecks(input_api, output_api): | 
| excluded = [ | 
| r'.+-build\.(js|html)$', | 
| + r'.+/build/.+(js|html)$', | 
| r'/test', | 
| r'.+_pb2\.py$', | 
| r'.*third_party.*', |