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

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

Issue 2737083002: [MD settings] show icon when slider controlled by something (Closed)
Patch Set: unit tests 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
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 '../prefs/compiled_resources2.gyp:prefs_types', 48 '../prefs/compiled_resources2.gyp:prefs_types',
49 'device_page_browser_proxy' 49 'device_page_browser_proxy'
50 ], 50 ],
51 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 51 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
52 }, 52 },
53 { 53 {
54 'target_name': 'display', 54 'target_name': 'display',
55 'dependencies': [ 55 'dependencies': [
56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
58 '<(EXTERNS_GYP):settings_private',
58 '<(EXTERNS_GYP):system_display', 59 '<(EXTERNS_GYP):system_display',
59 '<(INTERFACES_GYP):system_display_interface', 60 '<(INTERFACES_GYP):system_display_interface',
60 'display_layout' 61 'display_layout'
61 ], 62 ],
62 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 63 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
63 }, 64 },
64 { 65 {
65 'target_name': 'display_layout', 66 'target_name': 'display_layout',
66 'dependencies': [ 67 'dependencies': [
67 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', 68 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be havior/compiled_resources2.gyp:iron-resizable-behavior-extracted',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 { 123 {
123 'target_name': 'drive_cache_dialog', 124 'target_name': 'drive_cache_dialog',
124 'dependencies': [ 125 'dependencies': [
125 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 126 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
126 '<(EXTERNS_GYP):chrome_send', 127 '<(EXTERNS_GYP):chrome_send',
127 ], 128 ],
128 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 129 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
129 }, 130 },
130 ], 131 ],
131 } 132 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698