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

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

Issue 471393002: Revert of Make profiling lock global rather than per Target (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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/audits/AuditLauncherView.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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'front_end/suggestBox.css', 60 'front_end/suggestBox.css',
61 'front_end/tabbedPane.css', 61 'front_end/tabbedPane.css',
62 '<@(devtools_main_js_files)', 62 '<@(devtools_main_js_files)',
63 '<@(devtools_standalone_files)', 63 '<@(devtools_standalone_files)',
64 ], 64 ],
65 'devtools_common_js_files': [ 65 'devtools_common_js_files': [
66 'front_end/common/Color.js', 66 'front_end/common/Color.js',
67 'front_end/common/Console.js', 67 'front_end/common/Console.js',
68 'front_end/common/ContentProvider.js', 68 'front_end/common/ContentProvider.js',
69 'front_end/common/Geometry.js', 69 'front_end/common/Geometry.js',
70 'front_end/common/Lock.js',
71 'front_end/common/ModuleExtensionInterfaces.js', 70 'front_end/common/ModuleExtensionInterfaces.js',
72 'front_end/common/modules.js', 71 'front_end/common/modules.js',
73 'front_end/common/NotificationService.js', 72 'front_end/common/NotificationService.js',
74 'front_end/common/Object.js', 73 'front_end/common/Object.js',
75 'front_end/common/ParsedURL.js', 74 'front_end/common/ParsedURL.js',
76 'front_end/common/Progress.js', 75 'front_end/common/Progress.js',
77 'front_end/common/ResourceType.js', 76 'front_end/common/ResourceType.js',
78 'front_end/common/Settings.js', 77 'front_end/common/Settings.js',
79 'front_end/common/StaticContentProvider.js', 78 'front_end/common/StaticContentProvider.js',
80 'front_end/common/TextRange.js', 79 'front_end/common/TextRange.js',
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 'front_end/Images/thumbHoverHoriz.png', 625 'front_end/Images/thumbHoverHoriz.png',
627 'front_end/Images/thumbHoverVert.png', 626 'front_end/Images/thumbHoverVert.png',
628 'front_end/Images/thumbVert.png', 627 'front_end/Images/thumbVert.png',
629 'front_end/Images/toolbarItemSelected.png', 628 'front_end/Images/toolbarItemSelected.png',
630 ], 629 ],
631 'devtools_extension_api_files': [ 630 'devtools_extension_api_files': [
632 'front_end/extensions/ExtensionAPI.js', 631 'front_end/extensions/ExtensionAPI.js',
633 ], 632 ],
634 }, 633 },
635 } 634 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/audits/AuditLauncherView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698