| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 '<(PRODUCT_DIR)/resources/inspector/inspector.js', | 111 '<(PRODUCT_DIR)/resources/inspector/inspector.js', |
| 112 '<(PRODUCT_DIR)/resources/inspector/toolbox.css', | 112 '<(PRODUCT_DIR)/resources/inspector/toolbox.css', |
| 113 '<(PRODUCT_DIR)/resources/inspector/toolbox.html', | 113 '<(PRODUCT_DIR)/resources/inspector/toolbox.html', |
| 114 '<(PRODUCT_DIR)/resources/inspector/toolbox.js', | 114 '<(PRODUCT_DIR)/resources/inspector/toolbox.js', |
| 115 '<(PRODUCT_DIR)/resources/inspector/accessibility_mo
dule.js', | 115 '<(PRODUCT_DIR)/resources/inspector/accessibility_mo
dule.js', |
| 116 '<(PRODUCT_DIR)/resources/inspector/animation_module
.js', | 116 '<(PRODUCT_DIR)/resources/inspector/animation_module
.js', |
| 117 '<(PRODUCT_DIR)/resources/inspector/audits_module.js
', | 117 '<(PRODUCT_DIR)/resources/inspector/audits_module.js
', |
| 118 '<(PRODUCT_DIR)/resources/inspector/components_lazy_
module.js', | 118 '<(PRODUCT_DIR)/resources/inspector/components_lazy_
module.js', |
| 119 '<(PRODUCT_DIR)/resources/inspector/console_module.j
s', | 119 '<(PRODUCT_DIR)/resources/inspector/console_module.j
s', |
| 120 '<(PRODUCT_DIR)/resources/inspector/devices_module.j
s', | 120 '<(PRODUCT_DIR)/resources/inspector/devices_module.j
s', |
| 121 '<(PRODUCT_DIR)/resources/inspector/diff_module.js', |
| 121 '<(PRODUCT_DIR)/resources/inspector/elements_module.
js', | 122 '<(PRODUCT_DIR)/resources/inspector/elements_module.
js', |
| 122 '<(PRODUCT_DIR)/resources/inspector/heap_snapshot_wo
rker_module.js', | 123 '<(PRODUCT_DIR)/resources/inspector/heap_snapshot_wo
rker_module.js', |
| 123 '<(PRODUCT_DIR)/resources/inspector/layers_module.js
', | 124 '<(PRODUCT_DIR)/resources/inspector/layers_module.js
', |
| 124 '<(PRODUCT_DIR)/resources/inspector/network_module.j
s', | 125 '<(PRODUCT_DIR)/resources/inspector/network_module.j
s', |
| 125 '<(PRODUCT_DIR)/resources/inspector/profiler_module.
js', | 126 '<(PRODUCT_DIR)/resources/inspector/profiler_module.
js', |
| 126 '<(PRODUCT_DIR)/resources/inspector/promises_module.
js', | 127 '<(PRODUCT_DIR)/resources/inspector/promises_module.
js', |
| 127 '<(PRODUCT_DIR)/resources/inspector/resources_module
.js', | 128 '<(PRODUCT_DIR)/resources/inspector/resources_module
.js', |
| 128 '<(PRODUCT_DIR)/resources/inspector/security_module.
js', | 129 '<(PRODUCT_DIR)/resources/inspector/security_module.
js', |
| 129 '<(PRODUCT_DIR)/resources/inspector/script_formatter
_worker_module.js', | 130 '<(PRODUCT_DIR)/resources/inspector/script_formatter
_worker_module.js', |
| 130 '<(PRODUCT_DIR)/resources/inspector/settings_module.
js', | 131 '<(PRODUCT_DIR)/resources/inspector/settings_module.
js', |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 '<(_output_path)/inspector.js', | 276 '<(_output_path)/inspector.js', |
| 276 '<(_output_path)/toolbox.html', | 277 '<(_output_path)/toolbox.html', |
| 277 '<(_output_path)/toolbox.js', | 278 '<(_output_path)/toolbox.js', |
| 278 '<(_output_path)/accessibility_module.js', | 279 '<(_output_path)/accessibility_module.js', |
| 279 '<(_output_path)/animation_module.js', | 280 '<(_output_path)/animation_module.js', |
| 280 '<(_output_path)/audits_module.js', | 281 '<(_output_path)/audits_module.js', |
| 281 '<(_output_path)/cm_modes_module.js', | 282 '<(_output_path)/cm_modes_module.js', |
| 282 '<(_output_path)/components_lazy_module.js', | 283 '<(_output_path)/components_lazy_module.js', |
| 283 '<(_output_path)/console_module.js', | 284 '<(_output_path)/console_module.js', |
| 284 '<(_output_path)/devices_module.js', | 285 '<(_output_path)/devices_module.js', |
| 286 '<(_output_path)/diff_module.js', |
| 285 '<(_output_path)/elements_module.js', | 287 '<(_output_path)/elements_module.js', |
| 286 '<(_output_path)/emulated_devices_module.js', | 288 '<(_output_path)/emulated_devices_module.js', |
| 287 '<(_output_path)/heap_snapshot_worker_module.js', | 289 '<(_output_path)/heap_snapshot_worker_module.js', |
| 288 '<(_output_path)/layers_module.js', | 290 '<(_output_path)/layers_module.js', |
| 289 '<(_output_path)/network_module.js', | 291 '<(_output_path)/network_module.js', |
| 290 '<(_output_path)/profiler_module.js', | 292 '<(_output_path)/profiler_module.js', |
| 291 '<(_output_path)/promises_module.js', | 293 '<(_output_path)/promises_module.js', |
| 292 '<(_output_path)/resources_module.js', | 294 '<(_output_path)/resources_module.js', |
| 293 '<(_output_path)/security_module.js', | 295 '<(_output_path)/security_module.js', |
| 294 '<(_output_path)/screencast_module.js', | 296 '<(_output_path)/screencast_module.js', |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 ], | 377 ], |
| 376 'search_path': [ 'front_end' ], | 378 'search_path': [ 'front_end' ], |
| 377 'outputs': ['<(PRODUCT_DIR)/resources/inspector/toolbox.
css'], | 379 'outputs': ['<(PRODUCT_DIR)/resources/inspector/toolbox.
css'], |
| 378 'action': ['python', '<@(_script_name)', '<@(_input_styl
esheet)', '<@(_outputs)'], | 380 'action': ['python', '<@(_script_name)', '<@(_input_styl
esheet)', '<@(_outputs)'], |
| 379 }], | 381 }], |
| 380 }, | 382 }, |
| 381 ], | 383 ], |
| 382 }], | 384 }], |
| 383 ], # conditions | 385 ], # conditions |
| 384 } | 386 } |
| OLD | NEW |