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

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

Issue 447703002: DocumentationURLProvider class created (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@semen
Patch Set: Files sorted by theirs names Created 6 years, 4 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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'front_end/profiler/HeapSnapshotGridNodes.js', 433 'front_end/profiler/HeapSnapshotGridNodes.js',
434 'front_end/profiler/HeapSnapshotProxy.js', 434 'front_end/profiler/HeapSnapshotProxy.js',
435 'front_end/profiler/HeapSnapshotView.js', 435 'front_end/profiler/HeapSnapshotView.js',
436 'front_end/profiler/ProfilesPanel.js', 436 'front_end/profiler/ProfilesPanel.js',
437 'front_end/profiler/ProfileLauncherView.js', 437 'front_end/profiler/ProfileLauncherView.js',
438 'front_end/profiler/ProfileTypeRegistry.js', 438 'front_end/profiler/ProfileTypeRegistry.js',
439 'front_end/profiler/CanvasProfileView.js', 439 'front_end/profiler/CanvasProfileView.js',
440 'front_end/profiler/CanvasReplayStateView.js', 440 'front_end/profiler/CanvasReplayStateView.js',
441 ], 441 ],
442 'devtools_documentation_js_files': [ 442 'devtools_documentation_js_files': [
443 'front_end/documentation/CSSArticle.js',
444 'front_end/documentation/DocumentationURLProvider.js',
443 'front_end/documentation/DocumentationView.js', 445 'front_end/documentation/DocumentationView.js',
446 'front_end/documentation/JSArticle.js',
444 'front_end/documentation/WikiParser.js', 447 'front_end/documentation/WikiParser.js',
445 'front_end/documentation/JSArticle.js',
446 'front_end/documentation/CSSArticle.js',
447 ], 448 ],
448 'devtools_heap_snapshot_worker_js_files': [ 449 'devtools_heap_snapshot_worker_js_files': [
449 'front_end/common/TextUtils.js', 450 'front_end/common/TextUtils.js',
450 'front_end/common/UIString.js', 451 'front_end/common/UIString.js',
451 'front_end/common/utilities.js', 452 'front_end/common/utilities.js',
452 'front_end/heap_snapshot_worker/AllocationProfile.js', 453 'front_end/heap_snapshot_worker/AllocationProfile.js',
453 'front_end/heap_snapshot_worker/HeapSnapshot.js', 454 'front_end/heap_snapshot_worker/HeapSnapshot.js',
454 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', 455 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js',
455 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js', 456 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js',
456 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', 457 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', 589 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
589 ], 590 ],
590 'devtools_script_formatter_worker_js_files': [ 591 'devtools_script_formatter_worker_js_files': [
591 'front_end/script_formatter_worker/CSSFormatter.js', 592 'front_end/script_formatter_worker/CSSFormatter.js',
592 'front_end/script_formatter_worker/JavaScriptFormatter.js', 593 'front_end/script_formatter_worker/JavaScriptFormatter.js',
593 'front_end/script_formatter_worker/ScriptFormatterWorker.js', 594 'front_end/script_formatter_worker/ScriptFormatterWorker.js',
594 'front_end/common/utilities.js', 595 'front_end/common/utilities.js',
595 ], 596 ],
596 }, 597 },
597 } 598 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698