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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 '<@(devtools_sdk_js_files)', | 310 '<@(devtools_sdk_js_files)', |
311 ], | 311 ], |
312 }, | 312 }, |
313 { | 313 { |
314 'destination': '<(PRODUCT_DIR)/resources/inspector/u
i', | 314 'destination': '<(PRODUCT_DIR)/resources/inspector/u
i', |
315 'files': [ | 315 'files': [ |
316 '<@(devtools_ui_js_files)', | 316 '<@(devtools_ui_js_files)', |
317 ], | 317 ], |
318 }, | 318 }, |
319 { | 319 { |
| 320 'destination': '<(PRODUCT_DIR)/resources/inspector/t
oolbox', |
| 321 'files': [ |
| 322 '<@(devtools_toolbox_js_files)', |
| 323 ], |
| 324 }, |
| 325 { |
320 'destination': '<(PRODUCT_DIR)/resources/inspector/m
ain', | 326 'destination': '<(PRODUCT_DIR)/resources/inspector/m
ain', |
321 'files': [ | 327 'files': [ |
322 '<@(devtools_main_js_files)', | 328 '<@(devtools_main_js_files)', |
323 'front_end/main/module.json', | 329 'front_end/main/module.json', |
324 ], | 330 ], |
325 }, | 331 }, |
326 ] | 332 ] |
327 }] | 333 }] |
328 ] | 334 ] |
329 }, | 335 }, |
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
889 '<@(devtools_module_json_files)', | 895 '<@(devtools_module_json_files)', |
890 ], | 896 ], |
891 'outputs': ['<(SHARED_INTERMEDIATE_DIR)/blink/common/mod
ules.js'], | 897 'outputs': ['<(SHARED_INTERMEDIATE_DIR)/blink/common/mod
ules.js'], |
892 'action': ['python', '<@(_script_name)', '<@(_input_file
)', '<@(_outputs)', '<@(devtools_module_json_files)'], | 898 'action': ['python', '<@(_script_name)', '<@(_input_file
)', '<@(_outputs)', '<@(devtools_module_json_files)'], |
893 }], | 899 }], |
894 }, | 900 }, |
895 ], | 901 ], |
896 }], | 902 }], |
897 ], # conditions | 903 ], # conditions |
898 } | 904 } |
OLD | NEW |