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

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

Issue 23011021: DevTools: introduce screencast experiment. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'front_end/PropertiesSection.js', 132 'front_end/PropertiesSection.js',
133 'front_end/RemoteObject.js', 133 'front_end/RemoteObject.js',
134 'front_end/Resource.js', 134 'front_end/Resource.js',
135 'front_end/ResourceScriptMapping.js', 135 'front_end/ResourceScriptMapping.js',
136 'front_end/ResourceTreeModel.js', 136 'front_end/ResourceTreeModel.js',
137 'front_end/ResourceType.js', 137 'front_end/ResourceType.js',
138 'front_end/ResourceUtils.js', 138 'front_end/ResourceUtils.js',
139 'front_end/ResourceView.js', 139 'front_end/ResourceView.js',
140 'front_end/RuntimeModel.js', 140 'front_end/RuntimeModel.js',
141 'front_end/SASSSourceMapping.js', 141 'front_end/SASSSourceMapping.js',
142 'front_end/ScreencastView.js',
142 'front_end/Script.js', 143 'front_end/Script.js',
143 'front_end/ScriptFormatter.js', 144 'front_end/ScriptFormatter.js',
144 'front_end/ScriptFormatterWorker.js', 145 'front_end/ScriptFormatterWorker.js',
145 'front_end/ScriptSnippetModel.js', 146 'front_end/ScriptSnippetModel.js',
146 'front_end/ScriptsPanelDescriptor.js', 147 'front_end/ScriptsPanelDescriptor.js',
147 'front_end/SearchController.js', 148 'front_end/SearchController.js',
148 'front_end/SettingsScreen.js', 149 'front_end/SettingsScreen.js',
149 'front_end/Section.js', 150 'front_end/Section.js',
150 'front_end/Settings.js', 151 'front_end/Settings.js',
151 'front_end/ShortcutsScreen.js', 152 'front_end/ShortcutsScreen.js',
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 'destination': '<(PRODUCT_DIR)/resources/inspector', 910 'destination': '<(PRODUCT_DIR)/resources/inspector',
910 'files': [ 911 'files': [
911 '<@(devtools_standalone_files)', 912 '<@(devtools_standalone_files)',
912 ], 913 ],
913 }], 914 }],
914 }, 915 },
915 ], 916 ],
916 }], 917 }],
917 ], # conditions 918 ], # conditions
918 } 919 }
OLDNEW
« no previous file with comments | « Source/core/inspector/InspectorPageAgent.cpp ('k') | Source/devtools/front_end/ResourceTreeModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698