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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
47 'concatenated_devtools_resources_js', | 47 'concatenated_devtools_resources_js', |
48 'concatenated_devtools_network_js', | 48 'concatenated_devtools_network_js', |
49 'concatenated_devtools_scripts_js', | 49 'concatenated_devtools_scripts_js', |
50 'concatenated_devtools_timeline_js', | 50 'concatenated_devtools_timeline_js', |
51 'concatenated_devtools_profiles_js', | 51 'concatenated_devtools_profiles_js', |
52 'concatenated_devtools_audits_js', | 52 'concatenated_devtools_audits_js', |
53 'concatenated_devtools_codemirror_js', | 53 'concatenated_devtools_codemirror_js', |
54 'concatenated_devtools_layers_js', | 54 'concatenated_devtools_layers_js', |
55 'concatenated_heap_snapshot_worker_js', | 55 'concatenated_heap_snapshot_worker_js', |
56 'concatenated_script_formatter_worker_js', | 56 'concatenated_script_formatter_worker_js', |
57 'concatenated_temp_storage_shared_worker_js ', | |
57 'concatenated_devtools_css'], | 58 'concatenated_devtools_css'], |
58 }], | 59 }], |
59 ], | 60 ], |
60 'copies': [ | 61 'copies': [ |
61 { | 62 { |
62 'destination': '<(PRODUCT_DIR)/resources/inspector', | 63 'destination': '<(PRODUCT_DIR)/resources/inspector', |
63 'files': [ | 64 'files': [ |
64 '<@(devtools_files)', | 65 '<@(devtools_files)', |
65 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorBackendComman ds.js', | 66 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorBackendComman ds.js', |
66 ], | 67 ], |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
144 'concatenated_devtools_resources_js', | 145 'concatenated_devtools_resources_js', |
145 'concatenated_devtools_network_js', | 146 'concatenated_devtools_network_js', |
146 'concatenated_devtools_scripts_js', | 147 'concatenated_devtools_scripts_js', |
147 'concatenated_devtools_timeline_js', | 148 'concatenated_devtools_timeline_js', |
148 'concatenated_devtools_profiles_js', | 149 'concatenated_devtools_profiles_js', |
149 'concatenated_devtools_audits_js', | 150 'concatenated_devtools_audits_js', |
150 'concatenated_devtools_codemirror_js', | 151 'concatenated_devtools_codemirror_js', |
151 'concatenated_devtools_layers_js', | 152 'concatenated_devtools_layers_js', |
152 'concatenated_heap_snapshot_worker_js', | 153 'concatenated_heap_snapshot_worker_js', |
153 'concatenated_script_formatter_worker_js', | 154 'concatenated_script_formatter_worker_js', |
155 'concatenated_temp_storage_shared_worker_js ', | |
154 'concatenated_devtools_css'], | 156 'concatenated_devtools_css'], |
155 'actions': [{ | 157 'actions': [{ |
156 'action_name': 'generate_devtools_grd', | 158 'action_name': 'generate_devtools_grd', |
157 'script_name': 'scripts/generate_devtools_grd.py', | 159 'script_name': 'scripts/generate_devtools_grd.py', |
158 'input_pages': [ | 160 'input_pages': [ |
159 '<(PRODUCT_DIR)/resources/inspector/devtools.html', | 161 '<(PRODUCT_DIR)/resources/inspector/devtools.html', |
160 '<(PRODUCT_DIR)/resources/inspector/inspector.js', | 162 '<(PRODUCT_DIR)/resources/inspector/inspector.js', |
161 '<(PRODUCT_DIR)/resources/inspector/ElementsPanel.js ', | 163 '<(PRODUCT_DIR)/resources/inspector/ElementsPanel.js ', |
162 '<(PRODUCT_DIR)/resources/inspector/ResourcesPanel.j s', | 164 '<(PRODUCT_DIR)/resources/inspector/ResourcesPanel.j s', |
163 '<(PRODUCT_DIR)/resources/inspector/NetworkPanel.js' , | 165 '<(PRODUCT_DIR)/resources/inspector/NetworkPanel.js' , |
164 '<(PRODUCT_DIR)/resources/inspector/SourcesPanel.js' , | 166 '<(PRODUCT_DIR)/resources/inspector/SourcesPanel.js' , |
165 '<(PRODUCT_DIR)/resources/inspector/TimelinePanel.js ', | 167 '<(PRODUCT_DIR)/resources/inspector/TimelinePanel.js ', |
166 '<(PRODUCT_DIR)/resources/inspector/ProfilesPanel.js ', | 168 '<(PRODUCT_DIR)/resources/inspector/ProfilesPanel.js ', |
167 '<(PRODUCT_DIR)/resources/inspector/AuditsPanel.js', | 169 '<(PRODUCT_DIR)/resources/inspector/AuditsPanel.js', |
168 '<(PRODUCT_DIR)/resources/inspector/LayersPanel.js', | 170 '<(PRODUCT_DIR)/resources/inspector/LayersPanel.js', |
169 '<(PRODUCT_DIR)/resources/inspector/CodeMirrorTextEd itor.js', | 171 '<(PRODUCT_DIR)/resources/inspector/CodeMirrorTextEd itor.js', |
170 '<(PRODUCT_DIR)/resources/inspector/HeapSnapshotWork er.js', | 172 '<(PRODUCT_DIR)/resources/inspector/HeapSnapshotWork er.js', |
171 '<(PRODUCT_DIR)/resources/inspector/ScriptFormatterW orker.js', | 173 '<(PRODUCT_DIR)/resources/inspector/ScriptFormatterW orker.js', |
174 '<(PRODUCT_DIR)/resources/inspector/TempStorageShare dWorker.js', | |
172 '<(PRODUCT_DIR)/resources/inspector/inspector.css', | 175 '<(PRODUCT_DIR)/resources/inspector/inspector.css', |
173 '<(PRODUCT_DIR)/resources/inspector/devtools_extensi on_api.js', | 176 '<(PRODUCT_DIR)/resources/inspector/devtools_extensi on_api.js', |
174 '<@(devtools_standalone_files)', | 177 '<@(devtools_standalone_files)', |
175 ], | 178 ], |
176 'images': [ | 179 'images': [ |
177 '<@(devtools_image_files)', | 180 '<@(devtools_image_files)', |
178 ], | 181 ], |
179 'inputs': [ | 182 'inputs': [ |
180 '<@(_script_name)', | 183 '<@(_script_name)', |
181 '<@(_input_pages)', | 184 '<@(_input_pages)', |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
428 { | 431 { |
429 'target_name': 'concatenated_script_formatter_worker_js', | 432 'target_name': 'concatenated_script_formatter_worker_js', |
430 'type': 'none', | 433 'type': 'none', |
431 'actions': [{ | 434 'actions': [{ |
432 'action_name': 'concatenate_script_formatter_worker_js', | 435 'action_name': 'concatenate_script_formatter_worker_js', |
433 'script_name': 'scripts/inline_js_imports.py', | 436 'script_name': 'scripts/inline_js_imports.py', |
434 'input_file': 'front_end/ScriptFormatterWorker.js', | 437 'input_file': 'front_end/ScriptFormatterWorker.js', |
435 'inputs': [ | 438 'inputs': [ |
436 '<@(_script_name)', | 439 '<@(_script_name)', |
437 '<@(_input_file)', | 440 '<@(_input_file)', |
438 '<@(devtools_uglify_files)' | 441 '<@(devtools_uglify_files)' |
pfeldman
2014/01/14 16:26:28
codemirror dependency is missing here, JavaScriptF
yurys
2014/01/15 08:30:11
Will address this in a separate patch.
| |
439 ], | 442 ], |
440 'search_path': 'front_end', | 443 'search_path': 'front_end', |
441 'outputs': ['<(PRODUCT_DIR)/resources/inspector/ScriptFo rmatterWorker.js'], | 444 'outputs': ['<(PRODUCT_DIR)/resources/inspector/ScriptFo rmatterWorker.js'], |
442 'action': ['python', '<@(_script_name)', '<@(_input_file )', '<@(_search_path)', '<@(_outputs)'], | 445 'action': ['python', '<@(_script_name)', '<@(_input_file )', '<@(_search_path)', '<@(_outputs)'], |
443 }], | 446 }], |
444 }, | 447 }, |
445 { | 448 { |
449 'target_name': 'concatenated_temp_storage_shared_worker_js', | |
450 'type': 'none', | |
451 'actions': [{ | |
452 'action_name': 'concatenate_temp_storage_shared_worker_j s', | |
453 'script_name': 'scripts/inline_js_imports.py', | |
454 'input_file': 'front_end/TempStorageSharedWorker.js', | |
455 'inputs': [ | |
456 '<@(_script_name)', | |
457 '<@(_input_file)' | |
458 ], | |
459 'search_path': 'front_end', | |
460 'outputs': ['<(PRODUCT_DIR)/resources/inspector/TempStor ageSharedWorker.js'], | |
461 'action': ['python', '<@(_script_name)', '<@(_input_file )', '<@(_search_path)', '<@(_outputs)'], | |
462 }], | |
463 }, | |
464 { | |
446 'target_name': 'concatenated_devtools_layers_js', | 465 'target_name': 'concatenated_devtools_layers_js', |
447 'type': 'none', | 466 'type': 'none', |
448 'actions': [{ | 467 'actions': [{ |
449 'action_name': 'concatenate_devtools_layers_js', | 468 'action_name': 'concatenate_devtools_layers_js', |
450 'script_name': 'scripts/inline_js_imports.py', | 469 'script_name': 'scripts/inline_js_imports.py', |
451 'input_file': 'front_end/LayersPanel.js', | 470 'input_file': 'front_end/LayersPanel.js', |
452 'inputs': [ | 471 'inputs': [ |
453 '<@(_script_name)', | 472 '<@(_script_name)', |
454 '<@(devtools_layers_js_files)', | 473 '<@(devtools_layers_js_files)', |
455 ], | 474 ], |
(...skipping 25 matching lines...) Expand all Loading... | |
481 'destination': '<(PRODUCT_DIR)/resources/inspector', | 500 'destination': '<(PRODUCT_DIR)/resources/inspector', |
482 'files': [ | 501 'files': [ |
483 '<@(devtools_standalone_files)', | 502 '<@(devtools_standalone_files)', |
484 ], | 503 ], |
485 }], | 504 }], |
486 }, | 505 }, |
487 ], | 506 ], |
488 }], | 507 }], |
489 ], # conditions | 508 ], # conditions |
490 } | 509 } |
OLD | NEW |