| 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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 458 'front_end/Images/timelinePillYellow.png', | 458 'front_end/Images/timelinePillYellow.png', |
| 459 'front_end/Images/toolbarItemSelected.png', | 459 'front_end/Images/toolbarItemSelected.png', |
| 460 'front_end/Images/trackHoriz.png', | 460 'front_end/Images/trackHoriz.png', |
| 461 'front_end/Images/trackVert.png', | 461 'front_end/Images/trackVert.png', |
| 462 ], | 462 ], |
| 463 | 463 |
| 464 'devtools_layers_js_files': [ | 464 'devtools_layers_js_files': [ |
| 465 'front_end/LayersPanel.js', | 465 'front_end/LayersPanel.js', |
| 466 'front_end/LayerTreeModel.js', | 466 'front_end/LayerTreeModel.js', |
| 467 'front_end/LayerTree.js', | 467 'front_end/LayerTree.js', |
| 468 'front_end/Layers3DView.js', |
| 468 ], | 469 ], |
| 469 | 470 |
| 470 'devtools_extension_api_files': [ | 471 'devtools_extension_api_files': [ |
| 471 'front_end/ExtensionAPI.js', | 472 'front_end/ExtensionAPI.js', |
| 472 'front_end/DevToolsExtensionAPI.js' | 473 'front_end/DevToolsExtensionAPI.js' |
| 473 ], | 474 ], |
| 474 }, | 475 }, |
| 475 'targets': [ | 476 'targets': [ |
| 476 { | 477 { |
| 477 'target_name': 'devtools_frontend_resources', | 478 'target_name': 'devtools_frontend_resources', |
| (...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 908 'destination': '<(PRODUCT_DIR)/resources/inspector', | 909 'destination': '<(PRODUCT_DIR)/resources/inspector', |
| 909 'files': [ | 910 'files': [ |
| 910 '<@(devtools_standalone_files)', | 911 '<@(devtools_standalone_files)', |
| 911 ], | 912 ], |
| 912 }], | 913 }], |
| 913 }, | 914 }, |
| 914 ], | 915 ], |
| 915 }], | 916 }], |
| 916 ], # conditions | 917 ], # conditions |
| 917 } | 918 } |
| OLD | NEW |