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

Side by Side Diff: ui/resources/ui_resources.grd

Issue 10837089: Use low resolution wallpaper for small screens. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/options2/chromeos/set_wallpaper_options_handler.cc ('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 latest_public_release="0" current_release="1"> 2 <grit latest_public_release="0" current_release="1">
3 <outputs> 3 <outputs>
4 <output filename="grit/ui_resources.h" type="rc_header" context="default_100 _percent"> 4 <output filename="grit/ui_resources.h" type="rc_header" context="default_100 _percent">
5 <emit emit_type='prepend'></emit> 5 <emit emit_type='prepend'></emit>
6 </output> 6 </output>
7 <output filename="grit/ui_resources_map.cc" type="resource_map_source" conte xt="default_100_percent" /> 7 <output filename="grit/ui_resources_map.cc" type="resource_map_source" conte xt="default_100_percent" />
8 <output filename="grit/ui_resources_map.h" type="resource_map_header" contex t="default_100_percent" /> 8 <output filename="grit/ui_resources_map.h" type="resource_map_header" contex t="default_100_percent" />
9 <!-- TODO(oshima): Remove gfx_resources.pak once DumpRenderTree.gyp 9 <!-- TODO(oshima): Remove gfx_resources.pak once DumpRenderTree.gyp
10 is updated. --> 10 is updated. -->
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 <structure type="chrome_scaled_image" name="IDR_WINDOW_LEFT_SIDE" file="wi ndow_left_side.png" /> 463 <structure type="chrome_scaled_image" name="IDR_WINDOW_LEFT_SIDE" file="wi ndow_left_side.png" />
464 <structure type="chrome_scaled_image" name="IDR_WINDOW_RIGHT_SIDE" file="w indow_right_side.png" /> 464 <structure type="chrome_scaled_image" name="IDR_WINDOW_RIGHT_SIDE" file="w indow_right_side.png" />
465 <structure type="chrome_scaled_image" name="IDR_WINDOW_TOP_CENTER" file="w indow_top_center.png" /> 465 <structure type="chrome_scaled_image" name="IDR_WINDOW_TOP_CENTER" file="w indow_top_center.png" />
466 <structure type="chrome_scaled_image" name="IDR_WINDOW_TOP_LEFT_CORNER" fi le="window_top_left_corner.png" /> 466 <structure type="chrome_scaled_image" name="IDR_WINDOW_TOP_LEFT_CORNER" fi le="window_top_left_corner.png" />
467 <structure type="chrome_scaled_image" name="IDR_WINDOW_TOP_RIGHT_CORNER" f ile="window_top_right_corner.png" /> 467 <structure type="chrome_scaled_image" name="IDR_WINDOW_TOP_RIGHT_CORNER" f ile="window_top_right_corner.png" />
468 </structures> 468 </structures>
469 469
470 <includes> 470 <includes>
471 <!-- Wallpapers used by Ash when building ChromiumOS. --> 471 <!-- Wallpapers used by Ash when building ChromiumOS. -->
472 <if expr="pp_ifdef('use_ash') and not pp_ifdef('_google_chrome')"> 472 <if expr="pp_ifdef('use_ash') and not pp_ifdef('_google_chrome')">
473 <include name="IDR_AURA_WALLPAPERS_ROMAINGUY_0" file="aura/wallpapers/ro mainguy_0.jpg" type="BINDATA" /> 473 <include name="IDR_AURA_WALLPAPERS_ROMAINGUY_0_LARGE" file="aura/wallpap ers/large/romainguy_0.jpg" type="BINDATA" />
474 <include name="IDR_AURA_WALLPAPERS_ROMAINGUY_0_SMALL" file="aura/wallpap ers/small/romainguy_0.jpg" type="BINDATA" />
oshima 2012/08/06 03:37:29 given that there is better scaling algorithm, can'
474 <include name="IDR_AURA_WALLPAPERS_ROMAINGUY_0_THUMB" file="aura/wallpap ers/romainguy_0_thumb.jpg" type="BINDATA" /> 475 <include name="IDR_AURA_WALLPAPERS_ROMAINGUY_0_THUMB" file="aura/wallpap ers/romainguy_0_thumb.jpg" type="BINDATA" />
475 </if> 476 </if>
476 477
477 <!-- Wallpapers available to Ash when building Official ChromeOS. --> 478 <!-- Wallpapers available to Ash when building Official ChromeOS. -->
478 <if expr="pp_ifdef('use_ash') and pp_ifdef('_google_chrome')"> 479 <if expr="pp_ifdef('use_ash') and pp_ifdef('_google_chrome')">
479 <include name="IDR_AURA_WALLPAPERS_1_NATURE0" file="aura/google_wallpape rs/1-nature0.jpg" type="BINDATA" /> 480 <include name="IDR_AURA_WALLPAPERS_1_NATURE0_LARGE" file="aura/google_wa llpapers/large/1-nature0.jpg" type="BINDATA" />
481 <include name="IDR_AURA_WALLPAPERS_1_NATURE0_SMALL" file="aura/google_wa llpapers/small/1-nature0.jpg" type="BINDATA" />
480 <include name="IDR_AURA_WALLPAPERS_1_NATURE0_THUMB" file="aura/google_wa llpapers/1-nature0_thumb.png" type="BINDATA" /> 482 <include name="IDR_AURA_WALLPAPERS_1_NATURE0_THUMB" file="aura/google_wa llpapers/1-nature0_thumb.png" type="BINDATA" />
481 <include name="IDR_AURA_WALLPAPERS_1_NATURE1" file="aura/google_wallpape rs/1-nature1.jpg" type="BINDATA" /> 483 <include name="IDR_AURA_WALLPAPERS_1_NATURE1_LARGE" file="aura/google_wa llpapers/large/1-nature1.jpg" type="BINDATA" />
484 <include name="IDR_AURA_WALLPAPERS_1_NATURE1_SMALL" file="aura/google_wa llpapers/small/1-nature1.jpg" type="BINDATA" />
482 <include name="IDR_AURA_WALLPAPERS_1_NATURE1_THUMB" file="aura/google_wa llpapers/1-nature1_thumb.png" type="BINDATA" /> 485 <include name="IDR_AURA_WALLPAPERS_1_NATURE1_THUMB" file="aura/google_wa llpapers/1-nature1_thumb.png" type="BINDATA" />
483 <include name="IDR_AURA_WALLPAPERS_1_NATURE2" file="aura/google_wallpape rs/1-nature2.jpg" type="BINDATA" /> 486 <include name="IDR_AURA_WALLPAPERS_1_NATURE2_LARGE" file="aura/google_wa llpapers/large/1-nature2.jpg" type="BINDATA" />
487 <include name="IDR_AURA_WALLPAPERS_1_NATURE2_SMALL" file="aura/google_wa llpapers/small/1-nature2.jpg" type="BINDATA" />
484 <include name="IDR_AURA_WALLPAPERS_1_NATURE2_THUMB" file="aura/google_wa llpapers/1-nature2_thumb.png" type="BINDATA" /> 488 <include name="IDR_AURA_WALLPAPERS_1_NATURE2_THUMB" file="aura/google_wa llpapers/1-nature2_thumb.png" type="BINDATA" />
485 <include name="IDR_AURA_WALLPAPERS_1_NATURE3" file="aura/google_wallpape rs/1-nature3.jpg" type="BINDATA" /> 489 <include name="IDR_AURA_WALLPAPERS_1_NATURE3_LARGE" file="aura/google_wa llpapers/large/1-nature3.jpg" type="BINDATA" />
490 <include name="IDR_AURA_WALLPAPERS_1_NATURE3_SMALL" file="aura/google_wa llpapers/small/1-nature3.jpg" type="BINDATA" />
486 <include name="IDR_AURA_WALLPAPERS_1_NATURE3_THUMB" file="aura/google_wa llpapers/1-nature3_thumb.png" type="BINDATA" /> 491 <include name="IDR_AURA_WALLPAPERS_1_NATURE3_THUMB" file="aura/google_wa llpapers/1-nature3_thumb.png" type="BINDATA" />
487 <include name="IDR_AURA_WALLPAPERS_1_NATURE4" file="aura/google_wallpape rs/1-nature4.jpg" type="BINDATA" /> 492 <include name="IDR_AURA_WALLPAPERS_1_NATURE4_LARGE" file="aura/google_wa llpapers/large/1-nature4.jpg" type="BINDATA" />
493 <include name="IDR_AURA_WALLPAPERS_1_NATURE4_SMALL" file="aura/google_wa llpapers/small/1-nature4.jpg" type="BINDATA" />
488 <include name="IDR_AURA_WALLPAPERS_1_NATURE4_THUMB" file="aura/google_wa llpapers/1-nature4_thumb.png" type="BINDATA" /> 494 <include name="IDR_AURA_WALLPAPERS_1_NATURE4_THUMB" file="aura/google_wa llpapers/1-nature4_thumb.png" type="BINDATA" />
489 <include name="IDR_AURA_WALLPAPERS_1_NATURE5" file="aura/google_wallpape rs/1-nature5.jpg" type="BINDATA" /> 495 <include name="IDR_AURA_WALLPAPERS_1_NATURE5_LARGE" file="aura/google_wa llpapers/large/1-nature5.jpg" type="BINDATA" />
496 <include name="IDR_AURA_WALLPAPERS_1_NATURE5_SMALL" file="aura/google_wa llpapers/small/1-nature5.jpg" type="BINDATA" />
490 <include name="IDR_AURA_WALLPAPERS_1_NATURE5_THUMB" file="aura/google_wa llpapers/1-nature5_thumb.png" type="BINDATA" /> 497 <include name="IDR_AURA_WALLPAPERS_1_NATURE5_THUMB" file="aura/google_wa llpapers/1-nature5_thumb.png" type="BINDATA" />
491 <include name="IDR_AURA_WALLPAPERS_1_NATURE6" file="aura/google_wallpape rs/1-nature6.jpg" type="BINDATA" /> 498 <include name="IDR_AURA_WALLPAPERS_1_NATURE6_LARGE" file="aura/google_wa llpapers/large/1-nature6.jpg" type="BINDATA" />
499 <include name="IDR_AURA_WALLPAPERS_1_NATURE6_SMALL" file="aura/google_wa llpapers/small/1-nature6.jpg" type="BINDATA" />
492 <include name="IDR_AURA_WALLPAPERS_1_NATURE6_THUMB" file="aura/google_wa llpapers/1-nature6_thumb.png" type="BINDATA" /> 500 <include name="IDR_AURA_WALLPAPERS_1_NATURE6_THUMB" file="aura/google_wa llpapers/1-nature6_thumb.png" type="BINDATA" />
493 <include name="IDR_AURA_WALLPAPERS_1_NATURE7" file="aura/google_wallpape rs/1-nature7.jpg" type="BINDATA" /> 501 <include name="IDR_AURA_WALLPAPERS_1_NATURE7_LARGE" file="aura/google_wa llpapers/large/1-nature7.jpg" type="BINDATA" />
502 <include name="IDR_AURA_WALLPAPERS_1_NATURE7_SMALL" file="aura/google_wa llpapers/small/1-nature7.jpg" type="BINDATA" />
494 <include name="IDR_AURA_WALLPAPERS_1_NATURE7_THUMB" file="aura/google_wa llpapers/1-nature7_thumb.png" type="BINDATA" /> 503 <include name="IDR_AURA_WALLPAPERS_1_NATURE7_THUMB" file="aura/google_wa llpapers/1-nature7_thumb.png" type="BINDATA" />
495 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE0" file="aura/google_wallp apers/2-landscape0.jpg" type="BINDATA" /> 504 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE0_LARGE" file="aura/google _wallpapers/large/2-landscape0.jpg" type="BINDATA" />
505 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE0_SMALL" file="aura/google _wallpapers/small/2-landscape0.jpg" type="BINDATA" />
496 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE0_THUMB" file="aura/google _wallpapers/2-landscape0_thumb.png" type="BINDATA" /> 506 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE0_THUMB" file="aura/google _wallpapers/2-landscape0_thumb.png" type="BINDATA" />
497 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE1" file="aura/google_wallp apers/2-landscape1.jpg" type="BINDATA" /> 507 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE1_LARGE" file="aura/google _wallpapers/large/2-landscape1.jpg" type="BINDATA" />
508 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE1_SMALL" file="aura/google _wallpapers/small/2-landscape1.jpg" type="BINDATA" />
498 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE1_THUMB" file="aura/google _wallpapers/2-landscape1_thumb.png" type="BINDATA" /> 509 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE1_THUMB" file="aura/google _wallpapers/2-landscape1_thumb.png" type="BINDATA" />
499 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE2" file="aura/google_wallp apers/2-landscape2.jpg" type="BINDATA" /> 510 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE2_LARGE" file="aura/google _wallpapers/large/2-landscape2.jpg" type="BINDATA" />
511 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE2_SMALL" file="aura/google _wallpapers/small/2-landscape2.jpg" type="BINDATA" />
500 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE2_THUMB" file="aura/google _wallpapers/2-landscape2_thumb.png" type="BINDATA" /> 512 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE2_THUMB" file="aura/google _wallpapers/2-landscape2_thumb.png" type="BINDATA" />
501 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE3" file="aura/google_wallp apers/2-landscape3.jpg" type="BINDATA" /> 513 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE3_LARGE" file="aura/google _wallpapers/large/2-landscape3.jpg" type="BINDATA" />
514 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE3_SMALL" file="aura/google _wallpapers/small/2-landscape3.jpg" type="BINDATA" />
502 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE3_THUMB" file="aura/google _wallpapers/2-landscape3_thumb.png" type="BINDATA" /> 515 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE3_THUMB" file="aura/google _wallpapers/2-landscape3_thumb.png" type="BINDATA" />
503 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE4" file="aura/google_wallp apers/2-landscape4.jpg" type="BINDATA" /> 516 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE4_LARGE" file="aura/google _wallpapers/large/2-landscape4.jpg" type="BINDATA" />
517 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE4_SMALL" file="aura/google _wallpapers/small/2-landscape4.jpg" type="BINDATA" />
504 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE4_THUMB" file="aura/google _wallpapers/2-landscape4_thumb.png" type="BINDATA" /> 518 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE4_THUMB" file="aura/google _wallpapers/2-landscape4_thumb.png" type="BINDATA" />
505 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE5" file="aura/google_wallp apers/2-landscape5.jpg" type="BINDATA" /> 519 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE5_LARGE" file="aura/google _wallpapers/large/2-landscape5.jpg" type="BINDATA" />
520 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE5_SMALL" file="aura/google _wallpapers/small/2-landscape5.jpg" type="BINDATA" />
506 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE5_THUMB" file="aura/google _wallpapers/2-landscape5_thumb.png" type="BINDATA" /> 521 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE5_THUMB" file="aura/google _wallpapers/2-landscape5_thumb.png" type="BINDATA" />
507 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE6" file="aura/google_wallp apers/2-landscape6.jpg" type="BINDATA" /> 522 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE6_LARGE" file="aura/google _wallpapers/large/2-landscape6.jpg" type="BINDATA" />
523 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE6_SMALL" file="aura/google _wallpapers/small/2-landscape6.jpg" type="BINDATA" />
508 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE6_THUMB" file="aura/google _wallpapers/2-landscape6_thumb.png" type="BINDATA" /> 524 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE6_THUMB" file="aura/google _wallpapers/2-landscape6_thumb.png" type="BINDATA" />
509 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE7" file="aura/google_wallp apers/2-landscape7.jpg" type="BINDATA" /> 525 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE7_LARGE" file="aura/google _wallpapers/large/2-landscape7.jpg" type="BINDATA" />
526 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE7_SMALL" file="aura/google _wallpapers/small/2-landscape7.jpg" type="BINDATA" />
510 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE7_THUMB" file="aura/google _wallpapers/2-landscape7_thumb.png" type="BINDATA" /> 527 <include name="IDR_AURA_WALLPAPERS_2_LANDSCAPE7_THUMB" file="aura/google _wallpapers/2-landscape7_thumb.png" type="BINDATA" />
511 <include name="IDR_AURA_WALLPAPERS_3_URBAN0" file="aura/google_wallpaper s/3-urban0.jpg" type="BINDATA" /> 528 <include name="IDR_AURA_WALLPAPERS_3_URBAN0_LARGE" file="aura/google_wal lpapers/large/3-urban0.jpg" type="BINDATA" />
529 <include name="IDR_AURA_WALLPAPERS_3_URBAN0_SMALL" file="aura/google_wal lpapers/small/3-urban0.jpg" type="BINDATA" />
512 <include name="IDR_AURA_WALLPAPERS_3_URBAN0_THUMB" file="aura/google_wal lpapers/3-urban0_thumb.png" type="BINDATA" /> 530 <include name="IDR_AURA_WALLPAPERS_3_URBAN0_THUMB" file="aura/google_wal lpapers/3-urban0_thumb.png" type="BINDATA" />
513 <include name="IDR_AURA_WALLPAPERS_3_URBAN1" file="aura/google_wallpaper s/3-urban1.jpg" type="BINDATA" /> 531 <include name="IDR_AURA_WALLPAPERS_3_URBAN1_LARGE" file="aura/google_wal lpapers/large/3-urban1.jpg" type="BINDATA" />
532 <include name="IDR_AURA_WALLPAPERS_3_URBAN1_SMALL" file="aura/google_wal lpapers/small/3-urban1.jpg" type="BINDATA" />
514 <include name="IDR_AURA_WALLPAPERS_3_URBAN1_THUMB" file="aura/google_wal lpapers/3-urban1_thumb.png" type="BINDATA" /> 533 <include name="IDR_AURA_WALLPAPERS_3_URBAN1_THUMB" file="aura/google_wal lpapers/3-urban1_thumb.png" type="BINDATA" />
515 <include name="IDR_AURA_WALLPAPERS_3_URBAN2" file="aura/google_wallpaper s/3-urban2.jpg" type="BINDATA" /> 534 <include name="IDR_AURA_WALLPAPERS_3_URBAN2_LARGE" file="aura/google_wal lpapers/large/3-urban2.jpg" type="BINDATA" />
535 <include name="IDR_AURA_WALLPAPERS_3_URBAN2_SMALL" file="aura/google_wal lpapers/small/3-urban2.jpg" type="BINDATA" />
516 <include name="IDR_AURA_WALLPAPERS_3_URBAN2_THUMB" file="aura/google_wal lpapers/3-urban2_thumb.png" type="BINDATA" /> 536 <include name="IDR_AURA_WALLPAPERS_3_URBAN2_THUMB" file="aura/google_wal lpapers/3-urban2_thumb.png" type="BINDATA" />
517 <include name="IDR_AURA_WALLPAPERS_3_URBAN3" file="aura/google_wallpaper s/3-urban3.jpg" type="BINDATA" /> 537 <include name="IDR_AURA_WALLPAPERS_3_URBAN3_LARGE" file="aura/google_wal lpapers/large/3-urban3.jpg" type="BINDATA" />
538 <include name="IDR_AURA_WALLPAPERS_3_URBAN3_SMALL" file="aura/google_wal lpapers/small/3-urban3.jpg" type="BINDATA" />
518 <include name="IDR_AURA_WALLPAPERS_3_URBAN3_THUMB" file="aura/google_wal lpapers/3-urban3_thumb.png" type="BINDATA" /> 539 <include name="IDR_AURA_WALLPAPERS_3_URBAN3_THUMB" file="aura/google_wal lpapers/3-urban3_thumb.png" type="BINDATA" />
519 </if> 540 </if>
520 541
521 <!-- Wallpapers (gradients) used by Ash. --> 542 <!-- Wallpapers (gradients) used by Ash. -->
522 <if expr="pp_ifdef('use_ash')"> 543 <if expr="pp_ifdef('use_ash')">
523 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT0" file="aura/wallpapers/5- gradient0.png" type="BINDATA" /> 544 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT0_LARGE" file="aura/wallpap ers/large/5-gradient0.png" type="BINDATA" />
545 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT0_SMALL" file="aura/wallpap ers/small/5-gradient0.png" type="BINDATA" />
524 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT0_THUMB" file="aura/wallpap ers/5-gradient0_thumb.png" type="BINDATA" /> 546 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT0_THUMB" file="aura/wallpap ers/5-gradient0_thumb.png" type="BINDATA" />
525 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT1" file="aura/wallpapers/5- gradient1.png" type="BINDATA" /> 547 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT1_LARGE" file="aura/wallpap ers/large/5-gradient1.png" type="BINDATA" />
548 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT1_SMALL" file="aura/wallpap ers/small/5-gradient1.png" type="BINDATA" />
526 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT1_THUMB" file="aura/wallpap ers/5-gradient1_thumb.png" type="BINDATA" /> 549 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT1_THUMB" file="aura/wallpap ers/5-gradient1_thumb.png" type="BINDATA" />
527 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT2" file="aura/wallpapers/5- gradient2.png" type="BINDATA" /> 550 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT2_LARGE" file="aura/wallpap ers/large/5-gradient2.png" type="BINDATA" />
551 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT2_SMALL" file="aura/wallpap ers/small/5-gradient2.png" type="BINDATA" />
528 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT2_THUMB" file="aura/wallpap ers/5-gradient2_thumb.png" type="BINDATA" /> 552 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT2_THUMB" file="aura/wallpap ers/5-gradient2_thumb.png" type="BINDATA" />
529 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT3" file="aura/wallpapers/5- gradient3.png" type="BINDATA" /> 553 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT3_LARGE" file="aura/wallpap ers/large/5-gradient3.png" type="BINDATA" />
554 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT3_SMALL" file="aura/wallpap ers/small/5-gradient3.png" type="BINDATA" />
530 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT3_THUMB" file="aura/wallpap ers/5-gradient3_thumb.png" type="BINDATA" /> 555 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT3_THUMB" file="aura/wallpap ers/5-gradient3_thumb.png" type="BINDATA" />
531 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT4" file="aura/wallpapers/5- gradient4.png" type="BINDATA" /> 556 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT4_LARGE" file="aura/wallpap ers/large/5-gradient4.png" type="BINDATA" />
557 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT4_SMALL" file="aura/wallpap ers/small/5-gradient4.png" type="BINDATA" />
532 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT4_THUMB" file="aura/wallpap ers/5-gradient4_thumb.png" type="BINDATA" /> 558 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT4_THUMB" file="aura/wallpap ers/5-gradient4_thumb.png" type="BINDATA" />
533 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT5" file="aura/wallpapers/5- gradient5.png" type="BINDATA" /> 559 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT5_LARGE" file="aura/wallpap ers/large/5-gradient5.png" type="BINDATA" />
560 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT5_SMALL" file="aura/wallpap ers/small/5-gradient5.png" type="BINDATA" />
534 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT5_THUMB" file="aura/wallpap ers/5-gradient5_thumb.png" type="BINDATA" /> 561 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT5_THUMB" file="aura/wallpap ers/5-gradient5_thumb.png" type="BINDATA" />
535 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT6" file="aura/wallpapers/5- gradient6.png" type="BINDATA" /> 562 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT6_LARGE" file="aura/wallpap ers/large/5-gradient6.png" type="BINDATA" />
563 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT6_SMALL" file="aura/wallpap ers/small/5-gradient6.png" type="BINDATA" />
536 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT6_THUMB" file="aura/wallpap ers/5-gradient6_thumb.png" type="BINDATA" /> 564 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT6_THUMB" file="aura/wallpap ers/5-gradient6_thumb.png" type="BINDATA" />
537 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT7" file="aura/wallpapers/5- gradient7.png" type="BINDATA" /> 565 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT7_LARGE" file="aura/wallpap ers/large/5-gradient7.png" type="BINDATA" />
566 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT7_SMALL" file="aura/wallpap ers/small/5-gradient7.png" type="BINDATA" />
538 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT7_THUMB" file="aura/wallpap ers/5-gradient7_thumb.png" type="BINDATA" /> 567 <include name="IDR_AURA_WALLPAPERS_5_GRADIENT7_THUMB" file="aura/wallpap ers/5-gradient7_thumb.png" type="BINDATA" />
539 </if> 568 </if>
540 </includes> 569 </includes>
541 </release> 570 </release>
542 </grit> 571 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options2/chromeos/set_wallpaper_options_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698