Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Side by Side Diff: Source/devtools/devtools.gypi

Issue 307623003: [DevTools] Apps implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'front_end/components/OverviewGrid.js', 203 'front_end/components/OverviewGrid.js',
204 'front_end/components/Panel.js', 204 'front_end/components/Panel.js',
205 'front_end/components/PropertiesSection.js', 205 'front_end/components/PropertiesSection.js',
206 'front_end/components/SearchableView.js', 206 'front_end/components/SearchableView.js',
207 'front_end/components/Section.js', 207 'front_end/components/Section.js',
208 'front_end/components/ShortcutsScreen.js', 208 'front_end/components/ShortcutsScreen.js',
209 'front_end/components/TimelineGrid.js', 209 'front_end/components/TimelineGrid.js',
210 'front_end/components/WorkerFrontendManager.js', 210 'front_end/components/WorkerFrontendManager.js',
211 ], 211 ],
212 'devtools_main_js_files': [ 212 'devtools_main_js_files': [
213 'front_end/main/AdvancedApp.js',
214 'front_end/main/App.js',
213 'front_end/main/HelpScreenUntilReload.js', 215 'front_end/main/HelpScreenUntilReload.js',
216 'front_end/main/ScreencastApp.js',
217 'front_end/main/SimpleApp.js',
214 'front_end/main/Main.js', 218 'front_end/main/Main.js',
215 ], 219 ],
216 'devtools_module_json_files': [ 220 'devtools_module_json_files': [
217 'front_end/audits/module.json', 221 'front_end/audits/module.json',
218 'front_end/components/module.json', 222 'front_end/components/module.json',
219 'front_end/console/module.json', 223 'front_end/console/module.json',
220 'front_end/devices/module.json', 224 'front_end/devices/module.json',
221 'front_end/elements/module.json', 225 'front_end/elements/module.json',
222 'front_end/extensions/module.json', 226 'front_end/extensions/module.json',
223 'front_end/layers/module.json', 227 'front_end/layers/module.json',
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', 555 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
552 ], 556 ],
553 'devtools_script_formatter_worker_js_files': [ 557 'devtools_script_formatter_worker_js_files': [
554 'front_end/script_formatter_worker/CSSFormatter.js', 558 'front_end/script_formatter_worker/CSSFormatter.js',
555 'front_end/script_formatter_worker/JavaScriptFormatter.js', 559 'front_end/script_formatter_worker/JavaScriptFormatter.js',
556 'front_end/script_formatter_worker/ScriptFormatterWorker.js', 560 'front_end/script_formatter_worker/ScriptFormatterWorker.js',
557 'front_end/common/utilities.js', 561 'front_end/common/utilities.js',
558 ], 562 ],
559 }, 563 },
560 } 564 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/ScreencastView.js » ('j') | Source/devtools/front_end/main/AdvancedApp.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698