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

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

Issue 2629573006: chromeos: Add Power device page to chrome://md-settings. (Closed)
Patch Set: update copyright year Created 3 years, 11 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 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 { 91 {
92 'target_name': 'layout_behavior', 92 'target_name': 'layout_behavior',
93 'dependencies': [ 93 'dependencies': [
94 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 94 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
95 '<(EXTERNS_GYP):system_display', 95 '<(EXTERNS_GYP):system_display',
96 '<(INTERFACES_GYP):system_display_interface', 96 '<(INTERFACES_GYP):system_display_interface',
97 ], 97 ],
98 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 98 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
99 }, 99 },
100 { 100 {
101 'target_name': 'power',
102 'dependencies': [
103 '../prefs/compiled_resources2.gyp:prefs_types',
104 ],
105 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
106 },
107 {
101 'target_name': 'storage', 108 'target_name': 'storage',
102 'dependencies': [ 109 'dependencies': [
103 '../compiled_resources2.gyp:route', 110 '../compiled_resources2.gyp:route',
104 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 111 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
105 ], 112 ],
106 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 113 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
107 }, 114 },
108 { 115 {
109 'target_name': 'drive_cache_dialog', 116 'target_name': 'drive_cache_dialog',
110 'dependencies': [ 117 'dependencies': [
111 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
112 '<(EXTERNS_GYP):chrome_send', 119 '<(EXTERNS_GYP):chrome_send',
113 ], 120 ],
114 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 121 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
115 }, 122 },
116 ], 123 ],
117 } 124 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698