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

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

Issue 298333003: DevTools: Implement console message logging through an extension (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove duplicate logging Created 6 years, 6 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/InspectorFrontendHostStub.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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'front_end/inspectorSyntaxHighlight.css', 59 'front_end/inspectorSyntaxHighlight.css',
60 'front_end/popover.css', 60 'front_end/popover.css',
61 '<@(devtools_main_js_files)', 61 '<@(devtools_main_js_files)',
62 '<@(devtools_standalone_files)', 62 '<@(devtools_standalone_files)',
63 ], 63 ],
64 'devtools_common_js_files': [ 64 'devtools_common_js_files': [
65 'front_end/common/Color.js', 65 'front_end/common/Color.js',
66 'front_end/common/CompletionDictionary.js', 66 'front_end/common/CompletionDictionary.js',
67 'front_end/common/DOMExtension.js', 67 'front_end/common/DOMExtension.js',
68 'front_end/common/Geometry.js', 68 'front_end/common/Geometry.js',
69 'front_end/common/MessageSink.js',
69 'front_end/common/ModuleManager.js', 70 'front_end/common/ModuleManager.js',
70 'front_end/common/modules.js', 71 'front_end/common/modules.js',
71 'front_end/common/Object.js', 72 'front_end/common/Object.js',
72 'front_end/common/ParsedURL.js', 73 'front_end/common/ParsedURL.js',
73 'front_end/common/Platform.js', 74 'front_end/common/Platform.js',
74 'front_end/common/Progress.js', 75 'front_end/common/Progress.js',
75 'front_end/common/Settings.js', 76 'front_end/common/Settings.js',
76 'front_end/common/TextRange.js', 77 'front_end/common/TextRange.js',
77 'front_end/common/UIString.js', 78 'front_end/common/UIString.js',
78 'front_end/common/UserMetrics.js', 79 'front_end/common/UserMetrics.js',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', 552 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
552 ], 553 ],
553 'devtools_script_formatter_worker_js_files': [ 554 'devtools_script_formatter_worker_js_files': [
554 'front_end/script_formatter_worker/CSSFormatter.js', 555 'front_end/script_formatter_worker/CSSFormatter.js',
555 'front_end/script_formatter_worker/JavaScriptFormatter.js', 556 'front_end/script_formatter_worker/JavaScriptFormatter.js',
556 'front_end/script_formatter_worker/ScriptFormatterWorker.js', 557 'front_end/script_formatter_worker/ScriptFormatterWorker.js',
557 'front_end/common/utilities.js', 558 'front_end/common/utilities.js',
558 ], 559 ],
559 }, 560 },
560 } 561 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/InspectorFrontendHostStub.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698