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

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

Issue 1187743003: [DevTools] Remove remoteModules experiment, make cm_modes, screencast and emulated_devices remote f… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'relative_path_dirs': [ 93 'relative_path_dirs': [
94 '<(PRODUCT_DIR)/resources/inspector', 94 '<(PRODUCT_DIR)/resources/inspector',
95 'front_end' 95 'front_end'
96 ], 96 ],
97 'static_files': [ 97 'static_files': [
98 # Intentionally empty. Should get rebuilt when switc hing from debug_devtools==1. 98 # Intentionally empty. Should get rebuilt when switc hing from debug_devtools==1.
99 ], 99 ],
100 'devtools_static_files_list': '<|(devtools_static_grd_fi les.tmp <@(_static_files))', 100 'devtools_static_files_list': '<|(devtools_static_grd_fi les.tmp <@(_static_files))',
101 'generated_files': [ 101 'generated_files': [
102 # Core and remote modules should not be listed here. 102 # Core and remote modules should not be listed here.
103 # TODO(dgozman): remove remote modules from here onc e experiment is over.
104 '<(PRODUCT_DIR)/resources/inspector/inspector.css', 103 '<(PRODUCT_DIR)/resources/inspector/inspector.css',
105 '<(PRODUCT_DIR)/resources/inspector/inspector.html', 104 '<(PRODUCT_DIR)/resources/inspector/inspector.html',
106 '<(PRODUCT_DIR)/resources/inspector/inspector.js', 105 '<(PRODUCT_DIR)/resources/inspector/inspector.js',
107 '<(PRODUCT_DIR)/resources/inspector/toolbox.css', 106 '<(PRODUCT_DIR)/resources/inspector/toolbox.css',
108 '<(PRODUCT_DIR)/resources/inspector/toolbox.html', 107 '<(PRODUCT_DIR)/resources/inspector/toolbox.html',
109 '<(PRODUCT_DIR)/resources/inspector/toolbox.js', 108 '<(PRODUCT_DIR)/resources/inspector/toolbox.js',
110 '<(PRODUCT_DIR)/resources/inspector/accessibility_mo dule.js', 109 '<(PRODUCT_DIR)/resources/inspector/accessibility_mo dule.js',
111 '<(PRODUCT_DIR)/resources/inspector/animation_module .js', 110 '<(PRODUCT_DIR)/resources/inspector/animation_module .js',
112 '<(PRODUCT_DIR)/resources/inspector/audits_module.js ', 111 '<(PRODUCT_DIR)/resources/inspector/audits_module.js ',
113 '<(PRODUCT_DIR)/resources/inspector/cm_modes_module. js',
114 '<(PRODUCT_DIR)/resources/inspector/components_lazy_ module.js', 112 '<(PRODUCT_DIR)/resources/inspector/components_lazy_ module.js',
115 '<(PRODUCT_DIR)/resources/inspector/console_module.j s', 113 '<(PRODUCT_DIR)/resources/inspector/console_module.j s',
116 '<(PRODUCT_DIR)/resources/inspector/elements_module. js', 114 '<(PRODUCT_DIR)/resources/inspector/elements_module. js',
117 '<(PRODUCT_DIR)/resources/inspector/emulated_devices _module.js',
118 '<(PRODUCT_DIR)/resources/inspector/heap_snapshot_wo rker_module.js', 115 '<(PRODUCT_DIR)/resources/inspector/heap_snapshot_wo rker_module.js',
119 '<(PRODUCT_DIR)/resources/inspector/layers_module.js ', 116 '<(PRODUCT_DIR)/resources/inspector/layers_module.js ',
120 '<(PRODUCT_DIR)/resources/inspector/network_module.j s', 117 '<(PRODUCT_DIR)/resources/inspector/network_module.j s',
121 '<(PRODUCT_DIR)/resources/inspector/profiler_module. js', 118 '<(PRODUCT_DIR)/resources/inspector/profiler_module. js',
122 '<(PRODUCT_DIR)/resources/inspector/promises_module. js', 119 '<(PRODUCT_DIR)/resources/inspector/promises_module. js',
123 '<(PRODUCT_DIR)/resources/inspector/resources_module .js', 120 '<(PRODUCT_DIR)/resources/inspector/resources_module .js',
124 '<(PRODUCT_DIR)/resources/inspector/security_module. js', 121 '<(PRODUCT_DIR)/resources/inspector/security_module. js',
125 '<(PRODUCT_DIR)/resources/inspector/screencast_modul e.js',
126 '<(PRODUCT_DIR)/resources/inspector/script_formatter _worker_module.js', 122 '<(PRODUCT_DIR)/resources/inspector/script_formatter _worker_module.js',
127 '<(PRODUCT_DIR)/resources/inspector/settings_module. js', 123 '<(PRODUCT_DIR)/resources/inspector/settings_module. js',
128 '<(PRODUCT_DIR)/resources/inspector/snippets_module. js', 124 '<(PRODUCT_DIR)/resources/inspector/snippets_module. js',
129 '<(PRODUCT_DIR)/resources/inspector/source_frame_mod ule.js', 125 '<(PRODUCT_DIR)/resources/inspector/source_frame_mod ule.js',
130 '<(PRODUCT_DIR)/resources/inspector/sources_module.j s', 126 '<(PRODUCT_DIR)/resources/inspector/sources_module.j s',
131 '<(PRODUCT_DIR)/resources/inspector/temp_storage_sha red_worker_module.js', 127 '<(PRODUCT_DIR)/resources/inspector/temp_storage_sha red_worker_module.js',
132 '<(PRODUCT_DIR)/resources/inspector/timeline_module. js', 128 '<(PRODUCT_DIR)/resources/inspector/timeline_module. js',
133 '<(PRODUCT_DIR)/resources/inspector/ui_lazy_module.j s', 129 '<(PRODUCT_DIR)/resources/inspector/ui_lazy_module.j s',
134 '<(PRODUCT_DIR)/resources/inspector/devtools_extensi on_api.js', 130 '<(PRODUCT_DIR)/resources/inspector/devtools_extensi on_api.js',
135 ], 131 ],
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 ], 367 ],
372 'search_path': [ 'front_end' ], 368 'search_path': [ 'front_end' ],
373 'outputs': ['<(PRODUCT_DIR)/resources/inspector/toolbox. css'], 369 'outputs': ['<(PRODUCT_DIR)/resources/inspector/toolbox. css'],
374 'action': ['python', '<@(_script_name)', '<@(_input_styl esheet)', '<@(_outputs)'], 370 'action': ['python', '<@(_script_name)', '<@(_input_styl esheet)', '<@(_outputs)'],
375 }], 371 }],
376 }, 372 },
377 ], 373 ],
378 }], 374 }],
379 ], # conditions 375 ], # conditions
380 } 376 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698