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

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

Issue 22875023: DevTools: Front-end for platform font inspection (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address comments Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/devtools/front_end/CSSStyleModel.js » ('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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'front_end/timelinePanel.css', 236 'front_end/timelinePanel.css',
237 'front_end/canvasProfiler.css', 237 'front_end/canvasProfiler.css',
238 'front_end/layersPanel.css', 238 'front_end/layersPanel.css',
239 ], 239 ],
240 'devtools_elements_js_files': [ 240 'devtools_elements_js_files': [
241 'front_end/CSSNamedFlowCollectionsView.js', 241 'front_end/CSSNamedFlowCollectionsView.js',
242 'front_end/CSSNamedFlowView.js', 242 'front_end/CSSNamedFlowView.js',
243 'front_end/ElementsPanel.js', 243 'front_end/ElementsPanel.js',
244 'front_end/EventListenersSidebarPane.js', 244 'front_end/EventListenersSidebarPane.js',
245 'front_end/MetricsSidebarPane.js', 245 'front_end/MetricsSidebarPane.js',
246 'front_end/PlatformFontsSidebarPane.js',
246 'front_end/PropertiesSidebarPane.js', 247 'front_end/PropertiesSidebarPane.js',
247 'front_end/StylesSidebarPane.js', 248 'front_end/StylesSidebarPane.js',
248 ], 249 ],
249 'devtools_resources_js_files': [ 250 'devtools_resources_js_files': [
250 'front_end/ApplicationCacheItemsView.js', 251 'front_end/ApplicationCacheItemsView.js',
251 'front_end/DOMStorageItemsView.js', 252 'front_end/DOMStorageItemsView.js',
252 'front_end/DatabaseQueryView.js', 253 'front_end/DatabaseQueryView.js',
253 'front_end/DatabaseTableView.js', 254 'front_end/DatabaseTableView.js',
254 'front_end/DirectoryContentView.js', 255 'front_end/DirectoryContentView.js',
255 'front_end/FileContentView.js', 256 'front_end/FileContentView.js',
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
913 'destination': '<(PRODUCT_DIR)/resources/inspector', 914 'destination': '<(PRODUCT_DIR)/resources/inspector',
914 'files': [ 915 'files': [
915 '<@(devtools_standalone_files)', 916 '<@(devtools_standalone_files)',
916 ], 917 ],
917 }], 918 }],
918 }, 919 },
919 ], 920 ],
920 }], 921 }],
921 ], # conditions 922 ], # conditions
922 } 923 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/CSSStyleModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698