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

Side by Side Diff: chrome/chrome.gyp

Issue 22972007: Migrate DevToolsWindow from specific to opaque frontend host messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'browser/devtools/devtools_adb_bridge.h', 189 'browser/devtools/devtools_adb_bridge.h',
190 'browser/devtools/devtools_file_helper.cc', 190 'browser/devtools/devtools_file_helper.cc',
191 'browser/devtools/devtools_file_helper.h', 191 'browser/devtools/devtools_file_helper.h',
192 'browser/devtools/devtools_file_system_indexer.cc', 192 'browser/devtools/devtools_file_system_indexer.cc',
193 'browser/devtools/devtools_file_system_indexer.h', 193 'browser/devtools/devtools_file_system_indexer.h',
194 'browser/devtools/devtools_protocol.cc', 194 'browser/devtools/devtools_protocol.cc',
195 'browser/devtools/devtools_protocol.h', 195 'browser/devtools/devtools_protocol.h',
196 'browser/devtools/devtools_toggle_action.h', 196 'browser/devtools/devtools_toggle_action.h',
197 'browser/devtools/devtools_window.cc', 197 'browser/devtools/devtools_window.cc',
198 'browser/devtools/devtools_window.h', 198 'browser/devtools/devtools_window.h',
199 'browser/devtools/list_value_parser.h',
199 'browser/devtools/remote_debugging_server.cc', 200 'browser/devtools/remote_debugging_server.cc',
200 'browser/devtools/remote_debugging_server.h', 201 'browser/devtools/remote_debugging_server.h',
201 'browser/devtools/tethering_adb_filter.cc', 202 'browser/devtools/tethering_adb_filter.cc',
202 'browser/devtools/tethering_adb_filter.h', 203 'browser/devtools/tethering_adb_filter.h',
203 ], 204 ],
204 'conditions': [ 205 'conditions': [
205 ['toolkit_uses_gtk == 1', { 206 ['toolkit_uses_gtk == 1', {
206 'dependencies': [ 207 'dependencies': [
207 '../build/linux/system.gyp:gtk', 208 '../build/linux/system.gyp:gtk',
208 ], 209 ],
(...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after
1199 'sources': [ 1200 'sources': [
1200 'service/cloud_print/print_system_cups.cc', 1201 'service/cloud_print/print_system_cups.cc',
1201 ], 1202 ],
1202 }], 1203 }],
1203 ], 1204 ],
1204 }, 1205 },
1205 ], 1206 ],
1206 }], 1207 }],
1207 ], # 'conditions' 1208 ], # 'conditions'
1208 } 1209 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698