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

Side by Side Diff: chrome/browser/resources/settings/device_page/compiled_resources2.gyp

Issue 2348913002: Port storage manager to MD settings. (Closed)
Patch Set: Address review comments 2. Created 4 years, 2 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': 'device_page', 7 'target_name': 'device_page',
8 'dependencies': [ 8 'dependencies': [
9 '../compiled_resources2.gyp:route', 9 '../compiled_resources2.gyp:route',
10 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 10 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 }, 93 },
94 { 94 {
95 'target_name': 'layout_behavior', 95 'target_name': 'layout_behavior',
96 'dependencies': [ 96 'dependencies': [
97 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 97 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
98 '<(EXTERNS_GYP):system_display', 98 '<(EXTERNS_GYP):system_display',
99 '<(INTERFACES_GYP):system_display_interface', 99 '<(INTERFACES_GYP):system_display_interface',
100 ], 100 ],
101 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 101 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
102 }, 102 },
103 {
104 'target_name': 'storage',
105 'dependencies': [
106 '../compiled_resources2.gyp:route',
107 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
108 ],
109 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
110 },
111 {
112 'target_name': 'drive_cache_dialog',
113 'dependencies': [
114 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
115 '<(EXTERNS_GYP):chrome_send',
116 ],
117 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
118 },
103 ], 119 ],
104 } 120 }
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/resources/settings/device_page/device_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698