| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 }, | 45 }, |
| 46 { | 46 { |
| 47 'target_name': 'css_rule', | 47 'target_name': 'css_rule', |
| 48 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 48 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 49 }, | 49 }, |
| 50 { | 50 { |
| 51 'target_name': 'directory_change_event', | 51 'target_name': 'directory_change_event', |
| 52 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 52 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 53 }, | 53 }, |
| 54 { | 54 { |
| 55 'target_name': 'drag_target', |
| 56 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 57 }, |
| 58 { |
| 55 'target_name': 'entries_changed_event', | 59 'target_name': 'entries_changed_event', |
| 56 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 60 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 57 }, | 61 }, |
| 58 { | 62 { |
| 59 'target_name': 'entry_location', | 63 'target_name': 'entry_location', |
| 60 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 64 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 61 }, | 65 }, |
| 62 { | 66 { |
| 63 'target_name': 'es6_workaround', | 67 'target_name': 'es6_workaround', |
| 64 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 68 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 { | 142 { |
| 139 'target_name': 'volume_manager', | 143 'target_name': 'volume_manager', |
| 140 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 144 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 141 }, | 145 }, |
| 142 { | 146 { |
| 143 'target_name': 'webview_tag', | 147 'target_name': 'webview_tag', |
| 144 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 148 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 145 }, | 149 }, |
| 146 ], | 150 ], |
| 147 } | 151 } |
| OLD | NEW |