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

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

Issue 206313004: DevTools: Rename WebInspector.DOMAgent into WebInspector.DOMModel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase on master Created 6 years, 9 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
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'front_end/CSSMetadata.js', 54 'front_end/CSSMetadata.js',
55 'front_end/CSSParser.js', 55 'front_end/CSSParser.js',
56 'front_end/CSSStyleModel.js', 56 'front_end/CSSStyleModel.js',
57 'front_end/CSSStyleSheetMapping.js', 57 'front_end/CSSStyleSheetMapping.js',
58 'front_end/Database.js', 58 'front_end/Database.js',
59 'front_end/DataGrid.js', 59 'front_end/DataGrid.js',
60 'front_end/DebuggerModel.js', 60 'front_end/DebuggerModel.js',
61 'front_end/DebuggerScriptMapping.js', 61 'front_end/DebuggerScriptMapping.js',
62 'front_end/Tests.js', 62 'front_end/Tests.js',
63 'front_end/Dialog.js', 63 'front_end/Dialog.js',
64 'front_end/DOMAgent.js', 64 'front_end/DOMModel.js',
65 'front_end/DOMBreakpointsSidebarPane.js', 65 'front_end/DOMBreakpointsSidebarPane.js',
66 'front_end/DOMExtension.js', 66 'front_end/DOMExtension.js',
67 'front_end/DOMPresentationUtils.js', 67 'front_end/DOMPresentationUtils.js',
68 'front_end/DOMStorage.js', 68 'front_end/DOMStorage.js',
69 'front_end/DefaultScriptMapping.js', 69 'front_end/DefaultScriptMapping.js',
70 'front_end/DockController.js', 70 'front_end/DockController.js',
71 'front_end/Drawer.js', 71 'front_end/Drawer.js',
72 'front_end/DropDownMenu.js', 72 'front_end/DropDownMenu.js',
73 'front_end/EditFileSystemDialog.js', 73 'front_end/EditFileSystemDialog.js',
74 'front_end/EmptyView.js', 74 'front_end/EmptyView.js',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 'front_end/TempStorageSharedWorker.js', 478 'front_end/TempStorageSharedWorker.js',
479 ], 479 ],
480 'devtools_script_formatter_worker_js_files': [ 480 'devtools_script_formatter_worker_js_files': [
481 'front_end/CSSFormatter.js', 481 'front_end/CSSFormatter.js',
482 'front_end/JavaScriptFormatter.js', 482 'front_end/JavaScriptFormatter.js',
483 'front_end/ScriptFormatterWorker.js', 483 'front_end/ScriptFormatterWorker.js',
484 'front_end/utilities.js', 484 'front_end/utilities.js',
485 ], 485 ],
486 }, 486 },
487 } 487 }
OLDNEW
« no previous file with comments | « PerformanceTests/inspector/inspector-startup-time.html ('k') | Source/devtools/front_end/AuditRules.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698