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

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

Issue 2229683002: [Devtools] Fix RJSMIN for backtick (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [Devtools] Fix RJSMIN Created 4 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
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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'supported_css_properties', 246 'supported_css_properties',
247 'frontend_protocol_sources', 247 'frontend_protocol_sources',
248 ], 248 ],
249 'output_path': '<(PRODUCT_DIR)/resources/inspector/', 249 'output_path': '<(PRODUCT_DIR)/resources/inspector/',
250 'actions': [{ 250 'actions': [{
251 'action_name': 'build_applications', 251 'action_name': 'build_applications',
252 'script_name': 'scripts/build_applications.py', 252 'script_name': 'scripts/build_applications.py',
253 'helper_scripts': [ 253 'helper_scripts': [
254 'scripts/modular_build.py', 254 'scripts/modular_build.py',
255 'scripts/concatenate_application_code.py', 255 'scripts/concatenate_application_code.py',
256 "scripts/rjsmin.py",
256 ], 257 ],
257 'inputs': [ 258 'inputs': [
258 '<@(_script_name)', 259 '<@(_script_name)',
259 '<@(_helper_scripts)', 260 '<@(_helper_scripts)',
260 '<@(all_devtools_files)', 261 '<@(all_devtools_files)',
261 'front_end/inspector.html', 262 'front_end/inspector.html',
262 'front_end/toolbox.html', 263 'front_end/toolbox.html',
263 '<(_output_path)/InspectorBackendCommands.js', 264 '<(_output_path)/InspectorBackendCommands.js',
264 '<(_output_path)/SupportedCSSProperties.js', 265 '<(_output_path)/SupportedCSSProperties.js',
265 ], 266 ],
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 '<@(devtools_cm_js_files)', 335 '<@(devtools_cm_js_files)',
335 '<@(devtools_cm_css_files)', 336 '<@(devtools_cm_css_files)',
336 ], 337 ],
337 }, 338 },
338 ] 339 ]
339 }] 340 }]
340 ] 341 ]
341 }, 342 },
342 ] 343 ]
343 } 344 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/BUILD.gn ('k') | third_party/WebKit/Source/devtools/scripts/rjsmin.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698