| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 'front_end/DOMAgent.js', | 66 'front_end/DOMAgent.js', |
| 67 'front_end/DOMBreakpointsSidebarPane.js', | 67 'front_end/DOMBreakpointsSidebarPane.js', |
| 68 'front_end/DOMCountersGraph.js', | 68 'front_end/DOMCountersGraph.js', |
| 69 'front_end/DOMExtension.js', | 69 'front_end/DOMExtension.js', |
| 70 'front_end/DOMPresentationUtils.js', | 70 'front_end/DOMPresentationUtils.js', |
| 71 'front_end/DOMStorage.js', | 71 'front_end/DOMStorage.js', |
| 72 'front_end/DOMSyntaxHighlighter.js', | 72 'front_end/DOMSyntaxHighlighter.js', |
| 73 'front_end/DefaultScriptMapping.js', | 73 'front_end/DefaultScriptMapping.js', |
| 74 'front_end/DockController.js', | 74 'front_end/DockController.js', |
| 75 'front_end/Drawer.js', | 75 'front_end/Drawer.js', |
| 76 'front_end/DartView.js', |
| 77 'front_end/DartPanel.js', |
| 76 'front_end/EditFileSystemDialog.js', | 78 'front_end/EditFileSystemDialog.js', |
| 77 'front_end/ElementsPanelDescriptor.js', | 79 'front_end/ElementsPanelDescriptor.js', |
| 78 'front_end/ElementsTreeOutline.js', | 80 'front_end/ElementsTreeOutline.js', |
| 79 'front_end/EmptyView.js', | 81 'front_end/EmptyView.js', |
| 80 'front_end/ExtensionAPI.js', | 82 'front_end/ExtensionAPI.js', |
| 81 'front_end/ExtensionAuditCategory.js', | 83 'front_end/ExtensionAuditCategory.js', |
| 82 'front_end/ExtensionPanel.js', | 84 'front_end/ExtensionPanel.js', |
| 83 'front_end/ExtensionRegistryStub.js', | 85 'front_end/ExtensionRegistryStub.js', |
| 84 'front_end/ExtensionServer.js', | 86 'front_end/ExtensionServer.js', |
| 85 'front_end/ExtensionView.js', | 87 'front_end/ExtensionView.js', |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 '<@(devtools_timeline_js_files)', | 357 '<@(devtools_timeline_js_files)', |
| 356 '<@(devtools_profiles_js_files)', | 358 '<@(devtools_profiles_js_files)', |
| 357 '<@(devtools_audits_js_files)', | 359 '<@(devtools_audits_js_files)', |
| 358 '<@(devtools_layers_js_files)', | 360 '<@(devtools_layers_js_files)', |
| 359 '<@(devtools_codemirror_js_files)', | 361 '<@(devtools_codemirror_js_files)', |
| 360 ], | 362 ], |
| 361 'devtools_uglify_files': [ | 363 'devtools_uglify_files': [ |
| 362 'front_end/UglifyJS/parse-js.js', | 364 'front_end/UglifyJS/parse-js.js', |
| 363 ], | 365 ], |
| 364 'devtools_image_files': [ | 366 'devtools_image_files': [ |
| 367 # XXX 'front_end/dart_observatory/img/isolate_icon.png' |
| 365 'front_end/Images/addIcon.png', | 368 'front_end/Images/addIcon.png', |
| 366 'front_end/Images/applicationCache.png', | 369 'front_end/Images/applicationCache.png', |
| 367 'front_end/Images/back.png', | 370 'front_end/Images/back.png', |
| 368 'front_end/Images/breakpointBorder.png', | 371 'front_end/Images/breakpointBorder.png', |
| 369 'front_end/Images/breakpoint2.png', | 372 'front_end/Images/breakpoint2.png', |
| 370 'front_end/Images/breakpoint2_2x.png', | 373 'front_end/Images/breakpoint2_2x.png', |
| 371 'front_end/Images/breakpointConditional2.png', | 374 'front_end/Images/breakpointConditional2.png', |
| 372 'front_end/Images/breakpointConditional2_2x.png', | 375 'front_end/Images/breakpointConditional2_2x.png', |
| 373 'front_end/Images/breakpointConditionalBorder.png', | 376 'front_end/Images/breakpointConditionalBorder.png', |
| 374 'front_end/Images/breakpointConditionalCounterBorder.png', | 377 'front_end/Images/breakpointConditionalCounterBorder.png', |
| (...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 928 'destination': '<(PRODUCT_DIR)/resources/inspector', | 931 'destination': '<(PRODUCT_DIR)/resources/inspector', |
| 929 'files': [ | 932 'files': [ |
| 930 '<@(devtools_standalone_files)', | 933 '<@(devtools_standalone_files)', |
| 931 ], | 934 ], |
| 932 }], | 935 }], |
| 933 }, | 936 }, |
| 934 ], | 937 ], |
| 935 }], | 938 }], |
| 936 ], # conditions | 939 ], # conditions |
| 937 } | 940 } |
| OLD | NEW |