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

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

Issue 1118673004: Add a build flag to include polymer 0.8 in the binary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change to enable_polymer_v08 and ensure it works with the default Created 5 years, 7 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 | « ui/webui/resources/cr_elements_resources.grdp ('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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 <structure name="IDR_POLYMER_POLYMER_POLYMER_JS" 432 <structure name="IDR_POLYMER_POLYMER_POLYMER_JS"
433 file="../../../third_party/polymer/components-chromium/polymer/poly mer.js" 433 file="../../../third_party/polymer/components-chromium/polymer/poly mer.js"
434 type="chrome_html" /> 434 type="chrome_html" />
435 <structure name="IDR_POLYMER_WEB_ANIMATIONS_JS_WEB_ANIMATIONS_NEXT_LITE_MIN_JS " 435 <structure name="IDR_POLYMER_WEB_ANIMATIONS_JS_WEB_ANIMATIONS_NEXT_LITE_MIN_JS "
436 file="../../../third_party/web-animations-js/sources/web-animations -next-lite.min.js" 436 file="../../../third_party/web-animations-js/sources/web-animations -next-lite.min.js"
437 type="chrome_html" /> 437 type="chrome_html" />
438 <structure name="IDR_POLYMER_WEB_ANIMATIONS_JS_WEB_ANIMATIONS_NEXT_LITE_MIN_JS _MAP" 438 <structure name="IDR_POLYMER_WEB_ANIMATIONS_JS_WEB_ANIMATIONS_NEXT_LITE_MIN_JS _MAP"
439 file="../../../third_party/web-animations-js/sources/web-animations -next-lite.min.js.map" 439 file="../../../third_party/web-animations-js/sources/web-animations -next-lite.min.js.map"
440 type="chrome_html" /> 440 type="chrome_html" />
441 441
442 <!-- Polymer 0.8 Elements, --> 442 <!-- Polymer 0.8 -->
443 <structure name="IDR_POLYMER_08_POLYMER_POLYMER_HTML" 443 <if expr="enable_polymer_v08">
444 file="../../../third_party/polymer/v0_8/components-chromium/polymer /polymer.html" 444 <structure name="IDR_POLYMER_08_POLYMER_POLYMER_HTML"
445 type="chrome_html" /> 445 file="../../../third_party/polymer/v0_8/components-chromium/polym er/polymer.html"
446 <structure name="IDR_POLYMER_08_POLYMER_POLYMER_JS" 446 type="chrome_html" />
447 file="../../../third_party/polymer/v0_8/components-chromium/polymer /polymer.js" 447 <structure name="IDR_POLYMER_08_POLYMER_POLYMER_JS"
448 type="chrome_html" /> 448 file="../../../third_party/polymer/v0_8/components-chromium/polym er/polymer.js"
449 <structure name="IDR_POLYMER_08_PAPER_CHECKBOX_PAPER_CHECKBOX_CSS" 449 type="chrome_html" />
450 file="../../../third_party/polymer/v0_8/components-chromium/paper-c heckbox/paper-checkbox.css" 450 <structure name="IDR_POLYMER_08_PAPER_CHECKBOX_PAPER_CHECKBOX_CSS"
451 type="chrome_html" /> 451 file="../../../third_party/polymer/v0_8/components-chromium/paper -checkbox/paper-checkbox.css"
452 <structure name="IDR_POLYMER_08_PAPER_CHECKBOX_PAPER_CHECKBOX_EXTRACTED_JS" 452 type="chrome_html" />
453 file="../../../third_party/polymer/v0_8/components-chromium/paper-c heckbox/paper-checkbox-extracted.js" 453 <structure name="IDR_POLYMER_08_PAPER_CHECKBOX_PAPER_CHECKBOX_EXTRACTED_JS"
454 type="chrome_html" /> 454 file="../../../third_party/polymer/v0_8/components-chromium/paper -checkbox/paper-checkbox-extracted.js"
455 <structure name="IDR_POLYMER_08_PAPER_CHECKBOX_PAPER_CHECKBOX_HTML" 455 type="chrome_html" />
456 file="../../../third_party/polymer/v0_8/components-chromium/paper-c heckbox/paper-checkbox.html" 456 <structure name="IDR_POLYMER_08_PAPER_CHECKBOX_PAPER_CHECKBOX_HTML"
457 type="chrome_html" /> 457 file="../../../third_party/polymer/v0_8/components-chromium/paper -checkbox/paper-checkbox.html"
458 <structure name="IDR_POLYMER_08_PAPER_RIPPLE_PAPER_RIPPLE_EXTRACTED_JS" 458 type="chrome_html" />
459 file="../../../third_party/polymer/v0_8/components-chromium/paper-r ipple/paper-ripple-extracted.js" 459 <structure name="IDR_POLYMER_08_PAPER_RIPPLE_PAPER_RIPPLE_EXTRACTED_JS"
460 type="chrome_html" /> 460 file="../../../third_party/polymer/v0_8/components-chromium/paper -ripple/paper-ripple-extracted.js"
461 <structure name="IDR_POLYMER_08_PAPER_RIPPLE_PAPER_RIPPLE_HTML" 461 type="chrome_html" />
462 file="../../../third_party/polymer/v0_8/components-chromium/paper-r ipple/paper-ripple.html" 462 <structure name="IDR_POLYMER_08_PAPER_RIPPLE_PAPER_RIPPLE_HTML"
463 type="chrome_html" /> 463 file="../../../third_party/polymer/v0_8/components-chromium/paper -ripple/paper-ripple.html"
464 <structure name="IDR_POLYMER_08_PAPER_STYLES_DEFAULT_THEME_HTML" 464 type="chrome_html" />
465 file="../../../third_party/polymer/v0_8/components-chromium/paper-s tyles/default-theme.html" 465 <structure name="IDR_POLYMER_08_PAPER_STYLES_DEFAULT_THEME_HTML"
466 type="chrome_html" /> 466 file="../../../third_party/polymer/v0_8/components-chromium/paper -styles/default-theme.html"
467 type="chrome_html" />
468 </if>
467 </grit-part> 469 </grit-part>
OLDNEW
« no previous file with comments | « ui/webui/resources/cr_elements_resources.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698