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