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

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

Issue 2587913007: MD Settings: cr-slider: Make display consistent and clean up. (Closed)
Patch Set: Update tests Created 3 years, 12 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 { 44 {
45 'target_name': 'stylus', 45 'target_name': 'stylus',
46 'dependencies': [ 46 'dependencies': [
47 '../prefs/compiled_resources2.gyp:prefs_types', 47 '../prefs/compiled_resources2.gyp:prefs_types',
48 ], 48 ],
49 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 49 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
50 }, 50 },
51 { 51 {
52 'target_name': 'display', 52 'target_name': 'display',
53 'dependencies': [ 53 'dependencies': [
54 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-slider/comp iled_resources2.gyp:paper-slider-extracted',
55 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 55 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
57 '<(EXTERNS_GYP):system_display', 56 '<(EXTERNS_GYP):system_display',
58 '<(INTERFACES_GYP):system_display_interface', 57 '<(INTERFACES_GYP):system_display_interface',
59 'display_layout' 58 'display_layout'
60 ], 59 ],
61 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 60 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
62 }, 61 },
63 { 62 {
64 'target_name': 'display_layout', 63 'target_name': 'display_layout',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 { 108 {
110 'target_name': 'drive_cache_dialog', 109 'target_name': 'drive_cache_dialog',
111 'dependencies': [ 110 'dependencies': [
112 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 111 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
113 '<(EXTERNS_GYP):chrome_send', 112 '<(EXTERNS_GYP):chrome_send',
114 ], 113 ],
115 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 114 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
116 }, 115 },
117 ], 116 ],
118 } 117 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698