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

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

Issue 547613002: DevTools: [Documentation] add documentationView.css to devtools.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 | 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 # 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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 '<@(devtools_uglify_files)', 277 '<@(devtools_uglify_files)',
278 ], 278 ],
279 'devtools_standalone_files': [ 279 'devtools_standalone_files': [
280 'front_end/accelerometer.css', 280 'front_end/accelerometer.css',
281 'front_end/auditsPanel.css', 281 'front_end/auditsPanel.css',
282 'front_end/breakpointsList.css', 282 'front_end/breakpointsList.css',
283 'front_end/canvasProfiler.css', 283 'front_end/canvasProfiler.css',
284 'front_end/cmdevtools.css', 284 'front_end/cmdevtools.css',
285 'front_end/dataGrid.css', 285 'front_end/dataGrid.css',
286 'front_end/devicesView.css', 286 'front_end/devicesView.css',
287 'front_end/documentationView.css',
287 'front_end/elementsPanel.css', 288 'front_end/elementsPanel.css',
288 'front_end/filter.css', 289 'front_end/filter.css',
289 'front_end/filteredItemSelectionDialog.css', 290 'front_end/filteredItemSelectionDialog.css',
290 'front_end/flameChart.css', 291 'front_end/flameChart.css',
291 'front_end/heapProfiler.css', 292 'front_end/heapProfiler.css',
292 'front_end/helpScreen.css', 293 'front_end/helpScreen.css',
293 'front_end/indexedDBViews.css', 294 'front_end/indexedDBViews.css',
294 'front_end/inspectorCommon.css', 295 'front_end/inspectorCommon.css',
295 'front_end/layersPanel.css', 296 'front_end/layersPanel.css',
296 'front_end/navigatorView.css', 297 'front_end/navigatorView.css',
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'front_end/Images/thumbHoverHoriz.png', 616 'front_end/Images/thumbHoverHoriz.png',
616 'front_end/Images/thumbHoverVert.png', 617 'front_end/Images/thumbHoverVert.png',
617 'front_end/Images/thumbVert.png', 618 'front_end/Images/thumbVert.png',
618 'front_end/Images/toolbarItemSelected.png', 619 'front_end/Images/toolbarItemSelected.png',
619 ], 620 ],
620 'devtools_extension_api_files': [ 621 'devtools_extension_api_files': [
621 'front_end/extensions/ExtensionAPI.js', 622 'front_end/extensions/ExtensionAPI.js',
622 ], 623 ],
623 }, 624 },
624 } 625 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698