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

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

Issue 1805343003: DevTools: rename script_formatter_worker into formatter_worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 '<(PRODUCT_DIR)/resources/inspector/elements_module. js', 112 '<(PRODUCT_DIR)/resources/inspector/elements_module. js',
113 '<(PRODUCT_DIR)/resources/inspector/es_tree_module.j s', 113 '<(PRODUCT_DIR)/resources/inspector/es_tree_module.j s',
114 '<(PRODUCT_DIR)/resources/inspector/heap_snapshot_wo rker_module.js', 114 '<(PRODUCT_DIR)/resources/inspector/heap_snapshot_wo rker_module.js',
115 '<(PRODUCT_DIR)/resources/inspector/layers_module.js ', 115 '<(PRODUCT_DIR)/resources/inspector/layers_module.js ',
116 '<(PRODUCT_DIR)/resources/inspector/network_module.j s', 116 '<(PRODUCT_DIR)/resources/inspector/network_module.j s',
117 '<(PRODUCT_DIR)/resources/inspector/profiler_module. js', 117 '<(PRODUCT_DIR)/resources/inspector/profiler_module. js',
118 '<(PRODUCT_DIR)/resources/inspector/promises_module. js', 118 '<(PRODUCT_DIR)/resources/inspector/promises_module. js',
119 '<(PRODUCT_DIR)/resources/inspector/resources_module .js', 119 '<(PRODUCT_DIR)/resources/inspector/resources_module .js',
120 '<(PRODUCT_DIR)/resources/inspector/sass_module.js', 120 '<(PRODUCT_DIR)/resources/inspector/sass_module.js',
121 '<(PRODUCT_DIR)/resources/inspector/security_module. js', 121 '<(PRODUCT_DIR)/resources/inspector/security_module. js',
122 '<(PRODUCT_DIR)/resources/inspector/script_formatter _worker_module.js', 122 '<(PRODUCT_DIR)/resources/inspector/formatter_worker _module.js',
123 '<(PRODUCT_DIR)/resources/inspector/settings_module. js', 123 '<(PRODUCT_DIR)/resources/inspector/settings_module. js',
124 '<(PRODUCT_DIR)/resources/inspector/snippets_module. js', 124 '<(PRODUCT_DIR)/resources/inspector/snippets_module. js',
125 '<(PRODUCT_DIR)/resources/inspector/source_frame_mod ule.js', 125 '<(PRODUCT_DIR)/resources/inspector/source_frame_mod ule.js',
126 '<(PRODUCT_DIR)/resources/inspector/sources_module.j s', 126 '<(PRODUCT_DIR)/resources/inspector/sources_module.j s',
127 '<(PRODUCT_DIR)/resources/inspector/temp_storage_sha red_worker_module.js', 127 '<(PRODUCT_DIR)/resources/inspector/temp_storage_sha red_worker_module.js',
128 '<(PRODUCT_DIR)/resources/inspector/timeline_module. js', 128 '<(PRODUCT_DIR)/resources/inspector/timeline_module. js',
129 '<(PRODUCT_DIR)/resources/inspector/ui_lazy_module.j s', 129 '<(PRODUCT_DIR)/resources/inspector/ui_lazy_module.j s',
130 '<(PRODUCT_DIR)/resources/inspector/devtools_extensi on_api.js', 130 '<(PRODUCT_DIR)/resources/inspector/devtools_extensi on_api.js',
131 ], 131 ],
132 'inputs': [ 132 'inputs': [
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 '<(_output_path)/es_tree_module.js', 281 '<(_output_path)/es_tree_module.js',
282 '<(_output_path)/heap_snapshot_worker_module.js', 282 '<(_output_path)/heap_snapshot_worker_module.js',
283 '<(_output_path)/layers_module.js', 283 '<(_output_path)/layers_module.js',
284 '<(_output_path)/network_module.js', 284 '<(_output_path)/network_module.js',
285 '<(_output_path)/profiler_module.js', 285 '<(_output_path)/profiler_module.js',
286 '<(_output_path)/promises_module.js', 286 '<(_output_path)/promises_module.js',
287 '<(_output_path)/resources_module.js', 287 '<(_output_path)/resources_module.js',
288 '<(_output_path)/sass_module.js', 288 '<(_output_path)/sass_module.js',
289 '<(_output_path)/security_module.js', 289 '<(_output_path)/security_module.js',
290 '<(_output_path)/screencast_module.js', 290 '<(_output_path)/screencast_module.js',
291 '<(_output_path)/script_formatter_worker_module.js', 291 '<(_output_path)/formatter_worker_module.js',
292 '<(_output_path)/settings_module.js', 292 '<(_output_path)/settings_module.js',
293 '<(_output_path)/snippets_module.js', 293 '<(_output_path)/snippets_module.js',
294 '<(_output_path)/source_frame_module.js', 294 '<(_output_path)/source_frame_module.js',
295 '<(_output_path)/sources_module.js', 295 '<(_output_path)/sources_module.js',
296 '<(_output_path)/temp_storage_shared_worker_module.j s', 296 '<(_output_path)/temp_storage_shared_worker_module.j s',
297 '<(_output_path)/timeline_module.js', 297 '<(_output_path)/timeline_module.js',
298 '<(_output_path)/ui_lazy_module.js', 298 '<(_output_path)/ui_lazy_module.js',
299 ], 299 ],
300 }, 300 },
301 { # Debug 301 { # Debug
(...skipping 28 matching lines...) Expand all
330 '<@(devtools_cm_js_files)', 330 '<@(devtools_cm_js_files)',
331 '<@(devtools_cm_css_files)', 331 '<@(devtools_cm_css_files)',
332 ], 332 ],
333 }, 333 },
334 ] 334 ]
335 }] 335 }]
336 ] 336 ]
337 }, 337 },
338 ] 338 ]
339 } 339 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/BUILD.gn ('k') | third_party/WebKit/Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698