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

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

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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 'front_end/components/module.json', 331 'front_end/components/module.json',
332 'front_end/components_lazy/module.json', 332 'front_end/components_lazy/module.json',
333 'front_end/console/module.json', 333 'front_end/console/module.json',
334 'front_end/devices/module.json', 334 'front_end/devices/module.json',
335 'front_end/diff/module.json', 335 'front_end/diff/module.json',
336 'front_end/elements/module.json', 336 'front_end/elements/module.json',
337 'front_end/emulated_devices/module.json', 337 'front_end/emulated_devices/module.json',
338 'front_end/emulation/module.json', 338 'front_end/emulation/module.json',
339 'front_end/es_tree/module.json', 339 'front_end/es_tree/module.json',
340 'front_end/extensions/module.json', 340 'front_end/extensions/module.json',
341 'front_end/gonzales/module.json',
341 'front_end/heap_snapshot_worker/module.json', 342 'front_end/heap_snapshot_worker/module.json',
342 'front_end/host/module.json', 343 'front_end/host/module.json',
343 'front_end/layers/module.json', 344 'front_end/layers/module.json',
344 'front_end/main/module.json', 345 'front_end/main/module.json',
345 'front_end/network/module.json', 346 'front_end/network/module.json',
346 'front_end/platform/module.json', 347 'front_end/platform/module.json',
347 'front_end/profiler/module.json', 348 'front_end/profiler/module.json',
348 'front_end/resources/module.json', 349 'front_end/resources/module.json',
349 'front_end/sass/module.json', 350 'front_end/sass/module.json',
350 'front_end/security/module.json', 351 'front_end/security/module.json',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 'front_end/es_tree/AcornTokenizer.js', 511 'front_end/es_tree/AcornTokenizer.js',
511 ], 512 ],
512 'devtools_extensions_js_files': [ 513 'devtools_extensions_js_files': [
513 'front_end/extensions/ExtensionAuditCategory.js', 514 'front_end/extensions/ExtensionAuditCategory.js',
514 'front_end/extensions/ExtensionPanel.js', 515 'front_end/extensions/ExtensionPanel.js',
515 'front_end/extensions/ExtensionRegistryStub.js', 516 'front_end/extensions/ExtensionRegistryStub.js',
516 'front_end/extensions/ExtensionServer.js', 517 'front_end/extensions/ExtensionServer.js',
517 'front_end/extensions/ExtensionView.js', 518 'front_end/extensions/ExtensionView.js',
518 '<@(devtools_extension_api_files)', 519 '<@(devtools_extension_api_files)',
519 ], 520 ],
521 'devtools_gonzales_js_files': [
522 'front_end/gonzales/gonzales-scss.js',
523 'front_end/gonzales/SCSSParser.js',
524 ],
520 'devtools_heap_snapshot_worker_js_files': [ 525 'devtools_heap_snapshot_worker_js_files': [
521 'front_end/common/TextUtils.js', 526 'front_end/common/TextUtils.js',
522 'front_end/common/UIString.js', 527 'front_end/common/UIString.js',
523 'front_end/heap_snapshot_worker/AllocationProfile.js', 528 'front_end/heap_snapshot_worker/AllocationProfile.js',
524 'front_end/heap_snapshot_worker/HeapSnapshot.js', 529 'front_end/heap_snapshot_worker/HeapSnapshot.js',
525 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', 530 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js',
526 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js', 531 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js',
527 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', 532 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js',
528 'front_end/heap_snapshot_worker/JSHeapSnapshot.js', 533 'front_end/heap_snapshot_worker/JSHeapSnapshot.js',
529 'front_end/platform/utilities.js', 534 'front_end/platform/utilities.js',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 '<@(devtools_audits_js_files)', 787 '<@(devtools_audits_js_files)',
783 '<@(devtools_cm_modes_js_files)', 788 '<@(devtools_cm_modes_js_files)',
784 '<@(devtools_components_lazy_js_files)', 789 '<@(devtools_components_lazy_js_files)',
785 '<@(devtools_console_js_files)', 790 '<@(devtools_console_js_files)',
786 '<@(devtools_devices_js_files)', 791 '<@(devtools_devices_js_files)',
787 '<@(devtools_diff_js_files)', 792 '<@(devtools_diff_js_files)',
788 '<@(devtools_elements_js_files)', 793 '<@(devtools_elements_js_files)',
789 '<@(devtools_emulated_devices_js_files)', 794 '<@(devtools_emulated_devices_js_files)',
790 '<@(devtools_es_tree_js_files)', 795 '<@(devtools_es_tree_js_files)',
791 '<@(devtools_extensions_js_files)', 796 '<@(devtools_extensions_js_files)',
797 '<@(devtools_gonzales_js_files)',
792 '<@(devtools_heap_snapshot_worker_js_files)', 798 '<@(devtools_heap_snapshot_worker_js_files)',
793 '<@(devtools_layers_js_files)', 799 '<@(devtools_layers_js_files)',
794 '<@(devtools_network_js_files)', 800 '<@(devtools_network_js_files)',
795 '<@(devtools_profiler_js_files)', 801 '<@(devtools_profiler_js_files)',
796 '<@(devtools_resources_js_files)', 802 '<@(devtools_resources_js_files)',
797 '<@(devtools_sass_js_files)', 803 '<@(devtools_sass_js_files)',
798 '<@(devtools_security_js_files)', 804 '<@(devtools_security_js_files)',
799 '<@(devtools_screencast_js_files)', 805 '<@(devtools_screencast_js_files)',
800 '<@(devtools_formatter_worker_js_files)', 806 '<@(devtools_formatter_worker_js_files)',
801 '<@(devtools_settings_js_files)', 807 '<@(devtools_settings_js_files)',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 'front_end/Images/toolbarResizerVertical.png', 888 'front_end/Images/toolbarResizerVertical.png',
883 'front_end/Images/toolbarItemSelected.png', 889 'front_end/Images/toolbarItemSelected.png',
884 'front_end/Images/touchCursor.png', 890 'front_end/Images/touchCursor.png',
885 'front_end/Images/touchCursor_2x.png', 891 'front_end/Images/touchCursor_2x.png',
886 ], 892 ],
887 'devtools_extension_api_files': [ 893 'devtools_extension_api_files': [
888 'front_end/extensions/ExtensionAPI.js', 894 'front_end/extensions/ExtensionAPI.js',
889 ], 895 ],
890 }, 896 },
891 } 897 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698