| 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 '<@(devtools_sdk_js_files)', | 313 '<@(devtools_sdk_js_files)', |
| 314 ], | 314 ], |
| 315 }, | 315 }, |
| 316 { | 316 { |
| 317 'destination': '<(PRODUCT_DIR)/resources/inspector/u
i', | 317 'destination': '<(PRODUCT_DIR)/resources/inspector/u
i', |
| 318 'files': [ | 318 'files': [ |
| 319 '<@(devtools_ui_js_files)', | 319 '<@(devtools_ui_js_files)', |
| 320 ], | 320 ], |
| 321 }, | 321 }, |
| 322 { | 322 { |
| 323 'destination': '<(PRODUCT_DIR)/resources/inspector/t
oolbox', |
| 324 'files': [ |
| 325 '<@(devtools_toolbox_js_files)', |
| 326 ], |
| 327 }, |
| 328 { |
| 323 'destination': '<(PRODUCT_DIR)/resources/inspector/m
ain', | 329 'destination': '<(PRODUCT_DIR)/resources/inspector/m
ain', |
| 324 'files': [ | 330 'files': [ |
| 325 '<@(devtools_main_js_files)', | 331 '<@(devtools_main_js_files)', |
| 326 'front_end/main/module.json', | 332 'front_end/main/module.json', |
| 327 ], | 333 ], |
| 328 }, | 334 }, |
| 329 ] | 335 ] |
| 330 }] | 336 }] |
| 331 ] | 337 ] |
| 332 }, | 338 }, |
| (...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 904 '<@(devtools_module_json_files)', | 910 '<@(devtools_module_json_files)', |
| 905 ], | 911 ], |
| 906 'outputs': ['<(blink_devtools_output_dir)/common/modules
.js'], | 912 'outputs': ['<(blink_devtools_output_dir)/common/modules
.js'], |
| 907 'action': ['python', '<@(_script_name)', '<@(_input_file
)', '<@(_outputs)', '<@(devtools_module_json_files)'], | 913 'action': ['python', '<@(_script_name)', '<@(_input_file
)', '<@(_outputs)', '<@(devtools_module_json_files)'], |
| 908 }], | 914 }], |
| 909 }, | 915 }, |
| 910 ], | 916 ], |
| 911 }], | 917 }], |
| 912 ], # conditions | 918 ], # conditions |
| 913 } | 919 } |
| OLD | NEW |