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

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

Issue 1641893002: DevTools: [SASS] introduce workspace/cssModel adapter for SASS processor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove settimeout from test Created 4 years, 10 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 ], 112 ],
113 'devtools_host_js_files': [ 113 'devtools_host_js_files': [
114 'front_end/host/InspectorFrontendHostAPI.js', 114 'front_end/host/InspectorFrontendHostAPI.js',
115 'front_end/host/InspectorFrontendHost.js', 115 'front_end/host/InspectorFrontendHost.js',
116 'front_end/host/Platform.js', 116 'front_end/host/Platform.js',
117 'front_end/host/ResourceLoader.js', 117 'front_end/host/ResourceLoader.js',
118 'front_end/host/UserMetrics.js', 118 'front_end/host/UserMetrics.js',
119 ], 119 ],
120 'devtools_sass_js_files': [ 120 'devtools_sass_js_files': [
121 'front_end/sass/SASSLiveSourceMap.js', 121 'front_end/sass/SASSLiveSourceMap.js',
122 'front_end/sass/SASSWorkspaceAdapter.js',
122 'front_end/sass/SASSSupport.js', 123 'front_end/sass/SASSSupport.js',
123 ], 124 ],
124 'devtools_screencast_js_files': [ 125 'devtools_screencast_js_files': [
125 'front_end/screencast/screencastView.css', 126 'front_end/screencast/screencastView.css',
126 'front_end/screencast/ScreencastApp.js', 127 'front_end/screencast/ScreencastApp.js',
127 'front_end/screencast/ScreencastView.js', 128 'front_end/screencast/ScreencastView.js',
128 ], 129 ],
129 'devtools_sdk_js_files': [ 130 'devtools_sdk_js_files': [
130 'front_end/sdk/ApplicationCacheModel.js', 131 'front_end/sdk/ApplicationCacheModel.js',
131 'front_end/sdk/ConsoleModel.js', 132 'front_end/sdk/ConsoleModel.js',
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 'front_end/Images/toolbarItemSelected.png', 847 'front_end/Images/toolbarItemSelected.png',
847 'front_end/Images/touchCursor.png', 848 'front_end/Images/touchCursor.png',
848 'front_end/Images/touchCursor_2x.png', 849 'front_end/Images/touchCursor_2x.png',
849 'front_end/Images/updateServiceWorker.svg', 850 'front_end/Images/updateServiceWorker.svg',
850 ], 851 ],
851 'devtools_extension_api_files': [ 852 'devtools_extension_api_files': [
852 'front_end/extensions/ExtensionAPI.js', 853 'front_end/extensions/ExtensionAPI.js',
853 ], 854 ],
854 }, 855 },
855 } 856 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698