| 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', |
| 8 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 9 }, |
| 10 { |
| 7 'target_name': 'audio_player_foreground', | 11 'target_name': 'audio_player_foreground', |
| 8 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 12 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 9 }, | 13 }, |
| 10 { | 14 { |
| 11 'target_name': 'background_window', | 15 'target_name': 'background_window', |
| 12 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 16 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 13 }, | 17 }, |
| 14 { | 18 { |
| 15 'target_name': 'chrome_cast', | 19 'target_name': 'chrome_cast', |
| 16 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 20 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| (...skipping 24 matching lines...) Expand all Loading... |
| 41 }, | 45 }, |
| 42 { | 46 { |
| 43 'target_name': 'directory_change_event', | 47 'target_name': 'directory_change_event', |
| 44 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 48 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 45 }, | 49 }, |
| 46 { | 50 { |
| 47 'target_name': 'entries_changed_event', | 51 'target_name': 'entries_changed_event', |
| 48 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 52 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 49 }, | 53 }, |
| 50 { | 54 { |
| 55 'target_name': 'entry_location', |
| 56 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 57 }, |
| 58 { |
| 51 'target_name': 'es6_workaround', | 59 'target_name': 'es6_workaround', |
| 52 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 60 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 53 }, | 61 }, |
| 54 { | 62 { |
| 55 'target_name': 'exif_entry', | 63 'target_name': 'exif_entry', |
| 56 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 64 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 57 }, | 65 }, |
| 58 { | 66 { |
| 59 'target_name': 'file_operation_progress_event', | 67 'target_name': 'file_operation_progress_event', |
| 60 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 68 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 { | 106 { |
| 99 'target_name': 'volume_info', | 107 'target_name': 'volume_info', |
| 100 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 108 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 101 }, | 109 }, |
| 102 { | 110 { |
| 103 'target_name': 'webview_tag', | 111 'target_name': 'webview_tag', |
| 104 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], | 112 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], |
| 105 }, | 113 }, |
| 106 ], | 114 ], |
| 107 } | 115 } |
| OLD | NEW |