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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 'front_end/InspectElementModeController.js', | 121 'front_end/InspectElementModeController.js', |
122 'front_end/Object.js', | 122 'front_end/Object.js', |
123 'front_end/ObjectPopoverHelper.js', | 123 'front_end/ObjectPopoverHelper.js', |
124 'front_end/ObjectPropertiesSection.js', | 124 'front_end/ObjectPropertiesSection.js', |
125 'front_end/OverridesSupport.js', | 125 'front_end/OverridesSupport.js', |
126 'front_end/OverviewGrid.js', | 126 'front_end/OverviewGrid.js', |
127 'front_end/Panel.js', | 127 'front_end/Panel.js', |
128 'front_end/ParsedURL.js', | 128 'front_end/ParsedURL.js', |
129 'front_end/Placard.js', | 129 'front_end/Placard.js', |
130 'front_end/Popover.js', | 130 'front_end/Popover.js', |
| 131 'front_end/PowerProfiler.js', |
131 'front_end/PresentationConsoleMessageHelper.js', | 132 'front_end/PresentationConsoleMessageHelper.js', |
132 'front_end/ProfilesPanelDescriptor.js', | 133 'front_end/ProfilesPanelDescriptor.js', |
133 'front_end/Progress.js', | 134 'front_end/Progress.js', |
134 'front_end/ProgressIndicator.js', | 135 'front_end/ProgressIndicator.js', |
135 'front_end/PropertiesSection.js', | 136 'front_end/PropertiesSection.js', |
136 'front_end/RemoteObject.js', | 137 'front_end/RemoteObject.js', |
137 'front_end/Resource.js', | 138 'front_end/Resource.js', |
138 'front_end/ResourceScriptMapping.js', | 139 'front_end/ResourceScriptMapping.js', |
139 'front_end/ResourceTreeModel.js', | 140 'front_end/ResourceTreeModel.js', |
140 'front_end/ResourceType.js', | 141 'front_end/ResourceType.js', |
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
925 'destination': '<(PRODUCT_DIR)/resources/inspector', | 926 'destination': '<(PRODUCT_DIR)/resources/inspector', |
926 'files': [ | 927 'files': [ |
927 '<@(devtools_standalone_files)', | 928 '<@(devtools_standalone_files)', |
928 ], | 929 ], |
929 }], | 930 }], |
930 }, | 931 }, |
931 ], | 932 ], |
932 }], | 933 }], |
933 ], # conditions | 934 ], # conditions |
934 } | 935 } |
OLD | NEW |