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

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

Issue 603623002: Rename PromisesPanel to PromisePane. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 'front_end/helpScreen.css', 314 'front_end/helpScreen.css',
315 'front_end/indexedDBViews.css', 315 'front_end/indexedDBViews.css',
316 'front_end/inspectorCommon.css', 316 'front_end/inspectorCommon.css',
317 'front_end/layersPanel.css', 317 'front_end/layersPanel.css',
318 'front_end/navigatorView.css', 318 'front_end/navigatorView.css',
319 'front_end/networkLogView.css', 319 'front_end/networkLogView.css',
320 'front_end/networkPanel.css', 320 'front_end/networkPanel.css',
321 'front_end/overrides.css', 321 'front_end/overrides.css',
322 'front_end/panelEnablerView.css', 322 'front_end/panelEnablerView.css',
323 'front_end/profilesPanel.css', 323 'front_end/profilesPanel.css',
324 'front_end/promisesPanel.css', 324 'front_end/promisePane.css',
325 'front_end/requestCookiesView.css', 325 'front_end/requestCookiesView.css',
326 'front_end/requestHeadersView.css', 326 'front_end/requestHeadersView.css',
327 'front_end/resourcesPanel.css', 327 'front_end/resourcesPanel.css',
328 'front_end/resourceView.css', 328 'front_end/resourceView.css',
329 'front_end/responsiveDesignView.css', 329 'front_end/responsiveDesignView.css',
330 'front_end/revisionHistory.css', 330 'front_end/revisionHistory.css',
331 'front_end/screencastView.css', 331 'front_end/screencastView.css',
332 'front_end/sourcesPanel.css', 332 'front_end/sourcesPanel.css',
333 'front_end/sourcesView.css', 333 'front_end/sourcesView.css',
334 'front_end/spectrum.css', 334 'front_end/spectrum.css',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 ], 373 ],
374 'devtools_extensions_js_files': [ 374 'devtools_extensions_js_files': [
375 'front_end/extensions/ExtensionAuditCategory.js', 375 'front_end/extensions/ExtensionAuditCategory.js',
376 'front_end/extensions/ExtensionPanel.js', 376 'front_end/extensions/ExtensionPanel.js',
377 'front_end/extensions/ExtensionRegistryStub.js', 377 'front_end/extensions/ExtensionRegistryStub.js',
378 'front_end/extensions/ExtensionServer.js', 378 'front_end/extensions/ExtensionServer.js',
379 'front_end/extensions/ExtensionView.js', 379 'front_end/extensions/ExtensionView.js',
380 '<@(devtools_extension_api_files)', 380 '<@(devtools_extension_api_files)',
381 ], 381 ],
382 'devtools_promises_js_files': [ 382 'devtools_promises_js_files': [
383 'front_end/promises/PromisesPanel.js', 383 'front_end/promises/PromisePane.js',
384 ], 384 ],
385 'devtools_heap_snapshot_worker_js_files': [ 385 'devtools_heap_snapshot_worker_js_files': [
386 'front_end/common/TextUtils.js', 386 'front_end/common/TextUtils.js',
387 'front_end/common/UIString.js', 387 'front_end/common/UIString.js',
388 'front_end/common/utilities.js', 388 'front_end/common/utilities.js',
389 'front_end/heap_snapshot_worker/AllocationProfile.js', 389 'front_end/heap_snapshot_worker/AllocationProfile.js',
390 'front_end/heap_snapshot_worker/HeapSnapshot.js', 390 'front_end/heap_snapshot_worker/HeapSnapshot.js',
391 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js', 391 'front_end/heap_snapshot_worker/HeapSnapshotLoader.js',
392 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js', 392 'front_end/heap_snapshot_worker/HeapSnapshotWorker.js',
393 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js', 393 'front_end/heap_snapshot_worker/HeapSnapshotWorkerDispatcher.js',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 'front_end/Images/thumbHoverHoriz.png', 642 'front_end/Images/thumbHoverHoriz.png',
643 'front_end/Images/thumbHoverVert.png', 643 'front_end/Images/thumbHoverVert.png',
644 'front_end/Images/thumbVert.png', 644 'front_end/Images/thumbVert.png',
645 'front_end/Images/toolbarItemSelected.png', 645 'front_end/Images/toolbarItemSelected.png',
646 ], 646 ],
647 'devtools_extension_api_files': [ 647 'devtools_extension_api_files': [
648 'front_end/extensions/ExtensionAPI.js', 648 'front_end/extensions/ExtensionAPI.js',
649 ], 649 ],
650 }, 650 },
651 } 651 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/promisePane.css » ('j') | Source/devtools/front_end/promises/PromisePane.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698