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

Side by Side Diff: ui/file_manager/file_manager/foreground/js/ui/compiled_resources2.gyp

Issue 2766313004: Compile targets in foreground/js/ui unconditionally (Closed)
Patch Set: . Created 3 years, 9 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
« no previous file with comments | « ui/file_manager/compiled_resources2.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': 'actions_submenu', 7 # 'target_name': 'actions_submenu',
8 # 'includes': ['../../../../compile_js2.gypi'], 8 # 'includes': ['../../../../compile_js2.gypi'],
9 # }, 9 # },
10 # { 10 # {
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'includes': ['../../../../compile_js2.gypi'], 94 'includes': ['../../../../compile_js2.gypi'],
95 }, 95 },
96 # { 96 # {
97 # 'target_name': 'files_menu', 97 # 'target_name': 'files_menu',
98 # 'includes': ['../../../../compile_js2.gypi'], 98 # 'includes': ['../../../../compile_js2.gypi'],
99 # }, 99 # },
100 # { 100 # {
101 # 'target_name': 'gear_menu', 101 # 'target_name': 'gear_menu',
102 # 'includes': ['../../../../compile_js2.gypi'], 102 # 'includes': ['../../../../compile_js2.gypi'],
103 # }, 103 # },
104 { 104 # {
105 'target_name': 'list_container', 105 # 'target_name': 'list_container',
106 'includes': ['../../../../compile_js2.gypi'], 106 # 'includes': ['../../../../compile_js2.gypi'],
107 }, 107 # },
108 { 108 {
109 'target_name': 'location_line', 109 'target_name': 'location_line',
110 'dependencies': [ 110 'dependencies': [
111 '../../../../externs/compiled_resources2.gyp:platform', 111 '../../../../externs/compiled_resources2.gyp:platform',
112 '../../../../externs/compiled_resources2.gyp:volume_manager', 112 '../../../../externs/compiled_resources2.gyp:volume_manager',
113 '../../../common/js/compiled_resources2.gyp:util', 113 '../../../common/js/compiled_resources2.gyp:util',
114 '../../../common/js/compiled_resources2.gyp:volume_manager_common', 114 '../../../common/js/compiled_resources2.gyp:volume_manager_common',
115 '../compiled_resources2.gyp:volume_manager_wrapper', 115 '../compiled_resources2.gyp:volume_manager_wrapper',
116 ], 116 ],
117 'includes': ['../../../../compile_js2.gypi'], 117 'includes': ['../../../../compile_js2.gypi'],
(...skipping 28 matching lines...) Expand all
146 'file_manager_dialog_base', 146 'file_manager_dialog_base',
147 ], 147 ],
148 'includes': ['../../../../compile_js2.gypi'], 148 'includes': ['../../../../compile_js2.gypi'],
149 }, 149 },
150 # { 150 # {
151 # 'target_name': 'suggest_apps_dialog', 151 # 'target_name': 'suggest_apps_dialog',
152 # 'includes': ['../../../../compile_js2.gypi'], 152 # 'includes': ['../../../../compile_js2.gypi'],
153 # }, 153 # },
154 ], 154 ],
155 } 155 }
OLDNEW
« no previous file with comments | « ui/file_manager/compiled_resources2.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698