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

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

Issue 366633002: DevTools: Move jsdifflib to "sources", extract "toolbox" module (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove trailing whitespace in jsdifflib.js Created 6 years, 5 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 '<@(devtools_sdk_js_files)', 313 '<@(devtools_sdk_js_files)',
314 ], 314 ],
315 }, 315 },
316 { 316 {
317 'destination': '<(PRODUCT_DIR)/resources/inspector/u i', 317 'destination': '<(PRODUCT_DIR)/resources/inspector/u i',
318 'files': [ 318 'files': [
319 '<@(devtools_ui_js_files)', 319 '<@(devtools_ui_js_files)',
320 ], 320 ],
321 }, 321 },
322 { 322 {
323 'destination': '<(PRODUCT_DIR)/resources/inspector/t oolbox',
324 'files': [
325 '<@(devtools_toolbox_js_files)',
326 ],
327 },
328 {
323 'destination': '<(PRODUCT_DIR)/resources/inspector/m ain', 329 'destination': '<(PRODUCT_DIR)/resources/inspector/m ain',
324 'files': [ 330 'files': [
325 '<@(devtools_main_js_files)', 331 '<@(devtools_main_js_files)',
326 'front_end/main/module.json', 332 'front_end/main/module.json',
327 ], 333 ],
328 }, 334 },
329 ] 335 ]
330 }] 336 }]
331 ] 337 ]
332 }, 338 },
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 '<@(devtools_module_json_files)', 910 '<@(devtools_module_json_files)',
905 ], 911 ],
906 'outputs': ['<(blink_devtools_output_dir)/common/modules .js'], 912 'outputs': ['<(blink_devtools_output_dir)/common/modules .js'],
907 'action': ['python', '<@(_script_name)', '<@(_input_file )', '<@(_outputs)', '<@(devtools_module_json_files)'], 913 'action': ['python', '<@(_script_name)', '<@(_input_file )', '<@(_outputs)', '<@(devtools_module_json_files)'],
908 }], 914 }],
909 }, 915 },
910 ], 916 ],
911 }], 917 }],
912 ], # conditions 918 ], # conditions
913 } 919 }
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