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

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: 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
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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'front_end/Images/timelinePillYellow.png', 457 'front_end/Images/timelinePillYellow.png',
458 'front_end/Images/toolbarItemSelected.png', 458 'front_end/Images/toolbarItemSelected.png',
459 'front_end/Images/trackHoriz.png', 459 'front_end/Images/trackHoriz.png',
460 'front_end/Images/trackVert.png', 460 'front_end/Images/trackVert.png',
461 ], 461 ],
462 462
463 'devtools_layers_js_files': [ 463 'devtools_layers_js_files': [
464 'front_end/LayersPanel.js', 464 'front_end/LayersPanel.js',
465 'front_end/LayerTreeModel.js', 465 'front_end/LayerTreeModel.js',
466 'front_end/LayerTree.js', 466 'front_end/LayerTree.js',
467 'front_end/Layers3DView.js',
467 ], 468 ],
468 469
469 'devtools_extension_api_files': [ 470 'devtools_extension_api_files': [
470 'front_end/ExtensionAPI.js', 471 'front_end/ExtensionAPI.js',
471 'front_end/DevToolsExtensionAPI.js' 472 'front_end/DevToolsExtensionAPI.js'
472 ], 473 ],
473 }, 474 },
474 'targets': [ 475 'targets': [
475 { 476 {
476 'target_name': 'devtools_frontend_resources', 477 'target_name': 'devtools_frontend_resources',
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'destination': '<(PRODUCT_DIR)/resources/inspector', 908 'destination': '<(PRODUCT_DIR)/resources/inspector',
908 'files': [ 909 'files': [
909 '<@(devtools_standalone_files)', 910 '<@(devtools_standalone_files)',
910 ], 911 ],
911 }], 912 }],
912 }, 913 },
913 ], 914 ],
914 }], 915 }],
915 ], # conditions 916 ], # conditions
916 } 917 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/LayerTreeModel.js » ('j') | Source/devtools/front_end/LayerTreeModel.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698