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

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

Issue 1160323004: [DevTools] Move emulated devices to separate module. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed compile Created 5 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/devtools/devtools.gyp ('k') | Source/devtools/front_end/emulated_devices/module.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'front_end/accessibility/module.json', 295 'front_end/accessibility/module.json',
296 'front_end/animation/module.json', 296 'front_end/animation/module.json',
297 'front_end/audits/module.json', 297 'front_end/audits/module.json',
298 'front_end/bindings/module.json', 298 'front_end/bindings/module.json',
299 'front_end/cm_modes/module.json', 299 'front_end/cm_modes/module.json',
300 'front_end/common/module.json', 300 'front_end/common/module.json',
301 'front_end/components/module.json', 301 'front_end/components/module.json',
302 'front_end/components_lazy/module.json', 302 'front_end/components_lazy/module.json',
303 'front_end/console/module.json', 303 'front_end/console/module.json',
304 'front_end/elements/module.json', 304 'front_end/elements/module.json',
305 'front_end/emulated_devices/module.json',
305 'front_end/emulation/module.json', 306 'front_end/emulation/module.json',
306 'front_end/extensions/module.json', 307 'front_end/extensions/module.json',
307 'front_end/heap_snapshot_worker/module.json', 308 'front_end/heap_snapshot_worker/module.json',
308 'front_end/host/module.json', 309 'front_end/host/module.json',
309 'front_end/layers/module.json', 310 'front_end/layers/module.json',
310 'front_end/main/module.json', 311 'front_end/main/module.json',
311 'front_end/network/module.json', 312 'front_end/network/module.json',
312 'front_end/platform/module.json', 313 'front_end/platform/module.json',
313 'front_end/profiler/module.json', 314 'front_end/profiler/module.json',
314 'front_end/promises/module.json', 315 'front_end/promises/module.json',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'front_end/elements/EventListenersWidget.js', 404 'front_end/elements/EventListenersWidget.js',
404 'front_end/elements/MetricsSidebarPane.js', 405 'front_end/elements/MetricsSidebarPane.js',
405 'front_end/elements/PlatformFontsWidget.js', 406 'front_end/elements/PlatformFontsWidget.js',
406 'front_end/elements/PropertiesWidget.js', 407 'front_end/elements/PropertiesWidget.js',
407 'front_end/elements/Spectrum.js', 408 'front_end/elements/Spectrum.js',
408 'front_end/elements/StylesPopoverHelper.js', 409 'front_end/elements/StylesPopoverHelper.js',
409 'front_end/elements/StylesSectionModel.js', 410 'front_end/elements/StylesSectionModel.js',
410 'front_end/elements/StylesSidebarPane.js', 411 'front_end/elements/StylesSidebarPane.js',
411 'front_end/elements/ComputedStyleWidget.js', 412 'front_end/elements/ComputedStyleWidget.js',
412 ], 413 ],
414 'devtools_emulated_devices_js_files': [
415 ],
413 'devtools_extensions_js_files': [ 416 'devtools_extensions_js_files': [
414 'front_end/extensions/ExtensionAuditCategory.js', 417 'front_end/extensions/ExtensionAuditCategory.js',
415 'front_end/extensions/ExtensionPanel.js', 418 'front_end/extensions/ExtensionPanel.js',
416 'front_end/extensions/ExtensionRegistryStub.js', 419 'front_end/extensions/ExtensionRegistryStub.js',
417 'front_end/extensions/ExtensionServer.js', 420 'front_end/extensions/ExtensionServer.js',
418 'front_end/extensions/ExtensionView.js', 421 'front_end/extensions/ExtensionView.js',
419 '<@(devtools_extension_api_files)', 422 '<@(devtools_extension_api_files)',
420 ], 423 ],
421 'devtools_promises_js_files': [ 424 'devtools_promises_js_files': [
422 'front_end/promises/promisePane.css', 425 'front_end/promises/promisePane.css',
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 ], 660 ],
658 661
659 'devtools_modules_js_files': [ 662 'devtools_modules_js_files': [
660 '<@(devtools_accessibility_js_files)', 663 '<@(devtools_accessibility_js_files)',
661 '<@(devtools_animation_js_files)', 664 '<@(devtools_animation_js_files)',
662 '<@(devtools_audits_js_files)', 665 '<@(devtools_audits_js_files)',
663 '<@(devtools_cm_modes_js_files)', 666 '<@(devtools_cm_modes_js_files)',
664 '<@(devtools_components_lazy_js_files)', 667 '<@(devtools_components_lazy_js_files)',
665 '<@(devtools_console_js_files)', 668 '<@(devtools_console_js_files)',
666 '<@(devtools_elements_js_files)', 669 '<@(devtools_elements_js_files)',
670 '<@(devtools_emulated_devices_js_files)',
667 '<@(devtools_extensions_js_files)', 671 '<@(devtools_extensions_js_files)',
668 '<@(devtools_heap_snapshot_worker_js_files)', 672 '<@(devtools_heap_snapshot_worker_js_files)',
669 '<@(devtools_layers_js_files)', 673 '<@(devtools_layers_js_files)',
670 '<@(devtools_network_js_files)', 674 '<@(devtools_network_js_files)',
671 '<@(devtools_profiler_js_files)', 675 '<@(devtools_profiler_js_files)',
672 '<@(devtools_promises_js_files)', 676 '<@(devtools_promises_js_files)',
673 '<@(devtools_resources_js_files)', 677 '<@(devtools_resources_js_files)',
674 '<@(devtools_screencast_js_files)', 678 '<@(devtools_screencast_js_files)',
675 '<@(devtools_script_formatter_worker_js_files)', 679 '<@(devtools_script_formatter_worker_js_files)',
676 '<@(devtools_settings_js_files)', 680 '<@(devtools_settings_js_files)',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 'front_end/Images/toolbarItemSelected.png', 756 'front_end/Images/toolbarItemSelected.png',
753 'front_end/Images/touchCursor.png', 757 'front_end/Images/touchCursor.png',
754 'front_end/Images/touchCursor_2x.png', 758 'front_end/Images/touchCursor_2x.png',
755 'front_end/Images/updateServiceWorker.svg', 759 'front_end/Images/updateServiceWorker.svg',
756 ], 760 ],
757 'devtools_extension_api_files': [ 761 'devtools_extension_api_files': [
758 'front_end/extensions/ExtensionAPI.js', 762 'front_end/extensions/ExtensionAPI.js',
759 ], 763 ],
760 }, 764 },
761 } 765 }
OLDNEW
« no previous file with comments | « Source/devtools/devtools.gyp ('k') | Source/devtools/front_end/emulated_devices/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698