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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/neon-animation/compiled_resources2.gyp

Issue 1766433002: Roll Polymer to 1.3.1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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 # NOTE: Created with generate_compiled_resources_gyp.py, please do not edit. 5 # NOTE: Created with generate_compiled_resources_gyp.py, please do not edit.
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'neon-animatable-behavior-extracted', 9 'target_name': 'neon-animatable-behavior-extracted',
10 'dependencies': [ 10 'dependencies': [
(...skipping 20 matching lines...) Expand all
31 'includes': ['../../../../closure_compiler/compile_js2.gypi'], 31 'includes': ['../../../../closure_compiler/compile_js2.gypi'],
32 }, 32 },
33 { 33 {
34 'target_name': 'neon-animation-behavior-extracted', 34 'target_name': 'neon-animation-behavior-extracted',
35 'dependencies': [ 35 'dependencies': [
36 '../iron-meta/compiled_resources2.gyp:iron-meta-extracted', 36 '../iron-meta/compiled_resources2.gyp:iron-meta-extracted',
37 ], 37 ],
38 'includes': ['../../../../closure_compiler/compile_js2.gypi'], 38 'includes': ['../../../../closure_compiler/compile_js2.gypi'],
39 }, 39 },
40 { 40 {
41 'target_name': 'neon-animation-runner-behavior-extracted',
42 'dependencies': [
43 '../iron-meta/compiled_resources2.gyp:iron-meta-extracted',
44 'neon-animatable-behavior-extracted',
45 ],
46 'includes': ['../../../../closure_compiler/compile_js2.gypi'],
47 },
48 {
49 'target_name': 'neon-animation-extracted', 41 'target_name': 'neon-animation-extracted',
50 'dependencies': [ 42 'dependencies': [
51 'neon-animatable-behavior-extracted', 43 'neon-animatable-behavior-extracted',
52 'neon-animatable-extracted', 44 'neon-animatable-extracted',
53 'neon-animated-pages-extracted', 45 'neon-animated-pages-extracted',
54 'neon-animation-behavior-extracted', 46 'neon-animation-behavior-extracted',
55 'neon-animation-runner-behavior-extracted', 47 'neon-animation-runner-behavior-extracted',
56 'neon-shared-element-animatable-behavior-extracted', 48 'neon-shared-element-animatable-behavior-extracted',
57 'neon-shared-element-animation-behavior-extracted', 49 'neon-shared-element-animation-behavior-extracted',
58 ], 50 ],
59 'includes': ['../../../../closure_compiler/compile_js2.gypi'], 51 'includes': ['../../../../closure_compiler/compile_js2.gypi'],
60 }, 52 },
61 { 53 {
54 'target_name': 'neon-animation-runner-behavior-extracted',
55 'dependencies': [
56 '../iron-meta/compiled_resources2.gyp:iron-meta-extracted',
57 'neon-animatable-behavior-extracted',
58 ],
59 'includes': ['../../../../closure_compiler/compile_js2.gypi'],
60 },
61 {
62 'target_name': 'neon-animations-extracted', 62 'target_name': 'neon-animations-extracted',
63 'dependencies': [ 63 'dependencies': [
64 'animations/compiled_resources2.gyp:cascaded-animation-extracted', 64 'animations/compiled_resources2.gyp:cascaded-animation-extracted',
65 'animations/compiled_resources2.gyp:fade-in-animation-extracted', 65 'animations/compiled_resources2.gyp:fade-in-animation-extracted',
66 'animations/compiled_resources2.gyp:fade-out-animation-extracted', 66 'animations/compiled_resources2.gyp:fade-out-animation-extracted',
67 'animations/compiled_resources2.gyp:hero-animation-extracted', 67 'animations/compiled_resources2.gyp:hero-animation-extracted',
68 'animations/compiled_resources2.gyp:opaque-animation-extracted', 68 'animations/compiled_resources2.gyp:opaque-animation-extracted',
69 'animations/compiled_resources2.gyp:reverse-ripple-animation-extracted', 69 'animations/compiled_resources2.gyp:reverse-ripple-animation-extracted',
70 'animations/compiled_resources2.gyp:ripple-animation-extracted', 70 'animations/compiled_resources2.gyp:ripple-animation-extracted',
71 'animations/compiled_resources2.gyp:scale-down-animation-extracted', 71 'animations/compiled_resources2.gyp:scale-down-animation-extracted',
(...skipping 23 matching lines...) Expand all
95 'neon-animation-behavior-extracted', 95 'neon-animation-behavior-extracted',
96 ], 96 ],
97 'includes': ['../../../../closure_compiler/compile_js2.gypi'], 97 'includes': ['../../../../closure_compiler/compile_js2.gypi'],
98 }, 98 },
99 { 99 {
100 'target_name': 'web-animations-extracted', 100 'target_name': 'web-animations-extracted',
101 'includes': ['../../../../closure_compiler/compile_js2.gypi'], 101 'includes': ['../../../../closure_compiler/compile_js2.gypi'],
102 }, 102 },
103 ], 103 ],
104 } 104 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698