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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 'supported_css_properties', | 246 'supported_css_properties', |
247 'frontend_protocol_sources', | 247 'frontend_protocol_sources', |
248 ], | 248 ], |
249 'output_path': '<(PRODUCT_DIR)/resources/inspector/', | 249 'output_path': '<(PRODUCT_DIR)/resources/inspector/', |
250 'actions': [{ | 250 'actions': [{ |
251 'action_name': 'build_applications', | 251 'action_name': 'build_applications', |
252 'script_name': 'scripts/build_applications.py', | 252 'script_name': 'scripts/build_applications.py', |
253 'helper_scripts': [ | 253 'helper_scripts': [ |
254 'scripts/modular_build.py', | 254 'scripts/modular_build.py', |
255 'scripts/concatenate_application_code.py', | 255 'scripts/concatenate_application_code.py', |
| 256 "scripts/rjsmin.py", |
256 ], | 257 ], |
257 'inputs': [ | 258 'inputs': [ |
258 '<@(_script_name)', | 259 '<@(_script_name)', |
259 '<@(_helper_scripts)', | 260 '<@(_helper_scripts)', |
260 '<@(all_devtools_files)', | 261 '<@(all_devtools_files)', |
261 'front_end/inspector.html', | 262 'front_end/inspector.html', |
262 'front_end/toolbox.html', | 263 'front_end/toolbox.html', |
263 '<(_output_path)/InspectorBackendCommands.js', | 264 '<(_output_path)/InspectorBackendCommands.js', |
264 '<(_output_path)/SupportedCSSProperties.js', | 265 '<(_output_path)/SupportedCSSProperties.js', |
265 ], | 266 ], |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 '<@(devtools_cm_js_files)', | 335 '<@(devtools_cm_js_files)', |
335 '<@(devtools_cm_css_files)', | 336 '<@(devtools_cm_css_files)', |
336 ], | 337 ], |
337 }, | 338 }, |
338 ] | 339 ] |
339 }] | 340 }] |
340 ] | 341 ] |
341 }, | 342 }, |
342 ] | 343 ] |
343 } | 344 } |
OLD | NEW |