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

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

Issue 663023004: DevTools: Fix build after r183969 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 '<(PRODUCT_DIR)/resources/inspector/devtools.html', 94 '<(PRODUCT_DIR)/resources/inspector/devtools.html',
95 '<(PRODUCT_DIR)/resources/inspector/devtools.js', 95 '<(PRODUCT_DIR)/resources/inspector/devtools.js',
96 '<(PRODUCT_DIR)/resources/inspector/toolbox.css', 96 '<(PRODUCT_DIR)/resources/inspector/toolbox.css',
97 '<(PRODUCT_DIR)/resources/inspector/toolbox.html', 97 '<(PRODUCT_DIR)/resources/inspector/toolbox.html',
98 '<(PRODUCT_DIR)/resources/inspector/toolbox.js', 98 '<(PRODUCT_DIR)/resources/inspector/toolbox.js',
99 '<(PRODUCT_DIR)/resources/inspector/audits_module.js ', 99 '<(PRODUCT_DIR)/resources/inspector/audits_module.js ',
100 '<(PRODUCT_DIR)/resources/inspector/console_module.j s', 100 '<(PRODUCT_DIR)/resources/inspector/console_module.j s',
101 '<(PRODUCT_DIR)/resources/inspector/devices_module.j s', 101 '<(PRODUCT_DIR)/resources/inspector/devices_module.j s',
102 '<(PRODUCT_DIR)/resources/inspector/documentation_mo dule.js', 102 '<(PRODUCT_DIR)/resources/inspector/documentation_mo dule.js',
103 '<(PRODUCT_DIR)/resources/inspector/elements_module. js', 103 '<(PRODUCT_DIR)/resources/inspector/elements_module. js',
104 '<(PRODUCT_DIR)/resources/inspector/extensions_modul e.js',
105 '<(PRODUCT_DIR)/resources/inspector/heap_snapshot_wo rker_module.js', 104 '<(PRODUCT_DIR)/resources/inspector/heap_snapshot_wo rker_module.js',
106 '<(PRODUCT_DIR)/resources/inspector/layers_module.js ', 105 '<(PRODUCT_DIR)/resources/inspector/layers_module.js ',
107 '<(PRODUCT_DIR)/resources/inspector/network_module.j s', 106 '<(PRODUCT_DIR)/resources/inspector/network_module.j s',
108 '<(PRODUCT_DIR)/resources/inspector/profiler_module. js', 107 '<(PRODUCT_DIR)/resources/inspector/profiler_module. js',
109 '<(PRODUCT_DIR)/resources/inspector/promises_module. js', 108 '<(PRODUCT_DIR)/resources/inspector/promises_module. js',
110 '<(PRODUCT_DIR)/resources/inspector/resources_module .js', 109 '<(PRODUCT_DIR)/resources/inspector/resources_module .js',
111 '<(PRODUCT_DIR)/resources/inspector/script_formatter _worker_module.js', 110 '<(PRODUCT_DIR)/resources/inspector/script_formatter _worker_module.js',
112 '<(PRODUCT_DIR)/resources/inspector/settings_module. js', 111 '<(PRODUCT_DIR)/resources/inspector/settings_module. js',
113 '<(PRODUCT_DIR)/resources/inspector/source_frame_mod ule.js', 112 '<(PRODUCT_DIR)/resources/inspector/source_frame_mod ule.js',
114 '<(PRODUCT_DIR)/resources/inspector/sources_module.j s', 113 '<(PRODUCT_DIR)/resources/inspector/sources_module.j s',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'outputs': [ 249 'outputs': [
251 '<(_output_path)/devtools.js', 250 '<(_output_path)/devtools.js',
252 '<(_output_path)/devtools.html', 251 '<(_output_path)/devtools.html',
253 '<(_output_path)/toolbox.js', 252 '<(_output_path)/toolbox.js',
254 '<(_output_path)/toolbox.html', 253 '<(_output_path)/toolbox.html',
255 '<(_output_path)/audits_module.js', 254 '<(_output_path)/audits_module.js',
256 '<(_output_path)/console_module.js', 255 '<(_output_path)/console_module.js',
257 '<(_output_path)/devices_module.js', 256 '<(_output_path)/devices_module.js',
258 '<(_output_path)/documentation_module.js', 257 '<(_output_path)/documentation_module.js',
259 '<(_output_path)/elements_module.js', 258 '<(_output_path)/elements_module.js',
260 '<(_output_path)/extensions_module.js',
261 '<(_output_path)/heap_snapshot_worker_module.js', 259 '<(_output_path)/heap_snapshot_worker_module.js',
262 '<(_output_path)/layers_module.js', 260 '<(_output_path)/layers_module.js',
263 '<(_output_path)/network_module.js', 261 '<(_output_path)/network_module.js',
264 '<(_output_path)/profiler_module.js', 262 '<(_output_path)/profiler_module.js',
265 '<(_output_path)/promises_module.js', 263 '<(_output_path)/promises_module.js',
266 '<(_output_path)/resources_module.js', 264 '<(_output_path)/resources_module.js',
267 '<(_output_path)/script_formatter_worker_module.js', 265 '<(_output_path)/script_formatter_worker_module.js',
268 '<(_output_path)/settings_module.js', 266 '<(_output_path)/settings_module.js',
269 '<(_output_path)/source_frame_module.js', 267 '<(_output_path)/source_frame_module.js',
270 '<(_output_path)/sources_module.js', 268 '<(_output_path)/sources_module.js',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 ], 358 ],
361 'search_path': [ 'front_end' ], 359 'search_path': [ 'front_end' ],
362 'outputs': ['<(PRODUCT_DIR)/resources/inspector/toolbox. css'], 360 'outputs': ['<(PRODUCT_DIR)/resources/inspector/toolbox. css'],
363 'action': ['python', '<@(_script_name)', '<@(_input_styl esheet)', '<@(_outputs)'], 361 'action': ['python', '<@(_script_name)', '<@(_input_styl esheet)', '<@(_outputs)'],
364 }], 362 }],
365 }, 363 },
366 ], 364 ],
367 }], 365 }],
368 ], # conditions 366 ], # conditions
369 } 367 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698