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

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

Issue 1422463007: DevTools: use inotify to pick changes on the filesystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix Created 5 years, 1 month 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'front_end/bindings/FileUtils.js', 185 'front_end/bindings/FileUtils.js',
186 'front_end/bindings/LiveLocation.js', 186 'front_end/bindings/LiveLocation.js',
187 'front_end/bindings/NetworkMapping.js', 187 'front_end/bindings/NetworkMapping.js',
188 'front_end/bindings/NetworkProject.js', 188 'front_end/bindings/NetworkProject.js',
189 'front_end/bindings/PresentationConsoleMessageHelper.js', 189 'front_end/bindings/PresentationConsoleMessageHelper.js',
190 'front_end/bindings/ResourceScriptMapping.js', 190 'front_end/bindings/ResourceScriptMapping.js',
191 'front_end/bindings/ResourceUtils.js', 191 'front_end/bindings/ResourceUtils.js',
192 'front_end/bindings/SASSSourceMapping.js', 192 'front_end/bindings/SASSSourceMapping.js',
193 'front_end/bindings/StylesSourceMapping.js', 193 'front_end/bindings/StylesSourceMapping.js',
194 'front_end/bindings/TempFile.js', 194 'front_end/bindings/TempFile.js',
195 'front_end/bindings/WorkspaceController.js',
196 ], 195 ],
197 'devtools_platform_js_files': [ 196 'devtools_platform_js_files': [
198 'front_end/platform/DOMExtension.js', 197 'front_end/platform/DOMExtension.js',
199 'front_end/platform/utilities.js', 198 'front_end/platform/utilities.js',
200 ], 199 ],
201 'devtools_toolbox_bootstrap_js_files': [ 200 'devtools_toolbox_bootstrap_js_files': [
202 'front_end/toolbox_bootstrap/Toolbox.js', 201 'front_end/toolbox_bootstrap/Toolbox.js',
203 ], 202 ],
204 'devtools_emulation_js_files': [ 203 'devtools_emulation_js_files': [
205 'front_end/emulation/devicesSettingsTab.css', 204 'front_end/emulation/devicesSettingsTab.css',
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 'front_end/Images/toolbarItemSelected.png', 819 'front_end/Images/toolbarItemSelected.png',
821 'front_end/Images/touchCursor.png', 820 'front_end/Images/touchCursor.png',
822 'front_end/Images/touchCursor_2x.png', 821 'front_end/Images/touchCursor_2x.png',
823 'front_end/Images/updateServiceWorker.svg', 822 'front_end/Images/updateServiceWorker.svg',
824 ], 823 ],
825 'devtools_extension_api_files': [ 824 'devtools_extension_api_files': [
826 'front_end/extensions/ExtensionAPI.js', 825 'front_end/extensions/ExtensionAPI.js',
827 ], 826 ],
828 }, 827 },
829 } 828 }
OLDNEW
« no previous file with comments | « chrome/chrome_debugger.gypi ('k') | third_party/WebKit/Source/devtools/front_end/bindings/FileSystemWorkspaceBinding.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698