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

Side by Side Diff: chrome/chrome.gyp

Issue 174226: Extension ports devtools remote service.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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 | « chrome/browser/extensions/extension_message_service.cc ('k') | 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 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 2547 matching lines...) Expand 10 before | Expand all | Expand 10 after
2558 'browser/debugger/devtools_protocol_handler.h', 2558 'browser/debugger/devtools_protocol_handler.h',
2559 'browser/debugger/devtools_remote.h', 2559 'browser/debugger/devtools_remote.h',
2560 'browser/debugger/devtools_remote_listen_socket.cc', 2560 'browser/debugger/devtools_remote_listen_socket.cc',
2561 'browser/debugger/devtools_remote_listen_socket.h', 2561 'browser/debugger/devtools_remote_listen_socket.h',
2562 'browser/debugger/devtools_remote_message.cc', 2562 'browser/debugger/devtools_remote_message.cc',
2563 'browser/debugger/devtools_remote_message.h', 2563 'browser/debugger/devtools_remote_message.h',
2564 'browser/debugger/devtools_remote_service.cc', 2564 'browser/debugger/devtools_remote_service.cc',
2565 'browser/debugger/devtools_remote_service.h', 2565 'browser/debugger/devtools_remote_service.h',
2566 'browser/debugger/devtools_window.cc', 2566 'browser/debugger/devtools_window.cc',
2567 'browser/debugger/devtools_window.h', 2567 'browser/debugger/devtools_window.h',
2568 'browser/debugger/extension_ports_remote_service.cc',
2569 'browser/debugger/extension_ports_remote_service.h',
2568 'browser/debugger/inspectable_tab_proxy.cc', 2570 'browser/debugger/inspectable_tab_proxy.cc',
2569 'browser/debugger/inspectable_tab_proxy.h', 2571 'browser/debugger/inspectable_tab_proxy.h',
2570 ], 2572 ],
2571 'conditions': [ 2573 'conditions': [
2572 ['OS=="linux"', { 2574 ['OS=="linux"', {
2573 'dependencies': [ 2575 'dependencies': [
2574 '../build/linux/system.gyp:gtk', 2576 '../build/linux/system.gyp:gtk',
2575 ], 2577 ],
2576 }], 2578 }],
2577 ], 2579 ],
(...skipping 3074 matching lines...) Expand 10 before | Expand all | Expand 10 after
5652 # Use outputs of this action as inputs for the main target build. 5654 # Use outputs of this action as inputs for the main target build.
5653 # Seems as a misnomer but makes this happy on Linux (scons). 5655 # Seems as a misnomer but makes this happy on Linux (scons).
5654 'process_outputs_as_sources': 1, 5656 'process_outputs_as_sources': 1,
5655 }, 5657 },
5656 ], # 'actions' 5658 ], # 'actions'
5657 }, 5659 },
5658 ] 5660 ]
5659 }], 5661 }],
5660 ], # 'conditions' 5662 ], # 'conditions'
5661 } 5663 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_message_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698