| 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 'devtools_resources_js_files': [ | 248 'devtools_resources_js_files': [ |
| 249 'front_end/ApplicationCacheItemsView.js', | 249 'front_end/ApplicationCacheItemsView.js', |
| 250 'front_end/DOMStorageItemsView.js', | 250 'front_end/DOMStorageItemsView.js', |
| 251 'front_end/DatabaseQueryView.js', | 251 'front_end/DatabaseQueryView.js', |
| 252 'front_end/DatabaseTableView.js', | 252 'front_end/DatabaseTableView.js', |
| 253 'front_end/DirectoryContentView.js', | 253 'front_end/DirectoryContentView.js', |
| 254 'front_end/FileContentView.js', | 254 'front_end/FileContentView.js', |
| 255 'front_end/FileSystemView.js', | 255 'front_end/FileSystemView.js', |
| 256 'front_end/IndexedDBViews.js', | 256 'front_end/IndexedDBViews.js', |
| 257 'front_end/ResourcesPanel.js', | 257 'front_end/ResourcesPanel.js', |
| 258 'front_end/QuotaView.js', |
| 258 ], | 259 ], |
| 259 'devtools_network_js_files': [ | 260 'devtools_network_js_files': [ |
| 260 'front_end/NetworkItemView.js', | 261 'front_end/NetworkItemView.js', |
| 261 'front_end/RequestCookiesView.js', | 262 'front_end/RequestCookiesView.js', |
| 262 'front_end/RequestHeadersView.js', | 263 'front_end/RequestHeadersView.js', |
| 263 'front_end/RequestHTMLView.js', | 264 'front_end/RequestHTMLView.js', |
| 264 'front_end/RequestJSONView.js', | 265 'front_end/RequestJSONView.js', |
| 265 'front_end/RequestPreviewView.js', | 266 'front_end/RequestPreviewView.js', |
| 266 'front_end/RequestResponseView.js', | 267 'front_end/RequestResponseView.js', |
| 267 'front_end/RequestTimingView.js', | 268 'front_end/RequestTimingView.js', |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 'front_end/Images/paneElementStateButtons.png', | 405 'front_end/Images/paneElementStateButtons.png', |
| 405 'front_end/Images/paneFilterButtons.png', | 406 'front_end/Images/paneFilterButtons.png', |
| 406 'front_end/Images/paneRefreshButtons.png', | 407 'front_end/Images/paneRefreshButtons.png', |
| 407 'front_end/Images/paneSettingsButtons.png', | 408 'front_end/Images/paneSettingsButtons.png', |
| 408 'front_end/Images/popoverArrows.png', | 409 'front_end/Images/popoverArrows.png', |
| 409 'front_end/Images/popoverBackground.png', | 410 'front_end/Images/popoverBackground.png', |
| 410 'front_end/Images/profileGroupIcon.png', | 411 'front_end/Images/profileGroupIcon.png', |
| 411 'front_end/Images/profileIcon.png', | 412 'front_end/Images/profileIcon.png', |
| 412 'front_end/Images/profileSmallIcon.png', | 413 'front_end/Images/profileSmallIcon.png', |
| 413 'front_end/Images/programCounterBorder.png', | 414 'front_end/Images/programCounterBorder.png', |
| 415 'front_end/Images/quota.png', |
| 414 'front_end/Images/radioDot.png', | 416 'front_end/Images/radioDot.png', |
| 415 'front_end/Images/regionEmpty.png', | 417 'front_end/Images/regionEmpty.png', |
| 416 'front_end/Images/regionFit.png', | 418 'front_end/Images/regionFit.png', |
| 417 'front_end/Images/regionOverset.png', | 419 'front_end/Images/regionOverset.png', |
| 418 'front_end/Images/resourceCSSIcon.png', | 420 'front_end/Images/resourceCSSIcon.png', |
| 419 'front_end/Images/resourceDocumentIcon.png', | 421 'front_end/Images/resourceDocumentIcon.png', |
| 420 'front_end/Images/resourceDocumentIconSmall.png', | 422 'front_end/Images/resourceDocumentIconSmall.png', |
| 421 'front_end/Images/resourceJSIcon.png', | 423 'front_end/Images/resourceJSIcon.png', |
| 422 'front_end/Images/resourcePlainIcon.png', | 424 'front_end/Images/resourcePlainIcon.png', |
| 423 'front_end/Images/resourcePlainIconSmall.png', | 425 'front_end/Images/resourcePlainIconSmall.png', |
| (...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 927 'destination': '<(PRODUCT_DIR)/resources/inspector', | 929 'destination': '<(PRODUCT_DIR)/resources/inspector', |
| 928 'files': [ | 930 'files': [ |
| 929 '<@(devtools_standalone_files)', | 931 '<@(devtools_standalone_files)', |
| 930 ], | 932 ], |
| 931 }], | 933 }], |
| 932 }, | 934 }, |
| 933 ], | 935 ], |
| 934 }], | 936 }], |
| 935 ], # conditions | 937 ], # conditions |
| 936 } | 938 } |
| OLD | NEW |