| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 # TODO(dgozman): remove remote modules from here onc
e experiment is over. | 104 # TODO(dgozman): remove remote modules from here onc
e experiment is over. |
| 105 '<(PRODUCT_DIR)/resources/inspector/devtools.html', | 105 '<(PRODUCT_DIR)/resources/inspector/devtools.html', |
| 106 '<(PRODUCT_DIR)/resources/inspector/devtools.js', | 106 '<(PRODUCT_DIR)/resources/inspector/devtools.js', |
| 107 '<(PRODUCT_DIR)/resources/inspector/inspector.css', | 107 '<(PRODUCT_DIR)/resources/inspector/inspector.css', |
| 108 '<(PRODUCT_DIR)/resources/inspector/inspector.html', | 108 '<(PRODUCT_DIR)/resources/inspector/inspector.html', |
| 109 '<(PRODUCT_DIR)/resources/inspector/inspector.js', | 109 '<(PRODUCT_DIR)/resources/inspector/inspector.js', |
| 110 '<(PRODUCT_DIR)/resources/inspector/toolbox.css', | 110 '<(PRODUCT_DIR)/resources/inspector/toolbox.css', |
| 111 '<(PRODUCT_DIR)/resources/inspector/toolbox.html', | 111 '<(PRODUCT_DIR)/resources/inspector/toolbox.html', |
| 112 '<(PRODUCT_DIR)/resources/inspector/toolbox.js', | 112 '<(PRODUCT_DIR)/resources/inspector/toolbox.js', |
| 113 '<(PRODUCT_DIR)/resources/inspector/accessibility_mo
dule.js', | 113 '<(PRODUCT_DIR)/resources/inspector/accessibility_mo
dule.js', |
| 114 '<(PRODUCT_DIR)/resources/inspector/animation_module
.js', |
| 114 '<(PRODUCT_DIR)/resources/inspector/audits_module.js
', | 115 '<(PRODUCT_DIR)/resources/inspector/audits_module.js
', |
| 115 '<(PRODUCT_DIR)/resources/inspector/cm_modes_module.
js', | 116 '<(PRODUCT_DIR)/resources/inspector/cm_modes_module.
js', |
| 116 '<(PRODUCT_DIR)/resources/inspector/components_lazy_
module.js', | 117 '<(PRODUCT_DIR)/resources/inspector/components_lazy_
module.js', |
| 117 '<(PRODUCT_DIR)/resources/inspector/console_module.j
s', | 118 '<(PRODUCT_DIR)/resources/inspector/console_module.j
s', |
| 118 '<(PRODUCT_DIR)/resources/inspector/elements_module.
js', | 119 '<(PRODUCT_DIR)/resources/inspector/elements_module.
js', |
| 119 '<(PRODUCT_DIR)/resources/inspector/heap_snapshot_wo
rker_module.js', | 120 '<(PRODUCT_DIR)/resources/inspector/heap_snapshot_wo
rker_module.js', |
| 120 '<(PRODUCT_DIR)/resources/inspector/layers_module.js
', | 121 '<(PRODUCT_DIR)/resources/inspector/layers_module.js
', |
| 121 '<(PRODUCT_DIR)/resources/inspector/network_module.j
s', | 122 '<(PRODUCT_DIR)/resources/inspector/network_module.j
s', |
| 122 '<(PRODUCT_DIR)/resources/inspector/profiler_module.
js', | 123 '<(PRODUCT_DIR)/resources/inspector/profiler_module.
js', |
| 123 '<(PRODUCT_DIR)/resources/inspector/promises_module.
js', | 124 '<(PRODUCT_DIR)/resources/inspector/promises_module.
js', |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 ], | 267 ], |
| 267 'action': ['python', '<@(_script_name)', 'inspector', 'toolbox',
'--input_path', 'front_end', '--output_path', '<@(_output_path)', '--debug', '<
@(debug_devtools)'], | 268 'action': ['python', '<@(_script_name)', 'inspector', 'toolbox',
'--input_path', 'front_end', '--output_path', '<@(_output_path)', '--debug', '<
@(debug_devtools)'], |
| 268 'conditions': [ | 269 'conditions': [ |
| 269 ['debug_devtools==0', { # Release | 270 ['debug_devtools==0', { # Release |
| 270 'outputs': [ | 271 'outputs': [ |
| 271 '<(_output_path)/inspector.html', | 272 '<(_output_path)/inspector.html', |
| 272 '<(_output_path)/inspector.js', | 273 '<(_output_path)/inspector.js', |
| 273 '<(_output_path)/toolbox.html', | 274 '<(_output_path)/toolbox.html', |
| 274 '<(_output_path)/toolbox.js', | 275 '<(_output_path)/toolbox.js', |
| 275 '<(_output_path)/accessibility_module.js', | 276 '<(_output_path)/accessibility_module.js', |
| 277 '<(_output_path)/animation_module.js', |
| 276 '<(_output_path)/audits_module.js', | 278 '<(_output_path)/audits_module.js', |
| 277 '<(_output_path)/cm_modes_module.js', | 279 '<(_output_path)/cm_modes_module.js', |
| 278 '<(_output_path)/components_lazy_module.js', | 280 '<(_output_path)/components_lazy_module.js', |
| 279 '<(_output_path)/console_module.js', | 281 '<(_output_path)/console_module.js', |
| 280 '<(_output_path)/elements_module.js', | 282 '<(_output_path)/elements_module.js', |
| 281 '<(_output_path)/heap_snapshot_worker_module.js', | 283 '<(_output_path)/heap_snapshot_worker_module.js', |
| 282 '<(_output_path)/layers_module.js', | 284 '<(_output_path)/layers_module.js', |
| 283 '<(_output_path)/network_module.js', | 285 '<(_output_path)/network_module.js', |
| 284 '<(_output_path)/profiler_module.js', | 286 '<(_output_path)/profiler_module.js', |
| 285 '<(_output_path)/promises_module.js', | 287 '<(_output_path)/promises_module.js', |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 ], | 370 ], |
| 369 'search_path': [ 'front_end' ], | 371 'search_path': [ 'front_end' ], |
| 370 'outputs': ['<(PRODUCT_DIR)/resources/inspector/toolbox.
css'], | 372 'outputs': ['<(PRODUCT_DIR)/resources/inspector/toolbox.
css'], |
| 371 'action': ['python', '<@(_script_name)', '<@(_input_styl
esheet)', '<@(_outputs)'], | 373 'action': ['python', '<@(_script_name)', '<@(_input_styl
esheet)', '<@(_outputs)'], |
| 372 }], | 374 }], |
| 373 }, | 375 }, |
| 374 ], | 376 ], |
| 375 }], | 377 }], |
| 376 ], # conditions | 378 ], # conditions |
| 377 } | 379 } |
| OLD | NEW |