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

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

Issue 2252913002: DevTools: Box-shadow editor initial implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shadowIcon
Patch Set: Created 4 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
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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'front_end/ui/inspectorSyntaxHighlight.css', 250 'front_end/ui/inspectorSyntaxHighlight.css',
251 'front_end/ui/inspectorSyntaxHighlightDark.css', 251 'front_end/ui/inspectorSyntaxHighlightDark.css',
252 'front_end/ui/inspectorViewTabbedPane.css', 252 'front_end/ui/inspectorViewTabbedPane.css',
253 'front_end/ui/listWidget.css', 253 'front_end/ui/listWidget.css',
254 'front_end/ui/panelEnablerView.css', 254 'front_end/ui/panelEnablerView.css',
255 'front_end/ui/popover.css', 255 'front_end/ui/popover.css',
256 'front_end/ui/progressIndicator.css', 256 'front_end/ui/progressIndicator.css',
257 'front_end/ui/radioButton.css', 257 'front_end/ui/radioButton.css',
258 'front_end/ui/reportView.css', 258 'front_end/ui/reportView.css',
259 'front_end/ui/searchableView.css', 259 'front_end/ui/searchableView.css',
260 'front_end/ui/shadowEditor.css',
260 'front_end/ui/shadowSwatch.css', 261 'front_end/ui/shadowSwatch.css',
261 'front_end/ui/softContextMenu.css', 262 'front_end/ui/softContextMenu.css',
262 'front_end/ui/smallIcon.css', 263 'front_end/ui/smallIcon.css',
263 'front_end/ui/splitWidget.css', 264 'front_end/ui/splitWidget.css',
264 'front_end/ui/toolbar.css', 265 'front_end/ui/toolbar.css',
265 'front_end/ui/tooltip.css', 266 'front_end/ui/tooltip.css',
266 'front_end/ui/suggestBox.css', 267 'front_end/ui/suggestBox.css',
267 'front_end/ui/tabbedPane.css', 268 'front_end/ui/tabbedPane.css',
268 'front_end/ui/textButton.css', 269 'front_end/ui/textButton.css',
269 'front_end/ui/textPrompt.css', 270 'front_end/ui/textPrompt.css',
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 'front_end/Images/toolbarResizerVertical.png', 902 'front_end/Images/toolbarResizerVertical.png',
902 'front_end/Images/toolbarItemSelected.png', 903 'front_end/Images/toolbarItemSelected.png',
903 'front_end/Images/touchCursor.png', 904 'front_end/Images/touchCursor.png',
904 'front_end/Images/touchCursor_2x.png', 905 'front_end/Images/touchCursor_2x.png',
905 ], 906 ],
906 'devtools_extension_api_files': [ 907 'devtools_extension_api_files': [
907 'front_end/extensions/ExtensionAPI.js', 908 'front_end/extensions/ExtensionAPI.js',
908 ], 909 ],
909 }, 910 },
910 } 911 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698