| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'devtools_static_files_list': '<|(devtools_static_grd_fi
les.tmp <@(_static_files))', | 98 'devtools_static_files_list': '<|(devtools_static_grd_fi
les.tmp <@(_static_files))', |
| 99 'generated_files': [ | 99 'generated_files': [ |
| 100 # Core and remote modules should not be listed here. | 100 # Core and remote modules should not be listed here. |
| 101 '<(PRODUCT_DIR)/resources/inspector/inspector.html', | 101 '<(PRODUCT_DIR)/resources/inspector/inspector.html', |
| 102 '<(PRODUCT_DIR)/resources/inspector/inspector.js', | 102 '<(PRODUCT_DIR)/resources/inspector/inspector.js', |
| 103 '<(PRODUCT_DIR)/resources/inspector/toolbox.html', | 103 '<(PRODUCT_DIR)/resources/inspector/toolbox.html', |
| 104 '<(PRODUCT_DIR)/resources/inspector/toolbox.js', | 104 '<(PRODUCT_DIR)/resources/inspector/toolbox.js', |
| 105 '<(PRODUCT_DIR)/resources/inspector/formatter_worker
.js', | 105 '<(PRODUCT_DIR)/resources/inspector/formatter_worker
.js', |
| 106 '<(PRODUCT_DIR)/resources/inspector/heap_snapshot_wo
rker.js', | 106 '<(PRODUCT_DIR)/resources/inspector/heap_snapshot_wo
rker.js', |
| 107 '<(PRODUCT_DIR)/resources/inspector/temp_storage_sha
red_worker.js', | 107 '<(PRODUCT_DIR)/resources/inspector/temp_storage_sha
red_worker.js', |
| 108 '<(PRODUCT_DIR)/resources/inspector/accessibility/ac
cessibility_module.js', | |
| 109 '<(PRODUCT_DIR)/resources/inspector/animation/animat
ion_module.js', | 108 '<(PRODUCT_DIR)/resources/inspector/animation/animat
ion_module.js', |
| 110 '<(PRODUCT_DIR)/resources/inspector/audits/audits_mo
dule.js', | 109 '<(PRODUCT_DIR)/resources/inspector/audits/audits_mo
dule.js', |
| 111 '<(PRODUCT_DIR)/resources/inspector/components_lazy/
components_lazy_module.js', | 110 '<(PRODUCT_DIR)/resources/inspector/components_lazy/
components_lazy_module.js', |
| 112 '<(PRODUCT_DIR)/resources/inspector/console/console_
module.js', | 111 '<(PRODUCT_DIR)/resources/inspector/console/console_
module.js', |
| 113 '<(PRODUCT_DIR)/resources/inspector/devices/devices_
module.js', | 112 '<(PRODUCT_DIR)/resources/inspector/devices/devices_
module.js', |
| 114 '<(PRODUCT_DIR)/resources/inspector/diff/diff_module
.js', | 113 '<(PRODUCT_DIR)/resources/inspector/diff/diff_module
.js', |
| 115 '<(PRODUCT_DIR)/resources/inspector/elements/element
s_module.js', | 114 '<(PRODUCT_DIR)/resources/inspector/elements/element
s_module.js', |
| 116 '<(PRODUCT_DIR)/resources/inspector/es_tree/es_tree_
module.js', | 115 '<(PRODUCT_DIR)/resources/inspector/es_tree/es_tree_
module.js', |
| 117 '<(PRODUCT_DIR)/resources/inspector/layers/layers_mo
dule.js', | 116 '<(PRODUCT_DIR)/resources/inspector/layers/layers_mo
dule.js', |
| 118 '<(PRODUCT_DIR)/resources/inspector/network/network_
module.js', | 117 '<(PRODUCT_DIR)/resources/inspector/network/network_
module.js', |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 '<@(devtools_cm_js_files)', | 336 '<@(devtools_cm_js_files)', |
| 338 '<@(devtools_cm_css_files)', | 337 '<@(devtools_cm_css_files)', |
| 339 ], | 338 ], |
| 340 }, | 339 }, |
| 341 ] | 340 ] |
| 342 }] | 341 }] |
| 343 ] | 342 ] |
| 344 }, | 343 }, |
| 345 ] | 344 ] |
| 346 } | 345 } |
| OLD | NEW |