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

Side by Side Diff: third_party/polymer/v1_0/components/web-animations-js/web-animations.html

Issue 1155683008: Rename polymer and cr_elements v0_8 to v1_0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v1
Patch Set: fix a merge mistake Created 5 years, 6 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 <!-- 1 <!--
2 Copyright 2014 Google Inc. All rights reserved. 2 Copyright 2014 Google Inc. All rights reserved.
3 3
4 Licensed under the Apache License, Version 2.0 (the "License"); 4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License. 5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at 6 You may obtain a copy of the License at
7 7
8 http://www.apache.org/licenses/LICENSE-2.0 8 http://www.apache.org/licenses/LICENSE-2.0
9 9
10 Unless required by applicable law or agreed to in writing, software 10 Unless required by applicable law or agreed to in writing, software
(...skipping 30 matching lines...) Expand all
41 <script src="src/dimension-handler.js"></script> 41 <script src="src/dimension-handler.js"></script>
42 <script src="src/box-handler.js"></script> 42 <script src="src/box-handler.js"></script>
43 <script src="src/transform-handler.js"></script> 43 <script src="src/transform-handler.js"></script>
44 <script src="src/property-names.js"></script> 44 <script src="src/property-names.js"></script>
45 <script src="src/timeline.js"></script> 45 <script src="src/timeline.js"></script>
46 <script src="src/maxifill-player.js"></script> 46 <script src="src/maxifill-player.js"></script>
47 <script src="src/animation-constructor.js"></script> 47 <script src="src/animation-constructor.js"></script>
48 <script src="src/effect-callback.js"></script> 48 <script src="src/effect-callback.js"></script>
49 <script src="src/group-constructors.js"></script> 49 <script src="src/group-constructors.js"></script>
50 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698