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

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

Issue 1268353005: [DevTools] Support JQuery event listeners (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 'front_end/bindings/module.json', 303 'front_end/bindings/module.json',
304 'front_end/cm_modes/module.json', 304 'front_end/cm_modes/module.json',
305 'front_end/common/module.json', 305 'front_end/common/module.json',
306 'front_end/components/module.json', 306 'front_end/components/module.json',
307 'front_end/components_lazy/module.json', 307 'front_end/components_lazy/module.json',
308 'front_end/console/module.json', 308 'front_end/console/module.json',
309 'front_end/elements/module.json', 309 'front_end/elements/module.json',
310 'front_end/emulated_devices/module.json', 310 'front_end/emulated_devices/module.json',
311 'front_end/emulation/module.json', 311 'front_end/emulation/module.json',
312 'front_end/extensions/module.json', 312 'front_end/extensions/module.json',
313 'front_end/frameworks_support/module.json',
313 'front_end/heap_snapshot_worker/module.json', 314 'front_end/heap_snapshot_worker/module.json',
314 'front_end/host/module.json', 315 'front_end/host/module.json',
315 'front_end/layers/module.json', 316 'front_end/layers/module.json',
316 'front_end/main/module.json', 317 'front_end/main/module.json',
317 'front_end/network/module.json', 318 'front_end/network/module.json',
318 'front_end/platform/module.json', 319 'front_end/platform/module.json',
319 'front_end/profiler/module.json', 320 'front_end/profiler/module.json',
320 'front_end/promises/module.json', 321 'front_end/promises/module.json',
321 'front_end/resources/module.json', 322 'front_end/resources/module.json',
322 'front_end/security/module.json', 323 'front_end/security/module.json',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 'front_end/emulated_devices/google-nexus-5-vertical-navigation-2x.pn g', 437 'front_end/emulated_devices/google-nexus-5-vertical-navigation-2x.pn g',
437 ], 438 ],
438 'devtools_extensions_js_files': [ 439 'devtools_extensions_js_files': [
439 'front_end/extensions/ExtensionAuditCategory.js', 440 'front_end/extensions/ExtensionAuditCategory.js',
440 'front_end/extensions/ExtensionPanel.js', 441 'front_end/extensions/ExtensionPanel.js',
441 'front_end/extensions/ExtensionRegistryStub.js', 442 'front_end/extensions/ExtensionRegistryStub.js',
442 'front_end/extensions/ExtensionServer.js', 443 'front_end/extensions/ExtensionServer.js',
443 'front_end/extensions/ExtensionView.js', 444 'front_end/extensions/ExtensionView.js',
444 '<@(devtools_extension_api_files)', 445 '<@(devtools_extension_api_files)',
445 ], 446 ],
447 'devtools_frameworks_support_js_files': [
448 'front_end/frameworks_support/EventListeners.js',
449 ],
446 'devtools_promises_js_files': [ 450 'devtools_promises_js_files': [
447 'front_end/promises/promisePane.css', 451 'front_end/promises/promisePane.css',
448 'front_end/promises/PromisePane.js', 452 'front_end/promises/PromisePane.js',
449 ], 453 ],
450 'devtools_heap_snapshot_worker_js_files': [ 454 'devtools_heap_snapshot_worker_js_files': [
451 'front_end/common/TextUtils.js', 455 'front_end/common/TextUtils.js',
452 'front_end/common/UIString.js', 456 'front_end/common/UIString.js',
453 'front_end/heap_snapshot_worker/AllocationProfile.js', 457 'front_end/heap_snapshot_worker/AllocationProfile.js',
454 'front_end/heap_snapshot_worker/HeapSnapshot.js', 458 'front_end/heap_snapshot_worker/HeapSnapshot.js',
455 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', 459 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js',
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 'devtools_modules_js_files': [ 694 'devtools_modules_js_files': [
691 '<@(devtools_accessibility_js_files)', 695 '<@(devtools_accessibility_js_files)',
692 '<@(devtools_animation_js_files)', 696 '<@(devtools_animation_js_files)',
693 '<@(devtools_audits_js_files)', 697 '<@(devtools_audits_js_files)',
694 '<@(devtools_cm_modes_js_files)', 698 '<@(devtools_cm_modes_js_files)',
695 '<@(devtools_components_lazy_js_files)', 699 '<@(devtools_components_lazy_js_files)',
696 '<@(devtools_console_js_files)', 700 '<@(devtools_console_js_files)',
697 '<@(devtools_elements_js_files)', 701 '<@(devtools_elements_js_files)',
698 '<@(devtools_emulated_devices_js_files)', 702 '<@(devtools_emulated_devices_js_files)',
699 '<@(devtools_extensions_js_files)', 703 '<@(devtools_extensions_js_files)',
704 '<@(devtools_frameworks_support_js_files)',
700 '<@(devtools_heap_snapshot_worker_js_files)', 705 '<@(devtools_heap_snapshot_worker_js_files)',
701 '<@(devtools_layers_js_files)', 706 '<@(devtools_layers_js_files)',
702 '<@(devtools_network_js_files)', 707 '<@(devtools_network_js_files)',
703 '<@(devtools_profiler_js_files)', 708 '<@(devtools_profiler_js_files)',
704 '<@(devtools_promises_js_files)', 709 '<@(devtools_promises_js_files)',
705 '<@(devtools_resources_js_files)', 710 '<@(devtools_resources_js_files)',
706 '<@(devtools_security_js_files)', 711 '<@(devtools_security_js_files)',
707 '<@(devtools_screencast_js_files)', 712 '<@(devtools_screencast_js_files)',
708 '<@(devtools_script_formatter_worker_js_files)', 713 '<@(devtools_script_formatter_worker_js_files)',
709 '<@(devtools_settings_js_files)', 714 '<@(devtools_settings_js_files)',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 'front_end/Images/toolbarItemSelected.png', 797 'front_end/Images/toolbarItemSelected.png',
793 'front_end/Images/touchCursor.png', 798 'front_end/Images/touchCursor.png',
794 'front_end/Images/touchCursor_2x.png', 799 'front_end/Images/touchCursor_2x.png',
795 'front_end/Images/updateServiceWorker.svg', 800 'front_end/Images/updateServiceWorker.svg',
796 ], 801 ],
797 'devtools_extension_api_files': [ 802 'devtools_extension_api_files': [
798 'front_end/extensions/ExtensionAPI.js', 803 'front_end/extensions/ExtensionAPI.js',
799 ], 804 ],
800 }, 805 },
801 } 806 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698