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

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

Issue 2292723002: [DevTools] Make accessibility a remote module (Closed)
Patch Set: Don't include accessibility in generate_devtools_grd 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'devtools_static_files_list': '<|(devtools_static_grd_fi les.tmp <@(_static_files))', 98 'devtools_static_files_list': '<|(devtools_static_grd_fi les.tmp <@(_static_files))',
99 'generated_files': [ 99 'generated_files': [
100 # Core and remote modules should not be listed here. 100 # Core and remote modules should not be listed here.
101 '<(PRODUCT_DIR)/resources/inspector/inspector.html', 101 '<(PRODUCT_DIR)/resources/inspector/inspector.html',
102 '<(PRODUCT_DIR)/resources/inspector/inspector.js', 102 '<(PRODUCT_DIR)/resources/inspector/inspector.js',
103 '<(PRODUCT_DIR)/resources/inspector/toolbox.html', 103 '<(PRODUCT_DIR)/resources/inspector/toolbox.html',
104 '<(PRODUCT_DIR)/resources/inspector/toolbox.js', 104 '<(PRODUCT_DIR)/resources/inspector/toolbox.js',
105 '<(PRODUCT_DIR)/resources/inspector/formatter_worker .js', 105 '<(PRODUCT_DIR)/resources/inspector/formatter_worker .js',
106 '<(PRODUCT_DIR)/resources/inspector/heap_snapshot_wo rker.js', 106 '<(PRODUCT_DIR)/resources/inspector/heap_snapshot_wo rker.js',
107 '<(PRODUCT_DIR)/resources/inspector/temp_storage_sha red_worker.js', 107 '<(PRODUCT_DIR)/resources/inspector/temp_storage_sha red_worker.js',
108 '<(PRODUCT_DIR)/resources/inspector/accessibility/ac cessibility_module.js',
109 '<(PRODUCT_DIR)/resources/inspector/animation/animat ion_module.js', 108 '<(PRODUCT_DIR)/resources/inspector/animation/animat ion_module.js',
110 '<(PRODUCT_DIR)/resources/inspector/audits/audits_mo dule.js', 109 '<(PRODUCT_DIR)/resources/inspector/audits/audits_mo dule.js',
111 '<(PRODUCT_DIR)/resources/inspector/components_lazy/ components_lazy_module.js', 110 '<(PRODUCT_DIR)/resources/inspector/components_lazy/ components_lazy_module.js',
112 '<(PRODUCT_DIR)/resources/inspector/console/console_ module.js', 111 '<(PRODUCT_DIR)/resources/inspector/console/console_ module.js',
113 '<(PRODUCT_DIR)/resources/inspector/devices/devices_ module.js', 112 '<(PRODUCT_DIR)/resources/inspector/devices/devices_ module.js',
114 '<(PRODUCT_DIR)/resources/inspector/diff/diff_module .js', 113 '<(PRODUCT_DIR)/resources/inspector/diff/diff_module .js',
115 '<(PRODUCT_DIR)/resources/inspector/elements/element s_module.js', 114 '<(PRODUCT_DIR)/resources/inspector/elements/element s_module.js',
116 '<(PRODUCT_DIR)/resources/inspector/es_tree/es_tree_ module.js', 115 '<(PRODUCT_DIR)/resources/inspector/es_tree/es_tree_ module.js',
117 '<(PRODUCT_DIR)/resources/inspector/layers/layers_mo dule.js', 116 '<(PRODUCT_DIR)/resources/inspector/layers/layers_mo dule.js',
118 '<(PRODUCT_DIR)/resources/inspector/network/network_ module.js', 117 '<(PRODUCT_DIR)/resources/inspector/network/network_ module.js',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 '<@(devtools_cm_js_files)', 336 '<@(devtools_cm_js_files)',
338 '<@(devtools_cm_css_files)', 337 '<@(devtools_cm_css_files)',
339 ], 338 ],
340 }, 339 },
341 ] 340 ]
342 }] 341 }]
343 ] 342 ]
344 }, 343 },
345 ] 344 ]
346 } 345 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/BUILD.gn ('k') | third_party/WebKit/Source/devtools/front_end/inspector.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698