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

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

Issue 2224673002: MD Settings: simplify animation scheduling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_page/main_page_behavior.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': 'main_page_behavior', 7 'target_name': 'main_page_behavior',
8 'dependencies': [ 8 'dependencies': [
9 '../animation/compiled_resources2.gyp:animation',
9 '../compiled_resources2.gyp:route', 10 '../compiled_resources2.gyp:route',
10 'settings_section', 11 'settings_section',
11 'transition_behavior', 12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
12 '<(EXTERNS_GYP):web_animations',
13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
14 ], 13 ],
15 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 14 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
16 }, 15 },
17 { 16 {
18 'target_name': 'settings_animated_pages', 17 'target_name': 'settings_animated_pages',
19 'dependencies': [ 18 'dependencies': [
20 '../compiled_resources2.gyp:route', 19 '../compiled_resources2.gyp:route',
21 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 20 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
22 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 21 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
23 ], 22 ],
24 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 23 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
25 }, 24 },
26 { 25 {
27 'target_name': 'settings_page_visibility', 26 'target_name': 'settings_page_visibility',
28 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 27 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
29 }, 28 },
30 { 29 {
31 'target_name': 'settings_section', 30 'target_name': 'settings_section',
32 'dependencies': [ 31 'dependencies': [
32 '../animation/compiled_resources2.gyp:animation',
33 '<(EXTERNS_GYP):web_animations', 33 '<(EXTERNS_GYP):web_animations',
34 ], 34 ],
35 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 35 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
36 }, 36 },
37 { 37 {
38 'target_name': 'settings_subpage', 38 'target_name': 'settings_subpage',
39 'dependencies': [ 39 'dependencies': [
40 'settings_subpage_search', 40 'settings_subpage_search',
41 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', 41 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be havior/compiled_resources2.gyp:iron-resizable-behavior-extracted',
42 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co mpiled_resources2.gyp:neon-animatable-behavior-extracted', 42 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/neon-animation/co mpiled_resources2.gyp:neon-animatable-behavior-extracted',
43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
44 ], 44 ],
45 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 45 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
46 }, 46 },
47 { 47 {
48 'target_name': 'settings_subpage_search', 48 'target_name': 'settings_subpage_search',
49 'dependencies': [ 49 'dependencies': [
50 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-icon-button /compiled_resources2.gyp:paper-icon-button-extracted', 50 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-icon-button /compiled_resources2.gyp:paper-icon-button-extracted',
51 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-container-extracted', 51 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-container-extracted',
52 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour ces2.gyp:cr_search_field_behavior', 52 '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resour ces2.gyp:cr_search_field_behavior',
53 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 53 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
54 ], 54 ],
55 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 55 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
56 }, 56 },
57 {
58 'target_name': 'transition_behavior',
59 'dependencies': [
60 '<(EXTERNS_GYP):settings_private',
61 '<(EXTERNS_GYP):web_animations',
62 ],
63 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
64 },
65 ], 57 ],
66 } 58 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_page/main_page_behavior.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698