Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(394)

Side by Side Diff: ui/file_manager/externs/compiled_resources2.gyp

Issue 2606663002: Files app: Compile common/js/util.js (Closed)
Patch Set: Remove redundant appID. Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « ui/file_manager/externs/audio_player_foreground.js ('k') | ui/file_manager/externs/gallery_background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698