 Chromium Code Reviews
 Chromium Code Reviews Issue 2879543002:
  PDF Plugin: Add dummy JS compilation target.  (Closed)
    
  
    Issue 2879543002:
  PDF Plugin: Add dummy JS compilation target.  (Closed) 
  | Index: third_party/closure_compiler/compiled_resources2.gyp | 
| diff --git a/third_party/closure_compiler/compiled_resources2.gyp b/third_party/closure_compiler/compiled_resources2.gyp | 
| index b50b1f22e92e6bd363e839443e29ff88ab7b331c..5261156371e4366eb6b7d23d2b8244f113f4024f 100644 | 
| --- a/third_party/closure_compiler/compiled_resources2.gyp | 
| +++ b/third_party/closure_compiler/compiled_resources2.gyp | 
| @@ -34,6 +34,8 @@ | 
| '<(DEPTH)/chrome/browser/resources/offline_pages/compiled_resources2.gyp:*', | 
| '<(DEPTH)/chrome/browser/resources/settings/compiled_resources2.gyp:*', | 
| '<(DEPTH)/chrome/browser/resources/print_preview/compiled_resources2.gyp:*', | 
| 
Lei Zhang
2017/05/11 01:33:12
BTW, did you want to keep these in alphabetical or
 
dpapad
2017/05/11 01:39:33
Done.
 | 
| + # TODO(dpapad): Uncomment following line as part of crbug.com/721073. | 
| + #'<(DEPTH)/chrome/browser/resources/pdf/compiled_resources2.gyp:*', | 
| '<(DEPTH)/chrome/browser/resources/uber/compiled_resources2.gyp:*', | 
| '<(DEPTH)/chrome/browser/resources/webapks/compiled_resources2.gyp:*', | 
| '<(DEPTH)/ui/file_manager/compiled_resources2.gyp:*', |