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

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

Issue 218613013: DevTools: Decouple shortcuts from actions, introduce shortcut contexts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased patch 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
« no previous file with comments | « LayoutTests/inspector/map.html ('k') | Source/devtools/front_end/ActionRegistry.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 17 matching lines...) Expand all
28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 # 29 #
30 30
31 { 31 {
32 'variables': { 32 'variables': {
33 # If debug_devtools is set to 1, JavaScript files for DevTools are 33 # If debug_devtools is set to 1, JavaScript files for DevTools are
34 # stored as is. Otherwise, a concatenated file is stored. 34 # stored as is. Otherwise, a concatenated file is stored.
35 'debug_devtools%': 0, 35 'debug_devtools%': 0,
36 'devtools_files': [ 36 'devtools_files': [
37 'front_end/inspector.html', 37 'front_end/inspector.html',
38 'front_end/ActionRegistry.js',
38 'front_end/ApplicationCacheModel.js', 39 'front_end/ApplicationCacheModel.js',
39 'front_end/BreakpointManager.js', 40 'front_end/BreakpointManager.js',
40 'front_end/Checkbox.js', 41 'front_end/Checkbox.js',
41 'front_end/Color.js', 42 'front_end/Color.js',
42 'front_end/CompilerScriptMapping.js', 43 'front_end/CompilerScriptMapping.js',
43 'front_end/CompletionDictionary.js', 44 'front_end/CompletionDictionary.js',
44 'front_end/ConsoleModel.js', 45 'front_end/ConsoleModel.js',
45 'front_end/ContentProvider.js', 46 'front_end/ContentProvider.js',
46 'front_end/ContentProviderBasedProjectDelegate.js', 47 'front_end/ContentProviderBasedProjectDelegate.js',
47 'front_end/ContentProviders.js', 48 'front_end/ContentProviders.js',
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 'front_end/TempStorageSharedWorker.js', 499 'front_end/TempStorageSharedWorker.js',
499 ], 500 ],
500 'devtools_script_formatter_worker_js_files': [ 501 'devtools_script_formatter_worker_js_files': [
501 'front_end/CSSFormatter.js', 502 'front_end/CSSFormatter.js',
502 'front_end/JavaScriptFormatter.js', 503 'front_end/JavaScriptFormatter.js',
503 'front_end/ScriptFormatterWorker.js', 504 'front_end/ScriptFormatterWorker.js',
504 'front_end/utilities.js', 505 'front_end/utilities.js',
505 ], 506 ],
506 }, 507 },
507 } 508 }
OLDNEW
« no previous file with comments | « LayoutTests/inspector/map.html ('k') | Source/devtools/front_end/ActionRegistry.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698