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

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

Issue 2106013002: Move settings-section animations into setting-section, make better (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Transitions
Patch Set: use strict Created 4 years, 5 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': 'expand_card_transition',
8 'dependencies': [
9 'settings_section',
10 '../animation/compiled_resources2.gyp:animation',
11 '../animation/compiled_resources2.gyp:animation_group',
12 '<(EXTERNS_GYP):web_animations',
13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
14 ],
15 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
16 },
17 {
7 'target_name': 'main_page_behavior', 18 'target_name': 'main_page_behavior',
8 'dependencies': [ 19 'dependencies': [
9 'settings_section', 20 'settings_section',
10 'transition_behavior', 21 'open_section_transition',
11 '<(EXTERNS_GYP):settings_private', 22 '<(EXTERNS_GYP):settings_private',
12 '<(EXTERNS_GYP):web_animations',
13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 23 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
14 ], 24 ],
15 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 25 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
26 },
27 {
28 'target_name': 'open_section_transition',
29 'dependencies': [
30 'settings_section',
31 'expand_card_transition',
32 '../animation/compiled_resources2.gyp:animation_group',
33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
34 ],
35 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
16 }, 36 },
17 { 37 {
18 'target_name': 'settings_animated_pages', 38 'target_name': 'settings_animated_pages',
19 'dependencies': [ 39 'dependencies': [
20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
21 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
22 ], 42 ],
23 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 43 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
24 }, 44 },
25 { 45 {
(...skipping 26 matching lines...) Expand all
52 { 72 {
53 'target_name': 'settings_subpage_search', 73 'target_name': 'settings_subpage_search',
54 'dependencies': [ 74 'dependencies': [
55 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-icon-button /compiled_resources2.gyp:paper-icon-button-extracted', 75 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-icon-button /compiled_resources2.gyp:paper-icon-button-extracted',
56 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-container-extracted', 76 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-container-extracted',
57 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour ces2.gyp:cr_search_field_behavior', 77 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour ces2.gyp:cr_search_field_behavior',
58 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 78 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
59 ], 79 ],
60 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 80 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
61 }, 81 },
62 {
63 'target_name': 'transition_behavior',
64 'dependencies': [
65 '<(EXTERNS_GYP):settings_private',
66 '<(EXTERNS_GYP):web_animations',
67 ],
68 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
69 },
70 ], 82 ],
71 } 83 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698