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

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

Issue 1079013002: Add "emulate push event" button to ServiceWorkersView in DevTools [2/2 blink] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: s/dispatchPushEvent/deliverPushMessage/ Created 5 years, 8 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 | « no previous file | Source/devtools/front_end/Images/notifications.svg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 'front_end/Images/forward.png', 694 'front_end/Images/forward.png',
695 'front_end/Images/frame.png', 695 'front_end/Images/frame.png',
696 'front_end/Images/graphLabelCalloutLeft.png', 696 'front_end/Images/graphLabelCalloutLeft.png',
697 'front_end/Images/graphLabelCalloutRight.png', 697 'front_end/Images/graphLabelCalloutRight.png',
698 'front_end/Images/indexedDB.png', 698 'front_end/Images/indexedDB.png',
699 'front_end/Images/indexedDBIndex.png', 699 'front_end/Images/indexedDBIndex.png',
700 'front_end/Images/indexedDBObjectStore.png', 700 'front_end/Images/indexedDBObjectStore.png',
701 'front_end/Images/localStorage.png', 701 'front_end/Images/localStorage.png',
702 'front_end/Images/navigationControls.png', 702 'front_end/Images/navigationControls.png',
703 'front_end/Images/navigationControls_2x.png', 703 'front_end/Images/navigationControls_2x.png',
704 'front_end/Images/notifications.svg',
704 'front_end/Images/paneAddButtons.png', 705 'front_end/Images/paneAddButtons.png',
705 'front_end/Images/paneAnimationsButtons.png', 706 'front_end/Images/paneAnimationsButtons.png',
706 'front_end/Images/paneElementStateButtons.png', 707 'front_end/Images/paneElementStateButtons.png',
707 'front_end/Images/paneFilterButtons.png', 708 'front_end/Images/paneFilterButtons.png',
708 'front_end/Images/paneRefreshButtons.png', 709 'front_end/Images/paneRefreshButtons.png',
709 'front_end/Images/popoverArrows.png', 710 'front_end/Images/popoverArrows.png',
710 'front_end/Images/profileGroupIcon.png', 711 'front_end/Images/profileGroupIcon.png',
711 'front_end/Images/profileIcon.png', 712 'front_end/Images/profileIcon.png',
712 'front_end/Images/profileSmallIcon.png', 713 'front_end/Images/profileSmallIcon.png',
713 'front_end/Images/radioDot.png', 714 'front_end/Images/radioDot.png',
(...skipping 26 matching lines...) Expand all
740 'front_end/Images/thumbVert.png', 741 'front_end/Images/thumbVert.png',
741 'front_end/Images/toolbarItemSelected.png', 742 'front_end/Images/toolbarItemSelected.png',
742 'front_end/Images/touchCursor.png', 743 'front_end/Images/touchCursor.png',
743 'front_end/Images/touchCursor_2x.png', 744 'front_end/Images/touchCursor_2x.png',
744 ], 745 ],
745 'devtools_extension_api_files': [ 746 'devtools_extension_api_files': [
746 'front_end/extensions/ExtensionAPI.js', 747 'front_end/extensions/ExtensionAPI.js',
747 ], 748 ],
748 }, 749 },
749 } 750 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/Images/notifications.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698