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