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

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

Issue 1917863008: DevTools: [SASS] introduce Gonzales-PE for SCSS parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaseline Created 4 years, 7 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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 '<(_output_path)/animation_module.js', 274 '<(_output_path)/animation_module.js',
275 '<(_output_path)/audits_module.js', 275 '<(_output_path)/audits_module.js',
276 '<(_output_path)/cm_modes_module.js', 276 '<(_output_path)/cm_modes_module.js',
277 '<(_output_path)/components_lazy_module.js', 277 '<(_output_path)/components_lazy_module.js',
278 '<(_output_path)/console_module.js', 278 '<(_output_path)/console_module.js',
279 '<(_output_path)/devices_module.js', 279 '<(_output_path)/devices_module.js',
280 '<(_output_path)/diff_module.js', 280 '<(_output_path)/diff_module.js',
281 '<(_output_path)/elements_module.js', 281 '<(_output_path)/elements_module.js',
282 '<(_output_path)/emulated_devices_module.js', 282 '<(_output_path)/emulated_devices_module.js',
283 '<(_output_path)/es_tree_module.js', 283 '<(_output_path)/es_tree_module.js',
284 '<(_output_path)/gonzales_module.js',
284 '<(_output_path)/layers_module.js', 285 '<(_output_path)/layers_module.js',
285 '<(_output_path)/network_module.js', 286 '<(_output_path)/network_module.js',
286 '<(_output_path)/profiler_module.js', 287 '<(_output_path)/profiler_module.js',
287 '<(_output_path)/resources_module.js', 288 '<(_output_path)/resources_module.js',
288 '<(_output_path)/sass_module.js', 289 '<(_output_path)/sass_module.js',
289 '<(_output_path)/security_module.js', 290 '<(_output_path)/security_module.js',
290 '<(_output_path)/screencast_module.js', 291 '<(_output_path)/screencast_module.js',
291 '<(_output_path)/settings_module.js', 292 '<(_output_path)/settings_module.js',
292 '<(_output_path)/snippets_module.js', 293 '<(_output_path)/snippets_module.js',
293 '<(_output_path)/source_frame_module.js', 294 '<(_output_path)/source_frame_module.js',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 '<@(devtools_cm_js_files)', 329 '<@(devtools_cm_js_files)',
329 '<@(devtools_cm_css_files)', 330 '<@(devtools_cm_css_files)',
330 ], 331 ],
331 }, 332 },
332 ] 333 ]
333 }] 334 }]
334 ] 335 ]
335 }, 336 },
336 ] 337 ]
337 } 338 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/BUILD.gn ('k') | third_party/WebKit/Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698