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 298913004: [DevTools] Add Toolbox page to undocked DevTools frontend. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 '<@(devtools_sdk_js_files)', 310 '<@(devtools_sdk_js_files)',
311 ], 311 ],
312 }, 312 },
313 { 313 {
314 'destination': '<(PRODUCT_DIR)/resources/inspector/u i', 314 'destination': '<(PRODUCT_DIR)/resources/inspector/u i',
315 'files': [ 315 'files': [
316 '<@(devtools_ui_js_files)', 316 '<@(devtools_ui_js_files)',
317 ], 317 ],
318 }, 318 },
319 { 319 {
320 'destination': '<(PRODUCT_DIR)/resources/inspector/t oolbox',
321 'files': [
322 '<@(devtools_toolbox_js_files)',
323 ],
324 },
325 {
320 'destination': '<(PRODUCT_DIR)/resources/inspector/m ain', 326 'destination': '<(PRODUCT_DIR)/resources/inspector/m ain',
321 'files': [ 327 'files': [
322 '<@(devtools_main_js_files)', 328 '<@(devtools_main_js_files)',
323 'front_end/main/module.json', 329 'front_end/main/module.json',
324 ], 330 ],
325 }, 331 },
326 ] 332 ]
327 }] 333 }]
328 ] 334 ]
329 }, 335 },
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 '<@(devtools_module_json_files)', 895 '<@(devtools_module_json_files)',
890 ], 896 ],
891 'outputs': ['<(SHARED_INTERMEDIATE_DIR)/blink/common/mod ules.js'], 897 'outputs': ['<(SHARED_INTERMEDIATE_DIR)/blink/common/mod ules.js'],
892 'action': ['python', '<@(_script_name)', '<@(_input_file )', '<@(_outputs)', '<@(devtools_module_json_files)'], 898 'action': ['python', '<@(_script_name)', '<@(_input_file )', '<@(_outputs)', '<@(devtools_module_json_files)'],
893 }], 899 }],
894 }, 900 },
895 ], 901 ],
896 }], 902 }],
897 ], # conditions 903 ], # conditions
898 } 904 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/devtools.gypi » ('j') | Source/devtools/front_end/components/DockController.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698