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

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

Issue 1160323004: [DevTools] Move emulated devices to separate module. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed compile 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
« no previous file with comments | « Source/devtools/BUILD.gn ('k') | Source/devtools/devtools.gypi » ('j') | 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 '<(PRODUCT_DIR)/resources/inspector/toolbox.css', 107 '<(PRODUCT_DIR)/resources/inspector/toolbox.css',
108 '<(PRODUCT_DIR)/resources/inspector/toolbox.html', 108 '<(PRODUCT_DIR)/resources/inspector/toolbox.html',
109 '<(PRODUCT_DIR)/resources/inspector/toolbox.js', 109 '<(PRODUCT_DIR)/resources/inspector/toolbox.js',
110 '<(PRODUCT_DIR)/resources/inspector/accessibility_mo dule.js', 110 '<(PRODUCT_DIR)/resources/inspector/accessibility_mo dule.js',
111 '<(PRODUCT_DIR)/resources/inspector/animation_module .js', 111 '<(PRODUCT_DIR)/resources/inspector/animation_module .js',
112 '<(PRODUCT_DIR)/resources/inspector/audits_module.js ', 112 '<(PRODUCT_DIR)/resources/inspector/audits_module.js ',
113 '<(PRODUCT_DIR)/resources/inspector/cm_modes_module. js', 113 '<(PRODUCT_DIR)/resources/inspector/cm_modes_module. js',
114 '<(PRODUCT_DIR)/resources/inspector/components_lazy_ module.js', 114 '<(PRODUCT_DIR)/resources/inspector/components_lazy_ module.js',
115 '<(PRODUCT_DIR)/resources/inspector/console_module.j s', 115 '<(PRODUCT_DIR)/resources/inspector/console_module.j s',
116 '<(PRODUCT_DIR)/resources/inspector/elements_module. js', 116 '<(PRODUCT_DIR)/resources/inspector/elements_module. js',
117 '<(PRODUCT_DIR)/resources/inspector/emulated_devices _module.js',
117 '<(PRODUCT_DIR)/resources/inspector/heap_snapshot_wo rker_module.js', 118 '<(PRODUCT_DIR)/resources/inspector/heap_snapshot_wo rker_module.js',
118 '<(PRODUCT_DIR)/resources/inspector/layers_module.js ', 119 '<(PRODUCT_DIR)/resources/inspector/layers_module.js ',
119 '<(PRODUCT_DIR)/resources/inspector/network_module.j s', 120 '<(PRODUCT_DIR)/resources/inspector/network_module.j s',
120 '<(PRODUCT_DIR)/resources/inspector/profiler_module. js', 121 '<(PRODUCT_DIR)/resources/inspector/profiler_module. js',
121 '<(PRODUCT_DIR)/resources/inspector/promises_module. js', 122 '<(PRODUCT_DIR)/resources/inspector/promises_module. js',
122 '<(PRODUCT_DIR)/resources/inspector/resources_module .js', 123 '<(PRODUCT_DIR)/resources/inspector/resources_module .js',
123 '<(PRODUCT_DIR)/resources/inspector/screencast_modul e.js', 124 '<(PRODUCT_DIR)/resources/inspector/screencast_modul e.js',
124 '<(PRODUCT_DIR)/resources/inspector/script_formatter _worker_module.js', 125 '<(PRODUCT_DIR)/resources/inspector/script_formatter _worker_module.js',
125 '<(PRODUCT_DIR)/resources/inspector/settings_module. js', 126 '<(PRODUCT_DIR)/resources/inspector/settings_module. js',
126 '<(PRODUCT_DIR)/resources/inspector/snippets_module. js', 127 '<(PRODUCT_DIR)/resources/inspector/snippets_module. js',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 '<(_output_path)/inspector.js', 271 '<(_output_path)/inspector.js',
271 '<(_output_path)/toolbox.html', 272 '<(_output_path)/toolbox.html',
272 '<(_output_path)/toolbox.js', 273 '<(_output_path)/toolbox.js',
273 '<(_output_path)/accessibility_module.js', 274 '<(_output_path)/accessibility_module.js',
274 '<(_output_path)/animation_module.js', 275 '<(_output_path)/animation_module.js',
275 '<(_output_path)/audits_module.js', 276 '<(_output_path)/audits_module.js',
276 '<(_output_path)/cm_modes_module.js', 277 '<(_output_path)/cm_modes_module.js',
277 '<(_output_path)/components_lazy_module.js', 278 '<(_output_path)/components_lazy_module.js',
278 '<(_output_path)/console_module.js', 279 '<(_output_path)/console_module.js',
279 '<(_output_path)/elements_module.js', 280 '<(_output_path)/elements_module.js',
281 '<(_output_path)/emulated_devices_module.js',
280 '<(_output_path)/heap_snapshot_worker_module.js', 282 '<(_output_path)/heap_snapshot_worker_module.js',
281 '<(_output_path)/layers_module.js', 283 '<(_output_path)/layers_module.js',
282 '<(_output_path)/network_module.js', 284 '<(_output_path)/network_module.js',
283 '<(_output_path)/profiler_module.js', 285 '<(_output_path)/profiler_module.js',
284 '<(_output_path)/promises_module.js', 286 '<(_output_path)/promises_module.js',
285 '<(_output_path)/resources_module.js', 287 '<(_output_path)/resources_module.js',
286 '<(_output_path)/screencast_module.js', 288 '<(_output_path)/screencast_module.js',
287 '<(_output_path)/script_formatter_worker_module.js', 289 '<(_output_path)/script_formatter_worker_module.js',
288 '<(_output_path)/settings_module.js', 290 '<(_output_path)/settings_module.js',
289 '<(_output_path)/snippets_module.js', 291 '<(_output_path)/snippets_module.js',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 ], 369 ],
368 'search_path': [ 'front_end' ], 370 'search_path': [ 'front_end' ],
369 'outputs': ['<(PRODUCT_DIR)/resources/inspector/toolbox. css'], 371 'outputs': ['<(PRODUCT_DIR)/resources/inspector/toolbox. css'],
370 'action': ['python', '<@(_script_name)', '<@(_input_styl esheet)', '<@(_outputs)'], 372 'action': ['python', '<@(_script_name)', '<@(_input_styl esheet)', '<@(_outputs)'],
371 }], 373 }],
372 }, 374 },
373 ], 375 ],
374 }], 376 }],
375 ], # conditions 377 ], # conditions
376 } 378 }
OLDNEW
« no previous file with comments | « Source/devtools/BUILD.gn ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698