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

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: Tests added; rebased on 444883003 issue 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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 'front_end/profiler/HeapSnapshotProxy.js', 432 'front_end/profiler/HeapSnapshotProxy.js',
433 'front_end/profiler/HeapSnapshotView.js', 433 'front_end/profiler/HeapSnapshotView.js',
434 'front_end/profiler/ProfilesPanel.js', 434 'front_end/profiler/ProfilesPanel.js',
435 'front_end/profiler/ProfileLauncherView.js', 435 'front_end/profiler/ProfileLauncherView.js',
436 'front_end/profiler/ProfileTypeRegistry.js', 436 'front_end/profiler/ProfileTypeRegistry.js',
437 'front_end/profiler/CanvasProfileView.js', 437 'front_end/profiler/CanvasProfileView.js',
438 'front_end/profiler/CanvasReplayStateView.js', 438 'front_end/profiler/CanvasReplayStateView.js',
439 ], 439 ],
440 'devtools_documentation_js_files': [ 440 'devtools_documentation_js_files': [
441 'front_end/documentation/DocumentationView.js', 441 'front_end/documentation/DocumentationView.js',
442 'front_end/documentation/DocumentationURLProvider.js',
442 'front_end/documentation/WikiParser.js', 443 'front_end/documentation/WikiParser.js',
443 'front_end/documentation/JSTransformer.js', 444 'front_end/documentation/JSTransformer.js',
444 'front_end/documentation/CSSTransformer.js', 445 'front_end/documentation/CSSTransformer.js',
445 ], 446 ],
446 'devtools_heap_snapshot_worker_js_files': [ 447 'devtools_heap_snapshot_worker_js_files': [
447 'front_end/common/TextUtils.js', 448 'front_end/common/TextUtils.js',
448 'front_end/common/UIString.js', 449 'front_end/common/UIString.js',
449 'front_end/common/utilities.js', 450 'front_end/common/utilities.js',
450 'front_end/heap_snapshot_worker/AllocationProfile.js', 451 'front_end/heap_snapshot_worker/AllocationProfile.js',
451 'front_end/heap_snapshot_worker/HeapSnapshot.js', 452 'front_end/heap_snapshot_worker/HeapSnapshot.js',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', 583 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
583 ], 584 ],
584 'devtools_script_formatter_worker_js_files': [ 585 'devtools_script_formatter_worker_js_files': [
585 'front_end/script_formatter_worker/CSSFormatter.js', 586 'front_end/script_formatter_worker/CSSFormatter.js',
586 'front_end/script_formatter_worker/JavaScriptFormatter.js', 587 'front_end/script_formatter_worker/JavaScriptFormatter.js',
587 'front_end/script_formatter_worker/ScriptFormatterWorker.js', 588 'front_end/script_formatter_worker/ScriptFormatterWorker.js',
588 'front_end/common/utilities.js', 589 'front_end/common/utilities.js',
589 ], 590 ],
590 }, 591 },
591 } 592 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698