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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 'concatenated_heap_snapshot_worker_js', | 170 'concatenated_heap_snapshot_worker_js', |
171 'concatenated_script_formatter_worker_js', | 171 'concatenated_script_formatter_worker_js', |
172 'concatenated_temp_storage_shared_worker_js
', | 172 'concatenated_temp_storage_shared_worker_js
', |
173 'concatenated_devtools_css'], | 173 'concatenated_devtools_css'], |
174 'actions': [{ | 174 'actions': [{ |
175 'action_name': 'generate_devtools_grd', | 175 'action_name': 'generate_devtools_grd', |
176 'script_name': 'scripts/generate_devtools_grd.py', | 176 'script_name': 'scripts/generate_devtools_grd.py', |
177 'input_pages': [ | 177 'input_pages': [ |
178 '<(PRODUCT_DIR)/resources/inspector/devtools.html', | 178 '<(PRODUCT_DIR)/resources/inspector/devtools.html', |
179 '<(PRODUCT_DIR)/resources/inspector/Main.js', | 179 '<(PRODUCT_DIR)/resources/inspector/Main.js', |
180 '<(PRODUCT_DIR)/resources/inspector/AdvancedSearchCo
ntroller.js', | 180 '<(PRODUCT_DIR)/resources/inspector/AdvancedSearchVi
ew.js', |
181 '<(PRODUCT_DIR)/resources/inspector/ConsolePanel.js'
, | 181 '<(PRODUCT_DIR)/resources/inspector/ConsolePanel.js'
, |
182 '<(PRODUCT_DIR)/resources/inspector/ElementsPanel.js
', | 182 '<(PRODUCT_DIR)/resources/inspector/ElementsPanel.js
', |
183 '<(PRODUCT_DIR)/resources/inspector/ExtensionServer.
js', | 183 '<(PRODUCT_DIR)/resources/inspector/ExtensionServer.
js', |
184 '<(PRODUCT_DIR)/resources/inspector/ResourcesPanel.j
s', | 184 '<(PRODUCT_DIR)/resources/inspector/ResourcesPanel.j
s', |
185 '<(PRODUCT_DIR)/resources/inspector/NetworkPanel.js'
, | 185 '<(PRODUCT_DIR)/resources/inspector/NetworkPanel.js'
, |
186 '<(PRODUCT_DIR)/resources/inspector/SourcesPanel.js'
, | 186 '<(PRODUCT_DIR)/resources/inspector/SourcesPanel.js'
, |
187 '<(PRODUCT_DIR)/resources/inspector/TimelinePanel.js
', | 187 '<(PRODUCT_DIR)/resources/inspector/TimelinePanel.js
', |
188 '<(PRODUCT_DIR)/resources/inspector/ProfilesPanel.js
', | 188 '<(PRODUCT_DIR)/resources/inspector/ProfilesPanel.js
', |
189 '<(PRODUCT_DIR)/resources/inspector/AuditsPanel.js', | 189 '<(PRODUCT_DIR)/resources/inspector/AuditsPanel.js', |
190 '<(PRODUCT_DIR)/resources/inspector/LayersPanel.js', | 190 '<(PRODUCT_DIR)/resources/inspector/LayersPanel.js', |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 'outputs': ['<(PRODUCT_DIR)/resources/inspector/ConsoleP
anel.js'], | 340 'outputs': ['<(PRODUCT_DIR)/resources/inspector/ConsoleP
anel.js'], |
341 'action': ['python', '<@(_script_name)', '<@(_input_file
)', '<@(_search_path)', '<@(_outputs)'], | 341 'action': ['python', '<@(_script_name)', '<@(_input_file
)', '<@(_search_path)', '<@(_outputs)'], |
342 }], | 342 }], |
343 }, | 343 }, |
344 { | 344 { |
345 'target_name': 'concatenated_devtools_search_js', | 345 'target_name': 'concatenated_devtools_search_js', |
346 'type': 'none', | 346 'type': 'none', |
347 'actions': [{ | 347 'actions': [{ |
348 'action_name': 'concatenate_devtools_search_js', | 348 'action_name': 'concatenate_devtools_search_js', |
349 'script_name': 'scripts/inline_js_imports.py', | 349 'script_name': 'scripts/inline_js_imports.py', |
350 'input_file': 'front_end/AdvancedSearchController.js', | 350 'input_file': 'front_end/AdvancedSearchView.js', |
351 'inputs': [ | 351 'inputs': [ |
352 '<@(_script_name)', | 352 '<@(_script_name)', |
353 '<@(devtools_search_js_files)', | 353 '<@(devtools_search_js_files)', |
354 ], | 354 ], |
355 'search_path': 'front_end', | 355 'search_path': 'front_end', |
356 'outputs': ['<(PRODUCT_DIR)/resources/inspector/Advanced
SearchController.js'], | 356 'outputs': ['<(PRODUCT_DIR)/resources/inspector/Advanced
SearchView.js'], |
357 'action': ['python', '<@(_script_name)', '<@(_input_file
)', '<@(_search_path)', '<@(_outputs)'], | 357 'action': ['python', '<@(_script_name)', '<@(_input_file
)', '<@(_search_path)', '<@(_outputs)'], |
358 }], | 358 }], |
359 }, | 359 }, |
360 { | 360 { |
361 'target_name': 'concatenated_devtools_elements_js', | 361 'target_name': 'concatenated_devtools_elements_js', |
362 'type': 'none', | 362 'type': 'none', |
363 'actions': [{ | 363 'actions': [{ |
364 'action_name': 'concatenate_devtools_elements_js', | 364 'action_name': 'concatenate_devtools_elements_js', |
365 'script_name': 'scripts/inline_js_imports.py', | 365 'script_name': 'scripts/inline_js_imports.py', |
366 'input_file': 'front_end/ElementsPanel.js', | 366 'input_file': 'front_end/ElementsPanel.js', |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
591 'destination': '<(PRODUCT_DIR)/resources/inspector', | 591 'destination': '<(PRODUCT_DIR)/resources/inspector', |
592 'files': [ | 592 'files': [ |
593 '<@(devtools_standalone_files)', | 593 '<@(devtools_standalone_files)', |
594 ], | 594 ], |
595 }], | 595 }], |
596 }, | 596 }, |
597 ], | 597 ], |
598 }], | 598 }], |
599 ], # conditions | 599 ], # conditions |
600 } | 600 } |
OLD | NEW |