| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 'relative_path_dirs': [ | 88 'relative_path_dirs': [ |
| 89 '<(PRODUCT_DIR)/resources/inspector', | 89 '<(PRODUCT_DIR)/resources/inspector', |
| 90 'front_end' | 90 'front_end' |
| 91 ], | 91 ], |
| 92 'static_files': [ | 92 'static_files': [ |
| 93 # Intentionally empty. Should get rebuilt when switc
hing from debug_devtools==1. | 93 # Intentionally empty. Should get rebuilt when switc
hing from debug_devtools==1. |
| 94 ], | 94 ], |
| 95 'devtools_static_files_list': '<|(devtools_static_grd_fi
les.tmp <@(_static_files))', | 95 'devtools_static_files_list': '<|(devtools_static_grd_fi
les.tmp <@(_static_files))', |
| 96 'generated_files': [ | 96 'generated_files': [ |
| 97 # Core and remote modules should not be listed here. | 97 # Core and remote modules should not be listed here. |
| 98 # TODO(dgozman): remove remote modules from here onc
e experiment is over. |
| 98 '<(PRODUCT_DIR)/resources/inspector/devtools.css', | 99 '<(PRODUCT_DIR)/resources/inspector/devtools.css', |
| 99 '<(PRODUCT_DIR)/resources/inspector/devtools.html', | 100 '<(PRODUCT_DIR)/resources/inspector/devtools.html', |
| 100 '<(PRODUCT_DIR)/resources/inspector/devtools.js', | 101 '<(PRODUCT_DIR)/resources/inspector/devtools.js', |
| 101 '<(PRODUCT_DIR)/resources/inspector/inspector.css', | 102 '<(PRODUCT_DIR)/resources/inspector/inspector.css', |
| 102 '<(PRODUCT_DIR)/resources/inspector/inspector.html', | 103 '<(PRODUCT_DIR)/resources/inspector/inspector.html', |
| 103 '<(PRODUCT_DIR)/resources/inspector/inspector.js', | 104 '<(PRODUCT_DIR)/resources/inspector/inspector.js', |
| 104 '<(PRODUCT_DIR)/resources/inspector/toolbox.css', | 105 '<(PRODUCT_DIR)/resources/inspector/toolbox.css', |
| 105 '<(PRODUCT_DIR)/resources/inspector/toolbox.html', | 106 '<(PRODUCT_DIR)/resources/inspector/toolbox.html', |
| 106 '<(PRODUCT_DIR)/resources/inspector/toolbox.js', | 107 '<(PRODUCT_DIR)/resources/inspector/toolbox.js', |
| 107 '<(PRODUCT_DIR)/resources/inspector/accessibility_mo
dule.js', | 108 '<(PRODUCT_DIR)/resources/inspector/accessibility_mo
dule.js', |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 ], | 381 ], |
| 381 'search_path': [ 'front_end' ], | 382 'search_path': [ 'front_end' ], |
| 382 'outputs': ['<(PRODUCT_DIR)/resources/inspector/toolbox.
css'], | 383 'outputs': ['<(PRODUCT_DIR)/resources/inspector/toolbox.
css'], |
| 383 'action': ['python', '<@(_script_name)', '<@(_input_styl
esheet)', '<@(_outputs)'], | 384 'action': ['python', '<@(_script_name)', '<@(_input_styl
esheet)', '<@(_outputs)'], |
| 384 }], | 385 }], |
| 385 }, | 386 }, |
| 386 ], | 387 ], |
| 387 }], | 388 }], |
| 388 ], # conditions | 389 ], # conditions |
| 389 } | 390 } |
| OLD | NEW |