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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 'concatenated_devtools_layers_js', | 167 'concatenated_devtools_layers_js', |
168 'concatenated_heap_snapshot_worker_js', | 168 'concatenated_heap_snapshot_worker_js', |
169 'concatenated_script_formatter_worker_js', | 169 'concatenated_script_formatter_worker_js', |
170 'concatenated_temp_storage_shared_worker_js
', | 170 'concatenated_temp_storage_shared_worker_js
', |
171 'concatenated_devtools_css'], | 171 'concatenated_devtools_css'], |
172 'actions': [{ | 172 'actions': [{ |
173 'action_name': 'generate_devtools_grd', | 173 'action_name': 'generate_devtools_grd', |
174 'script_name': 'scripts/generate_devtools_grd.py', | 174 'script_name': 'scripts/generate_devtools_grd.py', |
175 'input_pages': [ | 175 'input_pages': [ |
176 '<(PRODUCT_DIR)/resources/inspector/devtools.html', | 176 '<(PRODUCT_DIR)/resources/inspector/devtools.html', |
177 '<(PRODUCT_DIR)/resources/inspector/inspector.js', | 177 '<(PRODUCT_DIR)/resources/inspector/Main.js', |
178 '<(PRODUCT_DIR)/resources/inspector/ConsolePanel.js'
, | 178 '<(PRODUCT_DIR)/resources/inspector/ConsolePanel.js'
, |
179 '<(PRODUCT_DIR)/resources/inspector/ElementsPanel.js
', | 179 '<(PRODUCT_DIR)/resources/inspector/ElementsPanel.js
', |
180 '<(PRODUCT_DIR)/resources/inspector/ExtensionServer.
js', | 180 '<(PRODUCT_DIR)/resources/inspector/ExtensionServer.
js', |
181 '<(PRODUCT_DIR)/resources/inspector/ResourcesPanel.j
s', | 181 '<(PRODUCT_DIR)/resources/inspector/ResourcesPanel.j
s', |
182 '<(PRODUCT_DIR)/resources/inspector/NetworkPanel.js'
, | 182 '<(PRODUCT_DIR)/resources/inspector/NetworkPanel.js'
, |
183 '<(PRODUCT_DIR)/resources/inspector/SourcesPanel.js'
, | 183 '<(PRODUCT_DIR)/resources/inspector/SourcesPanel.js'
, |
184 '<(PRODUCT_DIR)/resources/inspector/TimelinePanel.js
', | 184 '<(PRODUCT_DIR)/resources/inspector/TimelinePanel.js
', |
185 '<(PRODUCT_DIR)/resources/inspector/ProfilesPanel.js
', | 185 '<(PRODUCT_DIR)/resources/inspector/ProfilesPanel.js
', |
186 '<(PRODUCT_DIR)/resources/inspector/AuditsPanel.js', | 186 '<(PRODUCT_DIR)/resources/inspector/AuditsPanel.js', |
187 '<(PRODUCT_DIR)/resources/inspector/LayersPanel.js', | 187 '<(PRODUCT_DIR)/resources/inspector/LayersPanel.js', |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 '<@(_script_name)', | 311 '<@(_script_name)', |
312 '<@(_input_page)', | 312 '<@(_input_page)', |
313 '<@(devtools_files)', | 313 '<@(devtools_files)', |
314 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorBackendCo
mmands.js', | 314 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorBackendCo
mmands.js', |
315 '<(SHARED_INTERMEDIATE_DIR)/blink/SupportedCSSProper
ties.js' | 315 '<(SHARED_INTERMEDIATE_DIR)/blink/SupportedCSSProper
ties.js' |
316 ], | 316 ], |
317 'search_path': [ | 317 'search_path': [ |
318 'front_end', | 318 'front_end', |
319 '<(SHARED_INTERMEDIATE_DIR)/blink', | 319 '<(SHARED_INTERMEDIATE_DIR)/blink', |
320 ], | 320 ], |
321 'outputs': ['<(PRODUCT_DIR)/resources/inspector/inspecto
r.js'], | 321 'outputs': ['<(PRODUCT_DIR)/resources/inspector/Main.js'
], |
322 'action': ['python', '<@(_script_name)', '<@(_input_page
)', '<@(_search_path)', '<@(_outputs)'], | 322 'action': ['python', '<@(_script_name)', '<@(_input_page
)', '<@(_search_path)', '<@(_outputs)'], |
323 }], | 323 }], |
324 }, | 324 }, |
325 { | 325 { |
326 'target_name': 'concatenated_devtools_console_js', | 326 'target_name': 'concatenated_devtools_console_js', |
327 'type': 'none', | 327 'type': 'none', |
328 'actions': [{ | 328 'actions': [{ |
329 'action_name': 'concatenate_devtools_console_js', | 329 'action_name': 'concatenate_devtools_console_js', |
330 'script_name': 'scripts/inline_js_imports.py', | 330 'script_name': 'scripts/inline_js_imports.py', |
331 'input_file': 'front_end/ConsolePanel.js', | 331 'input_file': 'front_end/ConsolePanel.js', |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
572 'destination': '<(PRODUCT_DIR)/resources/inspector', | 572 'destination': '<(PRODUCT_DIR)/resources/inspector', |
573 'files': [ | 573 'files': [ |
574 '<@(devtools_standalone_files)', | 574 '<@(devtools_standalone_files)', |
575 ], | 575 ], |
576 }], | 576 }], |
577 }, | 577 }, |
578 ], | 578 ], |
579 }], | 579 }], |
580 ], # conditions | 580 ], # conditions |
581 } | 581 } |
OLD | NEW |