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

Side by Side Diff: Source/devtools/devtools.gypi

Issue 302943002: DevTools: add device selector and touch checkbox into the responsive toolbar. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
1 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 'front_end/Images/profileIcon.png', 512 'front_end/Images/profileIcon.png',
513 'front_end/Images/profileSmallIcon.png', 513 'front_end/Images/profileSmallIcon.png',
514 'front_end/Images/radioDot.png', 514 'front_end/Images/radioDot.png',
515 'front_end/Images/resourceCSSIcon.png', 515 'front_end/Images/resourceCSSIcon.png',
516 'front_end/Images/resourceDocumentIcon.png', 516 'front_end/Images/resourceDocumentIcon.png',
517 'front_end/Images/resourceDocumentIconSmall.png', 517 'front_end/Images/resourceDocumentIconSmall.png',
518 'front_end/Images/resourceJSIcon.png', 518 'front_end/Images/resourceJSIcon.png',
519 'front_end/Images/resourcePlainIcon.png', 519 'front_end/Images/resourcePlainIcon.png',
520 'front_end/Images/resourcePlainIconSmall.png', 520 'front_end/Images/resourcePlainIconSmall.png',
521 'front_end/Images/resourcesTimeGraphIcon.png', 521 'front_end/Images/resourcesTimeGraphIcon.png',
522 'front_end/Images/responsiveDesign.png',
523 'front_end/Images/responsiveDesign_2x.png',
522 'front_end/Images/searchNext.png', 524 'front_end/Images/searchNext.png',
523 'front_end/Images/searchPrev.png', 525 'front_end/Images/searchPrev.png',
524 'front_end/Images/sessionStorage.png', 526 'front_end/Images/sessionStorage.png',
525 'front_end/Images/settingsListRemove.png', 527 'front_end/Images/settingsListRemove.png',
526 'front_end/Images/settingsListRemove_2x.png', 528 'front_end/Images/settingsListRemove_2x.png',
527 'front_end/Images/statusbarButtonGlyphs.png', 529 'front_end/Images/statusbarButtonGlyphs.png',
528 'front_end/Images/statusbarButtonGlyphs_2x.png', 530 'front_end/Images/statusbarButtonGlyphs_2x.png',
529 'front_end/Images/statusbarResizerHorizontal.png', 531 'front_end/Images/statusbarResizerHorizontal.png',
530 'front_end/Images/statusbarResizerVertical.png', 532 'front_end/Images/statusbarResizerVertical.png',
531 'front_end/Images/thumbActiveHoriz.png', 533 'front_end/Images/thumbActiveHoriz.png',
(...skipping 19 matching lines...) Expand all
551 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', 553 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
552 ], 554 ],
553 'devtools_script_formatter_worker_js_files': [ 555 'devtools_script_formatter_worker_js_files': [
554 'front_end/script_formatter_worker/CSSFormatter.js', 556 'front_end/script_formatter_worker/CSSFormatter.js',
555 'front_end/script_formatter_worker/JavaScriptFormatter.js', 557 'front_end/script_formatter_worker/JavaScriptFormatter.js',
556 'front_end/script_formatter_worker/ScriptFormatterWorker.js', 558 'front_end/script_formatter_worker/ScriptFormatterWorker.js',
557 'front_end/common/utilities.js', 559 'front_end/common/utilities.js',
558 ], 560 ],
559 }, 561 },
560 } 562 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698