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

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

Issue 2846163002: Compile file_manager_commands in gyp v2. (Closed)
Patch Set: . Created 3 years, 7 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 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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 ######################################################## 5 ########################################################
6 # NOTE: THIS FILE IS GENERATED. DO NOT EDIT IT! # 6 # NOTE: THIS FILE IS GENERATED. DO NOT EDIT IT! #
7 # Instead, run create_include_gyp.py to regenerate it. # 7 # Instead, run create_include_gyp.py to regenerate it. #
8 ######################################################## 8 ########################################################
9 { 9 {
10 'targets': [ 10 'targets': [
(...skipping 27 matching lines...) Expand all
38 }, 38 },
39 { 39 {
40 'target_name': 'chrome_test', 40 'target_name': 'chrome_test',
41 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 41 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
42 }, 42 },
43 { 43 {
44 'target_name': 'chrome_webstore_widget_private', 44 'target_name': 'chrome_webstore_widget_private',
45 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 45 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
46 }, 46 },
47 { 47 {
48 'target_name': 'command_handler_deps',
49 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
50 },
51 {
48 'target_name': 'connection', 52 'target_name': 'connection',
49 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 53 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
50 }, 54 },
51 { 55 {
52 'target_name': 'css_rule', 56 'target_name': 'css_rule',
53 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 57 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
54 }, 58 },
55 { 59 {
56 'target_name': 'directory_change_event', 60 'target_name': 'directory_change_event',
57 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 61 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 { 147 {
144 'target_name': 'volume_manager', 148 'target_name': 'volume_manager',
145 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 149 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
146 }, 150 },
147 { 151 {
148 'target_name': 'webview_tag', 152 'target_name': 'webview_tag',
149 'includes': ['../../../third_party/closure_compiler/include_js.gypi'], 153 'includes': ['../../../third_party/closure_compiler/include_js.gypi'],
150 }, 154 },
151 ], 155 ],
152 } 156 }
OLDNEW
« no previous file with comments | « ui/file_manager/externs/command_handler_deps.js ('k') | ui/file_manager/file_manager/foreground/js/compiled_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698