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

Side by Side Diff: chrome/chrome.gyp

Issue 23490021: Rename chrome/browser/devtools/tethering_adb_filter.* to port_forwarding_controller.* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'browser/devtools/devtools_adb_bridge.h', 179 'browser/devtools/devtools_adb_bridge.h',
180 'browser/devtools/devtools_file_helper.cc', 180 'browser/devtools/devtools_file_helper.cc',
181 'browser/devtools/devtools_file_helper.h', 181 'browser/devtools/devtools_file_helper.h',
182 'browser/devtools/devtools_file_system_indexer.cc', 182 'browser/devtools/devtools_file_system_indexer.cc',
183 'browser/devtools/devtools_file_system_indexer.h', 183 'browser/devtools/devtools_file_system_indexer.h',
184 'browser/devtools/devtools_protocol.cc', 184 'browser/devtools/devtools_protocol.cc',
185 'browser/devtools/devtools_protocol.h', 185 'browser/devtools/devtools_protocol.h',
186 'browser/devtools/devtools_toggle_action.h', 186 'browser/devtools/devtools_toggle_action.h',
187 'browser/devtools/devtools_window.cc', 187 'browser/devtools/devtools_window.cc',
188 'browser/devtools/devtools_window.h', 188 'browser/devtools/devtools_window.h',
189 'browser/devtools/port_forwarding_controller.cc',
190 'browser/devtools/port_forwarding_controller.h',
189 'browser/devtools/remote_debugging_server.cc', 191 'browser/devtools/remote_debugging_server.cc',
190 'browser/devtools/remote_debugging_server.h', 192 'browser/devtools/remote_debugging_server.h',
191 'browser/devtools/tethering_adb_filter.cc',
192 'browser/devtools/tethering_adb_filter.h',
193 ], 193 ],
194 'conditions': [ 194 'conditions': [
195 ['toolkit_uses_gtk == 1', { 195 ['toolkit_uses_gtk == 1', {
196 'dependencies': [ 196 'dependencies': [
197 '../build/linux/system.gyp:gtk', 197 '../build/linux/system.gyp:gtk',
198 ], 198 ],
199 }], 199 }],
200 ['OS=="android"', { 200 ['OS=="android"', {
201 'dependencies!': [ 201 'dependencies!': [
202 '../third_party/libusb/libusb.gyp:libusb', 202 '../third_party/libusb/libusb.gyp:libusb',
(...skipping 986 matching lines...) Expand 10 before | Expand all | Expand 10 after
1189 'sources': [ 1189 'sources': [
1190 'service/cloud_print/print_system_cups.cc', 1190 'service/cloud_print/print_system_cups.cc',
1191 ], 1191 ],
1192 }], 1192 }],
1193 ], 1193 ],
1194 }, 1194 },
1195 ], 1195 ],
1196 }], 1196 }],
1197 ], # 'conditions' 1197 ], # 'conditions'
1198 } 1198 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698