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

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

Issue 22602002: DevTools: add 3D layer view to Layer panel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: nuked LayerTreeModel.js from inspector.html Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/devtools/front_end/LayerTreeModel.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 'front_end/Images/timelinePillYellow.png', 458 'front_end/Images/timelinePillYellow.png',
459 'front_end/Images/toolbarItemSelected.png', 459 'front_end/Images/toolbarItemSelected.png',
460 'front_end/Images/trackHoriz.png', 460 'front_end/Images/trackHoriz.png',
461 'front_end/Images/trackVert.png', 461 'front_end/Images/trackVert.png',
462 ], 462 ],
463 463
464 'devtools_layers_js_files': [ 464 'devtools_layers_js_files': [
465 'front_end/LayersPanel.js', 465 'front_end/LayersPanel.js',
466 'front_end/LayerTreeModel.js', 466 'front_end/LayerTreeModel.js',
467 'front_end/LayerTree.js', 467 'front_end/LayerTree.js',
468 'front_end/Layers3DView.js',
468 ], 469 ],
469 470
470 'devtools_extension_api_files': [ 471 'devtools_extension_api_files': [
471 'front_end/ExtensionAPI.js', 472 'front_end/ExtensionAPI.js',
472 'front_end/DevToolsExtensionAPI.js' 473 'front_end/DevToolsExtensionAPI.js'
473 ], 474 ],
474 }, 475 },
475 'targets': [ 476 'targets': [
476 { 477 {
477 'target_name': 'devtools_frontend_resources', 478 'target_name': 'devtools_frontend_resources',
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 'destination': '<(PRODUCT_DIR)/resources/inspector', 909 'destination': '<(PRODUCT_DIR)/resources/inspector',
909 'files': [ 910 'files': [
910 '<@(devtools_standalone_files)', 911 '<@(devtools_standalone_files)',
911 ], 912 ],
912 }], 913 }],
913 }, 914 },
914 ], 915 ],
915 }], 916 }],
916 ], # conditions 917 ], # conditions
917 } 918 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/LayerTreeModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698