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

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

Issue 1157733004: [DevTools] Cleanup frontend-in-iframe support. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « Source/devtools/devtools.gyp ('k') | Source/devtools/front_end/devtools.html » ('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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 '<@(devtools_emulation_js_files)', 42 '<@(devtools_emulation_js_files)',
43 '<@(devtools_host_js_files)', 43 '<@(devtools_host_js_files)',
44 '<@(devtools_main_js_files)', 44 '<@(devtools_main_js_files)',
45 '<@(devtools_platform_js_files)', 45 '<@(devtools_platform_js_files)',
46 '<@(devtools_sdk_js_files)', 46 '<@(devtools_sdk_js_files)',
47 '<@(devtools_toolbox_bootstrap_js_files)', 47 '<@(devtools_toolbox_bootstrap_js_files)',
48 '<@(devtools_ui_js_files)', 48 '<@(devtools_ui_js_files)',
49 '<@(devtools_workspace_js_files)', 49 '<@(devtools_workspace_js_files)',
50 '<@(devtools_core_css_files)', 50 '<@(devtools_core_css_files)',
51 ], 51 ],
52 'devtools_compatibility_scripts': [
53 'front_end/devtools.js',
54 ],
52 'devtools_core_base_files': [ 55 'devtools_core_base_files': [
53 'front_end/inspector.css', 56 'front_end/inspector.css',
54 'front_end/inspector.js', 57 'front_end/inspector.js',
55 'front_end/inspector.json', 58 'front_end/inspector.json',
56 'front_end/toolbox.css', 59 'front_end/toolbox.css',
57 'front_end/toolbox.js', 60 'front_end/toolbox.js',
58 'front_end/toolbox.json', 61 'front_end/toolbox.json',
59 'front_end/Runtime.js', 62 'front_end/Runtime.js',
60 ], 63 ],
61 'devtools_core_css_files': [ 64 'devtools_core_css_files': [
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 'front_end/Images/toolbarItemSelected.png', 747 'front_end/Images/toolbarItemSelected.png',
745 'front_end/Images/touchCursor.png', 748 'front_end/Images/touchCursor.png',
746 'front_end/Images/touchCursor_2x.png', 749 'front_end/Images/touchCursor_2x.png',
747 'front_end/Images/updateServiceWorker.svg', 750 'front_end/Images/updateServiceWorker.svg',
748 ], 751 ],
749 'devtools_extension_api_files': [ 752 'devtools_extension_api_files': [
750 'front_end/extensions/ExtensionAPI.js', 753 'front_end/extensions/ExtensionAPI.js',
751 ], 754 ],
752 }, 755 },
753 } 756 }
OLDNEW
« no previous file with comments | « Source/devtools/devtools.gyp ('k') | Source/devtools/front_end/devtools.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698