OLD | NEW |
1 /* | 1 /* |
2 * Copyright (C) 2011 Google Inc. All rights reserved. | 2 * Copyright (C) 2011 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 843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
854 var Host = {}; | 854 var Host = {}; |
855 /** @type {!Object} */ | 855 /** @type {!Object} */ |
856 var LayerViewer = {}; | 856 var LayerViewer = {}; |
857 /** @type {!Object} */ | 857 /** @type {!Object} */ |
858 var Layers = {}; | 858 var Layers = {}; |
859 /** @type {!Object} */ | 859 /** @type {!Object} */ |
860 var Main = {}; | 860 var Main = {}; |
861 /** @type {!Object} */ | 861 /** @type {!Object} */ |
862 var Network = {}; | 862 var Network = {}; |
863 /** @type {!Object} */ | 863 /** @type {!Object} */ |
| 864 var PerfUI = {}; |
| 865 /** @type {!Object} */ |
864 var Persistence = {}; | 866 var Persistence = {}; |
865 /** @type {!Object} */ | 867 /** @type {!Object} */ |
866 var Platform = {}; | 868 var Platform = {}; |
867 /** @type {!Object} */ | 869 /** @type {!Object} */ |
868 var Profiler = {}; | 870 var Profiler = {}; |
869 /** @type {!Object} */ | 871 /** @type {!Object} */ |
870 var Protocol = {}; | 872 var Protocol = {}; |
871 /** @type {!Object} */ | 873 /** @type {!Object} */ |
| 874 var QuickOpen = {}; |
| 875 /** @type {!Object} */ |
872 var Resources = {}; | 876 var Resources = {}; |
873 /** @type {!Object} */ | 877 /** @type {!Object} */ |
874 var Sass = {}; | 878 var Sass = {}; |
875 /** @type {!Object} */ | 879 /** @type {!Object} */ |
876 var Screencast = {}; | 880 var Screencast = {}; |
877 /** @type {!Object} */ | 881 /** @type {!Object} */ |
878 var SDK = {}; | 882 var SDK = {}; |
879 /** @type {!Object} */ | 883 /** @type {!Object} */ |
880 var Security = {}; | 884 var Security = {}; |
881 /** @type {!Object} */ | 885 /** @type {!Object} */ |
(...skipping 19 matching lines...) Expand all Loading... |
901 /** @type {!Object} */ | 905 /** @type {!Object} */ |
902 var ToolboxBootstrap = {}; | 906 var ToolboxBootstrap = {}; |
903 /** @type {!Object} */ | 907 /** @type {!Object} */ |
904 var UI = {}; | 908 var UI = {}; |
905 /** @type {!Object} */ | 909 /** @type {!Object} */ |
906 var UtilitySharedWorker = {}; | 910 var UtilitySharedWorker = {}; |
907 /** @type {!Object} */ | 911 /** @type {!Object} */ |
908 var WorkerService = {}; | 912 var WorkerService = {}; |
909 /** @type {!Object} */ | 913 /** @type {!Object} */ |
910 var Workspace = {}; | 914 var Workspace = {}; |
OLD | NEW |