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

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

Issue 1314853006: DevTools: expose wired front-end API for editors interop [blink] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/devtools.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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'front_end/ui/TextPrompt.js', 282 'front_end/ui/TextPrompt.js',
283 'front_end/ui/UIUtils.js', 283 'front_end/ui/UIUtils.js',
284 'front_end/ui/ViewportControl.js', 284 'front_end/ui/ViewportControl.js',
285 'front_end/ui/Widget.js', 285 'front_end/ui/Widget.js',
286 'front_end/ui/ZoomManager.js', 286 'front_end/ui/ZoomManager.js',
287 'front_end/ui/treeoutline.js', 287 'front_end/ui/treeoutline.js',
288 'front_end/ui/ThrottledWidget.js' 288 'front_end/ui/ThrottledWidget.js'
289 ], 289 ],
290 'devtools_main_js_files': [ 290 'devtools_main_js_files': [
291 'front_end/main/AdvancedApp.js', 291 'front_end/main/AdvancedApp.js',
292 'front_end/main/FrontendWebSocketAPI.js',
292 'front_end/main/HelpScreenUntilReload.js', 293 'front_end/main/HelpScreenUntilReload.js',
293 'front_end/main/Main.js', 294 'front_end/main/Main.js',
294 'front_end/main/OverlayController.js', 295 'front_end/main/OverlayController.js',
295 'front_end/main/RenderingOptions.js', 296 'front_end/main/RenderingOptions.js',
296 'front_end/main/SimpleApp.js', 297 'front_end/main/SimpleApp.js',
297 'front_end/main/Tests.js', 298 'front_end/main/Tests.js',
298 'front_end/main/TestController.js', 299 'front_end/main/TestController.js',
299 ], 300 ],
300 'devtools_module_json_files': [ 301 'devtools_module_json_files': [
301 'front_end/accessibility/module.json', 302 'front_end/accessibility/module.json',
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 'front_end/Images/toolbarItemSelected.png', 797 'front_end/Images/toolbarItemSelected.png',
797 'front_end/Images/touchCursor.png', 798 'front_end/Images/touchCursor.png',
798 'front_end/Images/touchCursor_2x.png', 799 'front_end/Images/touchCursor_2x.png',
799 'front_end/Images/updateServiceWorker.svg', 800 'front_end/Images/updateServiceWorker.svg',
800 ], 801 ],
801 'devtools_extension_api_files': [ 802 'devtools_extension_api_files': [
802 'front_end/extensions/ExtensionAPI.js', 803 'front_end/extensions/ExtensionAPI.js',
803 ], 804 ],
804 }, 805 },
805 } 806 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/devtools.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698