| OLD | NEW |
| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 'front_end/host/Platform.js', | 119 'front_end/host/Platform.js', |
| 120 'front_end/host/ResourceLoader.js', | 120 'front_end/host/ResourceLoader.js', |
| 121 'front_end/host/UserMetrics.js', | 121 'front_end/host/UserMetrics.js', |
| 122 ], | 122 ], |
| 123 'devtools_screencast_js_files': [ | 123 'devtools_screencast_js_files': [ |
| 124 'front_end/screencast/screencastView.css', | 124 'front_end/screencast/screencastView.css', |
| 125 'front_end/screencast/ScreencastApp.js', | 125 'front_end/screencast/ScreencastApp.js', |
| 126 'front_end/screencast/ScreencastView.js', | 126 'front_end/screencast/ScreencastView.js', |
| 127 ], | 127 ], |
| 128 'devtools_sdk_js_files': [ | 128 'devtools_sdk_js_files': [ |
| 129 'front_end/sdk/AnimationModel.js', | |
| 130 'front_end/sdk/ApplicationCacheModel.js', | 129 'front_end/sdk/ApplicationCacheModel.js', |
| 131 'front_end/sdk/ConsoleModel.js', | 130 'front_end/sdk/ConsoleModel.js', |
| 132 'front_end/sdk/ContentProviders.js', | 131 'front_end/sdk/ContentProviders.js', |
| 133 'front_end/sdk/CookieParser.js', | 132 'front_end/sdk/CookieParser.js', |
| 134 'front_end/sdk/CPUProfileDataModel.js', | 133 'front_end/sdk/CPUProfileDataModel.js', |
| 135 'front_end/sdk/CPUProfilerModel.js', | 134 'front_end/sdk/CPUProfilerModel.js', |
| 136 'front_end/sdk/CSSMetadata.js', | 135 'front_end/sdk/CSSMetadata.js', |
| 137 'front_end/sdk/CSSParser.js', | 136 'front_end/sdk/CSSParser.js', |
| 138 'front_end/sdk/CSSStyleModel.js', | 137 'front_end/sdk/CSSStyleModel.js', |
| 139 'front_end/sdk/DebuggerModel.js', | 138 'front_end/sdk/DebuggerModel.js', |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 'front_end/main/HelpScreenUntilReload.js', | 283 'front_end/main/HelpScreenUntilReload.js', |
| 285 'front_end/main/Main.js', | 284 'front_end/main/Main.js', |
| 286 'front_end/main/OverlayController.js', | 285 'front_end/main/OverlayController.js', |
| 287 'front_end/main/RenderingOptions.js', | 286 'front_end/main/RenderingOptions.js', |
| 288 'front_end/main/SimpleApp.js', | 287 'front_end/main/SimpleApp.js', |
| 289 'front_end/main/Tests.js', | 288 'front_end/main/Tests.js', |
| 290 'front_end/main/TestController.js', | 289 'front_end/main/TestController.js', |
| 291 ], | 290 ], |
| 292 'devtools_module_json_files': [ | 291 'devtools_module_json_files': [ |
| 293 'front_end/accessibility/module.json', | 292 'front_end/accessibility/module.json', |
| 293 'front_end/animation/module.json', |
| 294 'front_end/audits/module.json', | 294 'front_end/audits/module.json', |
| 295 'front_end/bindings/module.json', | 295 'front_end/bindings/module.json', |
| 296 'front_end/cm_modes/module.json', | 296 'front_end/cm_modes/module.json', |
| 297 'front_end/common/module.json', | 297 'front_end/common/module.json', |
| 298 'front_end/components/module.json', | 298 'front_end/components/module.json', |
| 299 'front_end/components_lazy/module.json', | 299 'front_end/components_lazy/module.json', |
| 300 'front_end/console/module.json', | 300 'front_end/console/module.json', |
| 301 'front_end/elements/module.json', | 301 'front_end/elements/module.json', |
| 302 'front_end/emulation/module.json', | 302 'front_end/emulation/module.json', |
| 303 'front_end/extensions/module.json', | 303 'front_end/extensions/module.json', |
| (...skipping 29 matching lines...) Expand all Loading... |
| 333 '<@(devtools_acorn_files)', | 333 '<@(devtools_acorn_files)', |
| 334 ], | 334 ], |
| 335 | 335 |
| 336 # Lazy-loaded modules. | 336 # Lazy-loaded modules. |
| 337 'devtools_accessibility_js_files': [ | 337 'devtools_accessibility_js_files': [ |
| 338 'front_end/accessibility/accessibilityNode.css', | 338 'front_end/accessibility/accessibilityNode.css', |
| 339 'front_end/accessibility/AccessibilityModel.js', | 339 'front_end/accessibility/AccessibilityModel.js', |
| 340 'front_end/accessibility/AccessibilitySidebarView.js', | 340 'front_end/accessibility/AccessibilitySidebarView.js', |
| 341 'front_end/accessibility/AccessibilityStrings.js', | 341 'front_end/accessibility/AccessibilityStrings.js', |
| 342 ], | 342 ], |
| 343 'devtools_animation_js_files': [ |
| 344 'front_end/animation/animationTimeline.css', |
| 345 'front_end/animation/AnimationControlPane.js', |
| 346 'front_end/animation/AnimationModel.js', |
| 347 'front_end/animation/AnimationTimeline.js', |
| 348 ], |
| 343 'devtools_audits_js_files': [ | 349 'devtools_audits_js_files': [ |
| 344 'front_end/audits/auditResultTree.css', | 350 'front_end/audits/auditResultTree.css', |
| 345 'front_end/audits/auditsPanel.css', | 351 'front_end/audits/auditsPanel.css', |
| 346 'front_end/audits/AuditCategories.js', | 352 'front_end/audits/AuditCategories.js', |
| 347 'front_end/audits/AuditCategory.js', | 353 'front_end/audits/AuditCategory.js', |
| 348 'front_end/audits/AuditController.js', | 354 'front_end/audits/AuditController.js', |
| 349 'front_end/audits/AuditExtensionCategory.js', | 355 'front_end/audits/AuditExtensionCategory.js', |
| 350 'front_end/audits/AuditFormatters.js', | 356 'front_end/audits/AuditFormatters.js', |
| 351 'front_end/audits/AuditLauncherView.js', | 357 'front_end/audits/AuditLauncherView.js', |
| 352 'front_end/audits/AuditResultView.js', | 358 'front_end/audits/AuditResultView.js', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 368 'front_end/components_lazy/FilmStripModel.js', | 374 'front_end/components_lazy/FilmStripModel.js', |
| 369 'front_end/components_lazy/FilmStripView.js', | 375 'front_end/components_lazy/FilmStripView.js', |
| 370 ], | 376 ], |
| 371 'devtools_console_js_files': [ | 377 'devtools_console_js_files': [ |
| 372 'front_end/console/consoleView.css', | 378 'front_end/console/consoleView.css', |
| 373 'front_end/console/ConsolePanel.js', | 379 'front_end/console/ConsolePanel.js', |
| 374 'front_end/console/ConsoleView.js', | 380 'front_end/console/ConsoleView.js', |
| 375 'front_end/console/ConsoleViewMessage.js', | 381 'front_end/console/ConsoleViewMessage.js', |
| 376 ], | 382 ], |
| 377 'devtools_elements_js_files': [ | 383 'devtools_elements_js_files': [ |
| 378 'front_end/elements/animationTimeline.css', | |
| 379 'front_end/elements/bezierEditor.css', | 384 'front_end/elements/bezierEditor.css', |
| 380 'front_end/elements/breadcrumbs.css', | 385 'front_end/elements/breadcrumbs.css', |
| 381 'front_end/elements/computedStyleSidebarPane.css', | 386 'front_end/elements/computedStyleSidebarPane.css', |
| 382 'front_end/elements/elementsPanel.css', | 387 'front_end/elements/elementsPanel.css', |
| 383 'front_end/elements/elementsTreeOutline.css', | 388 'front_end/elements/elementsTreeOutline.css', |
| 384 'front_end/elements/spectrum.css', | 389 'front_end/elements/spectrum.css', |
| 385 'front_end/elements/AnimationControlPane.js', | |
| 386 'front_end/elements/AnimationTimeline.js', | |
| 387 'front_end/elements/BezierEditor.js', | 390 'front_end/elements/BezierEditor.js', |
| 388 'front_end/elements/BezierUI.js', | 391 'front_end/elements/BezierUI.js', |
| 389 'front_end/elements/ElementsBreadcrumbs.js', | 392 'front_end/elements/ElementsBreadcrumbs.js', |
| 390 'front_end/elements/ElementsPanel.js', | 393 'front_end/elements/ElementsPanel.js', |
| 391 'front_end/elements/ElementsSidebarPane.js', | 394 'front_end/elements/ElementsSidebarPane.js', |
| 392 'front_end/elements/ElementsSidebarView.js', | 395 'front_end/elements/ElementsSidebarView.js', |
| 393 'front_end/elements/ElementsTreeElement.js', | 396 'front_end/elements/ElementsTreeElement.js', |
| 394 'front_end/elements/ElementsTreeOutline.js', | 397 'front_end/elements/ElementsTreeOutline.js', |
| 395 'front_end/elements/ElementStatePaneWidget.js', | 398 'front_end/elements/ElementStatePaneWidget.js', |
| 396 'front_end/elements/SharedSidebarModel.js', | 399 'front_end/elements/SharedSidebarModel.js', |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 645 'front_end/cm/matchbrackets.js', | 648 'front_end/cm/matchbrackets.js', |
| 646 'front_end/cm/overlay.js', | 649 'front_end/cm/overlay.js', |
| 647 'front_end/cm/xml.js', | 650 'front_end/cm/xml.js', |
| 648 ], | 651 ], |
| 649 'devtools_acorn_files': [ | 652 'devtools_acorn_files': [ |
| 650 'front_end/acorn/acorn.js', | 653 'front_end/acorn/acorn.js', |
| 651 ], | 654 ], |
| 652 | 655 |
| 653 'devtools_modules_js_files': [ | 656 'devtools_modules_js_files': [ |
| 654 '<@(devtools_accessibility_js_files)', | 657 '<@(devtools_accessibility_js_files)', |
| 658 '<@(devtools_animation_js_files)', |
| 655 '<@(devtools_audits_js_files)', | 659 '<@(devtools_audits_js_files)', |
| 656 '<@(devtools_cm_modes_js_files)', | 660 '<@(devtools_cm_modes_js_files)', |
| 657 '<@(devtools_components_lazy_js_files)', | 661 '<@(devtools_components_lazy_js_files)', |
| 658 '<@(devtools_console_js_files)', | 662 '<@(devtools_console_js_files)', |
| 659 '<@(devtools_elements_js_files)', | 663 '<@(devtools_elements_js_files)', |
| 660 '<@(devtools_extensions_js_files)', | 664 '<@(devtools_extensions_js_files)', |
| 661 '<@(devtools_heap_snapshot_worker_js_files)', | 665 '<@(devtools_heap_snapshot_worker_js_files)', |
| 662 '<@(devtools_layers_js_files)', | 666 '<@(devtools_layers_js_files)', |
| 663 '<@(devtools_network_js_files)', | 667 '<@(devtools_network_js_files)', |
| 664 '<@(devtools_profiler_js_files)', | 668 '<@(devtools_profiler_js_files)', |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 745 'front_end/Images/toolbarItemSelected.png', | 749 'front_end/Images/toolbarItemSelected.png', |
| 746 'front_end/Images/touchCursor.png', | 750 'front_end/Images/touchCursor.png', |
| 747 'front_end/Images/touchCursor_2x.png', | 751 'front_end/Images/touchCursor_2x.png', |
| 748 'front_end/Images/updateServiceWorker.svg', | 752 'front_end/Images/updateServiceWorker.svg', |
| 749 ], | 753 ], |
| 750 'devtools_extension_api_files': [ | 754 'devtools_extension_api_files': [ |
| 751 'front_end/extensions/ExtensionAPI.js', | 755 'front_end/extensions/ExtensionAPI.js', |
| 752 ], | 756 ], |
| 753 }, | 757 }, |
| 754 } | 758 } |
| OLD | NEW |