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

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

Issue 225873004: DevTools: Handle the F8 shortcut forwarded from the inspected page (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add FIXME Created 6 years, 8 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
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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'front_end/ExtensionServerProxy.js', 75 'front_end/ExtensionServerProxy.js',
76 'front_end/FileManager.js', 76 'front_end/FileManager.js',
77 'front_end/FileSystemMapping.js', 77 'front_end/FileSystemMapping.js',
78 'front_end/FileSystemModel.js', 78 'front_end/FileSystemModel.js',
79 'front_end/FileSystemWorkspaceBinding.js', 79 'front_end/FileSystemWorkspaceBinding.js',
80 'front_end/FileUtils.js', 80 'front_end/FileUtils.js',
81 'front_end/FilterBar.js', 81 'front_end/FilterBar.js',
82 'front_end/FilterSuggestionBuilder.js', 82 'front_end/FilterSuggestionBuilder.js',
83 'front_end/FlameChart.js', 83 'front_end/FlameChart.js',
84 'front_end/FontView.js', 84 'front_end/FontView.js',
85 'front_end/ForwardedInputEventHandler.js',
85 'front_end/Geometry.js', 86 'front_end/Geometry.js',
86 'front_end/GoToLineDialog.js', 87 'front_end/GoToLineDialog.js',
87 'front_end/HAREntry.js', 88 'front_end/HAREntry.js',
88 'front_end/HandlerRegistry.js', 89 'front_end/HandlerRegistry.js',
89 'front_end/HelpScreen.js', 90 'front_end/HelpScreen.js',
90 'front_end/HelpScreenUntilReload.js', 91 'front_end/HelpScreenUntilReload.js',
91 'front_end/ImageView.js', 92 'front_end/ImageView.js',
92 'front_end/IndexedDBModel.js', 93 'front_end/IndexedDBModel.js',
93 'front_end/InplaceEditor.js', 94 'front_end/InplaceEditor.js',
94 'front_end/InplaceFormatterEditorAction.js', 95 'front_end/InplaceFormatterEditorAction.js',
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 'front_end/TempStorageSharedWorker.js', 490 'front_end/TempStorageSharedWorker.js',
490 ], 491 ],
491 'devtools_script_formatter_worker_js_files': [ 492 'devtools_script_formatter_worker_js_files': [
492 'front_end/CSSFormatter.js', 493 'front_end/CSSFormatter.js',
493 'front_end/JavaScriptFormatter.js', 494 'front_end/JavaScriptFormatter.js',
494 'front_end/ScriptFormatterWorker.js', 495 'front_end/ScriptFormatterWorker.js',
495 'front_end/utilities.js', 496 'front_end/utilities.js',
496 ], 497 ],
497 }, 498 },
498 } 499 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698