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 985703003: Revert of Revert of DevTools: Remove pageAgent() call from DebuggerModel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/devtools/front_end/main/Main.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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'front_end/ui/ViewportControl.js', 270 'front_end/ui/ViewportControl.js',
271 'front_end/ui/ZoomManager.js', 271 'front_end/ui/ZoomManager.js',
272 'front_end/ui/treeoutline.js', 272 'front_end/ui/treeoutline.js',
273 ], 273 ],
274 'devtools_main_js_files': [ 274 'devtools_main_js_files': [
275 'front_end/main/accelerometer.css', 275 'front_end/main/accelerometer.css',
276 'front_end/main/overrides.css', 276 'front_end/main/overrides.css',
277 'front_end/main/AdvancedApp.js', 277 'front_end/main/AdvancedApp.js',
278 'front_end/main/HelpScreenUntilReload.js', 278 'front_end/main/HelpScreenUntilReload.js',
279 'front_end/main/Main.js', 279 'front_end/main/Main.js',
280 'front_end/main/OverlayController.js',
280 'front_end/main/OverridesView.js', 281 'front_end/main/OverridesView.js',
281 'front_end/main/RenderingOptions.js', 282 'front_end/main/RenderingOptions.js',
282 'front_end/main/SimpleApp.js', 283 'front_end/main/SimpleApp.js',
283 'front_end/main/Tests.js', 284 'front_end/main/Tests.js',
284 'front_end/main/TestController.js', 285 'front_end/main/TestController.js',
285 ], 286 ],
286 'devtools_module_json_files': [ 287 'devtools_module_json_files': [
287 'front_end/audits/module.json', 288 'front_end/audits/module.json',
288 'front_end/bindings/module.json', 289 'front_end/bindings/module.json',
289 'front_end/common/module.json', 290 'front_end/common/module.json',
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 'front_end/Images/thumbVert.png', 705 'front_end/Images/thumbVert.png',
705 'front_end/Images/toolbarItemSelected.png', 706 'front_end/Images/toolbarItemSelected.png',
706 'front_end/Images/touchCursor.png', 707 'front_end/Images/touchCursor.png',
707 'front_end/Images/touchCursor_2x.png', 708 'front_end/Images/touchCursor_2x.png',
708 ], 709 ],
709 'devtools_extension_api_files': [ 710 'devtools_extension_api_files': [
710 'front_end/extensions/ExtensionAPI.js', 711 'front_end/extensions/ExtensionAPI.js',
711 ], 712 ],
712 }, 713 },
713 } 714 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698