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

Side by Side Diff: ui/webui/resources/polymer_resources.grdp

Issue 917523002: Pull web-animations-js into third-party via the third_party/polymer/reproduce.sh script. Add necess… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove .travis-setup.sh and make a note in README.chromium. Created 5 years, 10 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 | « third_party/web-animations-js/sources/web-animations.min.js.map ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 <structure name="IDR_POLYMER_CORE_A11Y_KEYS_CORE_A11Y_KEYS_EXTRACTED_JS" 3 <structure name="IDR_POLYMER_CORE_A11Y_KEYS_CORE_A11Y_KEYS_EXTRACTED_JS"
4 file="../../../third_party/polymer/components-chromium/core-a11y-ke ys/core-a11y-keys-extracted.js" 4 file="../../../third_party/polymer/components-chromium/core-a11y-ke ys/core-a11y-keys-extracted.js"
5 type="chrome_html" /> 5 type="chrome_html" />
6 <structure name="IDR_POLYMER_CORE_A11Y_KEYS_CORE_A11Y_KEYS_HTML" 6 <structure name="IDR_POLYMER_CORE_A11Y_KEYS_CORE_A11Y_KEYS_HTML"
7 file="../../../third_party/polymer/components-chromium/core-a11y-ke ys/core-a11y-keys.html" 7 file="../../../third_party/polymer/components-chromium/core-a11y-ke ys/core-a11y-keys.html"
8 type="chrome_html" /> 8 type="chrome_html" />
9 <structure name="IDR_POLYMER_CORE_ANIMATED_PAGES_CORE_ANIMATED_PAGES_CSS" 9 <structure name="IDR_POLYMER_CORE_ANIMATED_PAGES_CORE_ANIMATED_PAGES_CSS"
10 file="../../../third_party/polymer/components-chromium/core-animate d-pages/core-animated-pages.css" 10 file="../../../third_party/polymer/components-chromium/core-animate d-pages/core-animated-pages.css"
(...skipping 12 matching lines...) Expand all
23 type="chrome_html" /> 23 type="chrome_html" />
24 <structure name="IDR_POLYMER_CORE_ANIMATED_PAGES_TRANSITIONS_CROSS_FADE_HTML" 24 <structure name="IDR_POLYMER_CORE_ANIMATED_PAGES_TRANSITIONS_CROSS_FADE_HTML"
25 file="../../../third_party/polymer/components-chromium/core-animate d-pages/transitions/cross-fade.html" 25 file="../../../third_party/polymer/components-chromium/core-animate d-pages/transitions/cross-fade.html"
26 type="chrome_html" /> 26 type="chrome_html" />
27 <structure name="IDR_POLYMER_CORE_ANIMATED_PAGES_TRANSITIONS_HERO_TRANSITION_E XTRACTED_JS" 27 <structure name="IDR_POLYMER_CORE_ANIMATED_PAGES_TRANSITIONS_HERO_TRANSITION_E XTRACTED_JS"
28 file="../../../third_party/polymer/components-chromium/core-animate d-pages/transitions/hero-transition-extracted.js" 28 file="../../../third_party/polymer/components-chromium/core-animate d-pages/transitions/hero-transition-extracted.js"
29 type="chrome_html" /> 29 type="chrome_html" />
30 <structure name="IDR_POLYMER_CORE_ANIMATED_PAGES_TRANSITIONS_HERO_TRANSITION_H TML" 30 <structure name="IDR_POLYMER_CORE_ANIMATED_PAGES_TRANSITIONS_HERO_TRANSITION_H TML"
31 file="../../../third_party/polymer/components-chromium/core-animate d-pages/transitions/hero-transition.html" 31 file="../../../third_party/polymer/components-chromium/core-animate d-pages/transitions/hero-transition.html"
32 type="chrome_html" /> 32 type="chrome_html" />
33 <structure name="IDR_POLYMER_CORE_ANIMATION_CORE_ANIMATION_EXTRACTED_JS"
34 file="../../../third_party/polymer/components-chromium/core-animati on/core-animation-extracted.js"
35 type="chrome_html" />
36 <structure name="IDR_POLYMER_CORE_ANIMATION_CORE_ANIMATION_HTML"
37 file="../../../third_party/polymer/components-chromium/core-animati on/core-animation.html"
38 type="chrome_html" />
39 <structure name="IDR_POLYMER_CORE_ANIMATION_WEB_ANIMATIONS_HTML"
40 file="../../../third_party/polymer/components-chromium/core-animati on/web-animations.html"
41 type="chrome_html" />
33 <structure name="IDR_POLYMER_CORE_FOCUSABLE_CORE_FOCUSABLE_HTML" 42 <structure name="IDR_POLYMER_CORE_FOCUSABLE_CORE_FOCUSABLE_HTML"
34 file="../../../third_party/polymer/components-chromium/core-focusab le/core-focusable.html" 43 file="../../../third_party/polymer/components-chromium/core-focusab le/core-focusable.html"
35 type="chrome_html" /> 44 type="chrome_html" />
36 <structure name="IDR_POLYMER_CORE_FOCUSABLE_CORE_FOCUSABLE_JS" 45 <structure name="IDR_POLYMER_CORE_FOCUSABLE_CORE_FOCUSABLE_JS"
37 file="../../../third_party/polymer/components-chromium/core-focusab le/core-focusable.js" 46 file="../../../third_party/polymer/components-chromium/core-focusab le/core-focusable.js"
38 type="chrome_html" /> 47 type="chrome_html" />
39 <structure name="IDR_POLYMER_CORE_FOCUSABLE_POLYMER_MIXIN_JS" 48 <structure name="IDR_POLYMER_CORE_FOCUSABLE_POLYMER_MIXIN_JS"
40 file="../../../third_party/polymer/components-chromium/core-focusab le/polymer-mixin.js" 49 file="../../../third_party/polymer/components-chromium/core-focusab le/polymer-mixin.js"
41 type="chrome_html" /> 50 type="chrome_html" />
42 <structure name="IDR_POLYMER_CORE_HEADER_PANEL_CORE_HEADER_PANEL_CSS" 51 <structure name="IDR_POLYMER_CORE_HEADER_PANEL_CORE_HEADER_PANEL_CSS"
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 type="chrome_html" /> 320 type="chrome_html" />
312 <structure name="IDR_POLYMER_POLYMER_LAYOUT_HTML" 321 <structure name="IDR_POLYMER_POLYMER_LAYOUT_HTML"
313 file="../../../third_party/polymer/components-chromium/polymer/layo ut.html" 322 file="../../../third_party/polymer/components-chromium/polymer/layo ut.html"
314 type="chrome_html" /> 323 type="chrome_html" />
315 <structure name="IDR_POLYMER_POLYMER_POLYMER_HTML" 324 <structure name="IDR_POLYMER_POLYMER_POLYMER_HTML"
316 file="../../../third_party/polymer/components-chromium/polymer/poly mer.html" 325 file="../../../third_party/polymer/components-chromium/polymer/poly mer.html"
317 type="chrome_html" /> 326 type="chrome_html" />
318 <structure name="IDR_POLYMER_POLYMER_POLYMER_JS" 327 <structure name="IDR_POLYMER_POLYMER_POLYMER_JS"
319 file="../../../third_party/polymer/components-chromium/polymer/poly mer.js" 328 file="../../../third_party/polymer/components-chromium/polymer/poly mer.js"
320 type="chrome_html" /> 329 type="chrome_html" />
330 <structure name="IDR_POLYMER_WEB_ANIMATIONS_JS_WEB_ANIMATIONS_NEXT_LITE_MIN_JS "
331 file="../../../third_party/web-animations-js/sources/web-animations -next-lite.min.js"
332 type="chrome_html" />
333 <structure name="IDR_POLYMER_WEB_ANIMATIONS_JS_WEB_ANIMATIONS_NEXT_LITE_MIN_JS _MAP"
334 file="../../../third_party/web-animations-js/sources/web-animations -next-lite.min.js.map"
335 type="chrome_html" />
321 </grit-part> 336 </grit-part>
OLDNEW
« no previous file with comments | « third_party/web-animations-js/sources/web-animations.min.js.map ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698