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

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

Issue 23537022: Add navigation controls to DevTools screencast view (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Polished styles, added icons Created 7 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 | Annotate | Revision Log
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 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 'front_end/Images/glossyHeader.png', 385 'front_end/Images/glossyHeader.png',
386 'front_end/Images/glossyHeaderPressed.png', 386 'front_end/Images/glossyHeaderPressed.png',
387 'front_end/Images/glossyHeaderSelected.png', 387 'front_end/Images/glossyHeaderSelected.png',
388 'front_end/Images/glossyHeaderSelectedPressed.png', 388 'front_end/Images/glossyHeaderSelectedPressed.png',
389 'front_end/Images/graphLabelCalloutLeft.png', 389 'front_end/Images/graphLabelCalloutLeft.png',
390 'front_end/Images/graphLabelCalloutRight.png', 390 'front_end/Images/graphLabelCalloutRight.png',
391 'front_end/Images/indexedDB.png', 391 'front_end/Images/indexedDB.png',
392 'front_end/Images/indexedDBObjectStore.png', 392 'front_end/Images/indexedDBObjectStore.png',
393 'front_end/Images/indexedDBIndex.png', 393 'front_end/Images/indexedDBIndex.png',
394 'front_end/Images/localStorage.png', 394 'front_end/Images/localStorage.png',
395 'front_end/Images/navigationControls.png',
396 'front_end/Images/navigationControls_2x.png',
395 'front_end/Images/paneAddButtons.png', 397 'front_end/Images/paneAddButtons.png',
396 'front_end/Images/paneElementStateButtons.png', 398 'front_end/Images/paneElementStateButtons.png',
397 'front_end/Images/paneFilterButtons.png', 399 'front_end/Images/paneFilterButtons.png',
398 'front_end/Images/paneRefreshButtons.png', 400 'front_end/Images/paneRefreshButtons.png',
399 'front_end/Images/paneSettingsButtons.png', 401 'front_end/Images/paneSettingsButtons.png',
400 'front_end/Images/popoverArrows.png', 402 'front_end/Images/popoverArrows.png',
401 'front_end/Images/popoverBackground.png', 403 'front_end/Images/popoverBackground.png',
402 'front_end/Images/profileGroupIcon.png', 404 'front_end/Images/profileGroupIcon.png',
403 'front_end/Images/profileIcon.png', 405 'front_end/Images/profileIcon.png',
404 'front_end/Images/profileSmallIcon.png', 406 'front_end/Images/profileSmallIcon.png',
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'destination': '<(PRODUCT_DIR)/resources/inspector', 926 'destination': '<(PRODUCT_DIR)/resources/inspector',
925 'files': [ 927 'files': [
926 '<@(devtools_standalone_files)', 928 '<@(devtools_standalone_files)',
927 ], 929 ],
928 }], 930 }],
929 }, 931 },
930 ], 932 ],
931 }], 933 }],
932 ], # conditions 934 ], # conditions
933 } 935 }
OLDNEW
« no previous file with comments | « Source/core/inspector/InspectorPageAgent.cpp ('k') | Source/devtools/front_end/ScreencastView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698