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

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

Issue 2259433005: DevTools: Add CSSShadowModel and CSSLength (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 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
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'front_end/temp_storage_shared_worker.js', 62 'front_end/temp_storage_shared_worker.js',
63 'front_end/temp_storage_shared_worker.json', 63 'front_end/temp_storage_shared_worker.json',
64 'front_end/toolbox.js', 64 'front_end/toolbox.js',
65 'front_end/toolbox.json', 65 'front_end/toolbox.json',
66 'front_end/Runtime.js', 66 'front_end/Runtime.js',
67 ], 67 ],
68 'devtools_common_js_files': [ 68 'devtools_common_js_files': [
69 'front_end/common/Color.js', 69 'front_end/common/Color.js',
70 'front_end/common/Console.js', 70 'front_end/common/Console.js',
71 'front_end/common/ContentProvider.js', 71 'front_end/common/ContentProvider.js',
72 'front_end/common/CSSShadowModel.js',
72 'front_end/common/FormatterWorkerPool.js', 73 'front_end/common/FormatterWorkerPool.js',
73 'front_end/common/Geometry.js', 74 'front_end/common/Geometry.js',
74 'front_end/common/ModuleExtensionInterfaces.js', 75 'front_end/common/ModuleExtensionInterfaces.js',
75 'front_end/common/Object.js', 76 'front_end/common/Object.js',
76 'front_end/common/OutputStream.js', 77 'front_end/common/OutputStream.js',
77 'front_end/common/ParsedURL.js', 78 'front_end/common/ParsedURL.js',
78 'front_end/common/Progress.js', 79 'front_end/common/Progress.js',
79 'front_end/common/ResourceType.js', 80 'front_end/common/ResourceType.js',
80 'front_end/common/SegmentedRange.js', 81 'front_end/common/SegmentedRange.js',
81 'front_end/common/Settings.js', 82 'front_end/common/Settings.js',
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 'front_end/Images/toolbarResizerVertical.png', 896 'front_end/Images/toolbarResizerVertical.png',
896 'front_end/Images/toolbarItemSelected.png', 897 'front_end/Images/toolbarItemSelected.png',
897 'front_end/Images/touchCursor.png', 898 'front_end/Images/touchCursor.png',
898 'front_end/Images/touchCursor_2x.png', 899 'front_end/Images/touchCursor_2x.png',
899 ], 900 ],
900 'devtools_extension_api_files': [ 901 'devtools_extension_api_files': [
901 'front_end/extensions/ExtensionAPI.js', 902 'front_end/extensions/ExtensionAPI.js',
902 ], 903 ],
903 }, 904 },
904 } 905 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698