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

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

Issue 2230183004: DevTools: Add shadow-editor swatch/icon before box-shadows and text-shadows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update model 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'front_end/emulation/InspectedPagePlaceholder.js', 234 'front_end/emulation/InspectedPagePlaceholder.js',
235 'front_end/emulation/MediaQueryInspector.js', 235 'front_end/emulation/MediaQueryInspector.js',
236 'front_end/emulation/SensorsView.js', 236 'front_end/emulation/SensorsView.js',
237 'front_end/emulation/TouchModel.js', 237 'front_end/emulation/TouchModel.js',
238 ], 238 ],
239 'devtools_ui_js_files': [ 239 'devtools_ui_js_files': [
240 'front_end/ui/bezierSwatch.css', 240 'front_end/ui/bezierSwatch.css',
241 'front_end/ui/checkboxTextLabel.css', 241 'front_end/ui/checkboxTextLabel.css',
242 'front_end/ui/closeButton.css', 242 'front_end/ui/closeButton.css',
243 'front_end/ui/colorSwatch.css', 243 'front_end/ui/colorSwatch.css',
244 'front_end/ui/cssShadowSwatch.css',
244 'front_end/ui/dialog.css', 245 'front_end/ui/dialog.css',
245 'front_end/ui/dropTarget.css', 246 'front_end/ui/dropTarget.css',
246 'front_end/ui/emptyWidget.css', 247 'front_end/ui/emptyWidget.css',
247 'front_end/ui/filter.css', 248 'front_end/ui/filter.css',
248 'front_end/ui/infobar.css', 249 'front_end/ui/infobar.css',
249 'front_end/ui/inspectorCommon.css', 250 'front_end/ui/inspectorCommon.css',
250 'front_end/ui/inspectorStyle.css', 251 'front_end/ui/inspectorStyle.css',
251 'front_end/ui/inspectorSyntaxHighlight.css', 252 'front_end/ui/inspectorSyntaxHighlight.css',
252 'front_end/ui/inspectorSyntaxHighlightDark.css', 253 'front_end/ui/inspectorSyntaxHighlightDark.css',
253 'front_end/ui/inspectorViewTabbedPane.css', 254 'front_end/ui/inspectorViewTabbedPane.css',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'front_end/ui/KeyboardShortcut.js', 288 'front_end/ui/KeyboardShortcut.js',
288 'front_end/ui/ListWidget.js', 289 'front_end/ui/ListWidget.js',
289 'front_end/ui/Panel.js', 290 'front_end/ui/Panel.js',
290 'front_end/ui/Popover.js', 291 'front_end/ui/Popover.js',
291 'front_end/ui/ProgressIndicator.js', 292 'front_end/ui/ProgressIndicator.js',
292 'front_end/ui/ReportView.js', 293 'front_end/ui/ReportView.js',
293 'front_end/ui/ResizerWidget.js', 294 'front_end/ui/ResizerWidget.js',
294 'front_end/ui/RootView.js', 295 'front_end/ui/RootView.js',
295 'front_end/ui/SearchableView.js', 296 'front_end/ui/SearchableView.js',
296 'front_end/ui/SettingsUI.js', 297 'front_end/ui/SettingsUI.js',
298 'front_end/ui/ShadowEditor.js',
297 'front_end/ui/ShortcutRegistry.js', 299 'front_end/ui/ShortcutRegistry.js',
298 'front_end/ui/SidebarTreeElement.js', 300 'front_end/ui/SidebarTreeElement.js',
299 'front_end/ui/SoftContextMenu.js', 301 'front_end/ui/SoftContextMenu.js',
300 'front_end/ui/SplitWidget.js', 302 'front_end/ui/SplitWidget.js',
301 'front_end/ui/StackView.js', 303 'front_end/ui/StackView.js',
302 'front_end/ui/SwatchPopoverHelper.js', 304 'front_end/ui/SwatchPopoverHelper.js',
303 'front_end/ui/Toolbar.js', 305 'front_end/ui/Toolbar.js',
304 'front_end/ui/Tooltip.js', 306 'front_end/ui/Tooltip.js',
305 'front_end/ui/SuggestBox.js', 307 'front_end/ui/SuggestBox.js',
306 'front_end/ui/TabbedPane.js', 308 'front_end/ui/TabbedPane.js',
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
894 'front_end/Images/toolbarResizerVertical.png', 896 'front_end/Images/toolbarResizerVertical.png',
895 'front_end/Images/toolbarItemSelected.png', 897 'front_end/Images/toolbarItemSelected.png',
896 'front_end/Images/touchCursor.png', 898 'front_end/Images/touchCursor.png',
897 'front_end/Images/touchCursor_2x.png', 899 'front_end/Images/touchCursor_2x.png',
898 ], 900 ],
899 'devtools_extension_api_files': [ 901 'devtools_extension_api_files': [
900 'front_end/extensions/ExtensionAPI.js', 902 'front_end/extensions/ExtensionAPI.js',
901 ], 903 ],
902 }, 904 },
903 } 905 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698