| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 { | 4 { |
| 5 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 'target_name': 'app_window_common', | 7 'target_name': 'app_window_common', |
| 8 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 8 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 }, | 61 }, |
| 62 { | 62 { |
| 63 'target_name': 'es6_workaround', | 63 'target_name': 'es6_workaround', |
| 64 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 64 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 65 }, | 65 }, |
| 66 { | 66 { |
| 67 'target_name': 'exif_entry', | 67 'target_name': 'exif_entry', |
| 68 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 68 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 69 }, | 69 }, |
| 70 { | 70 { |
| 71 'target_name': 'file_browser_background', |
| 72 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 73 }, |
| 74 { |
| 71 'target_name': 'file_operation_progress_event', | 75 'target_name': 'file_operation_progress_event', |
| 72 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 76 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 73 }, | 77 }, |
| 74 { | 78 { |
| 75 'target_name': 'files_elements', | 79 'target_name': 'files_elements', |
| 76 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 80 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 77 }, | 81 }, |
| 78 { | 82 { |
| 79 'target_name': 'gallery_background', | 83 'target_name': 'gallery_background', |
| 80 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 84 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 { | 130 { |
| 127 'target_name': 'volume_manager', | 131 'target_name': 'volume_manager', |
| 128 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 132 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 129 }, | 133 }, |
| 130 { | 134 { |
| 131 'target_name': 'webview_tag', | 135 'target_name': 'webview_tag', |
| 132 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 136 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 133 }, | 137 }, |
| 134 ], | 138 ], |
| 135 } | 139 } |
| OLD | NEW |