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

Side by Side Diff: chrome/chrome.gyp

Issue 11630004: DevTools: rename debugger/ to devtools/, move DevTools files into content/renderer/devtools. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: For landing Created 8 years 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
« no previous file with comments | « chrome/browser/ui/webui/inspect_ui.cc ('k') | chrome/chrome_resources.gyp » ('j') | 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) 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 '../net/net.gyp:net', 199 '../net/net.gyp:net',
200 '../skia/skia.gyp:skia', 200 '../skia/skia.gyp:skia',
201 '../third_party/icu/icu.gyp:icui18n', 201 '../third_party/icu/icu.gyp:icui18n',
202 '../third_party/icu/icu.gyp:icuuc', 202 '../third_party/icu/icu.gyp:icuuc',
203 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 203 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
204 ], 204 ],
205 'include_dirs': [ 205 'include_dirs': [
206 '..', 206 '..',
207 ], 207 ],
208 'sources': [ 208 'sources': [
209 'browser/debugger/browser_list_tabcontents_provider.cc', 209 'browser/devtools/browser_list_tabcontents_provider.cc',
210 'browser/debugger/browser_list_tabcontents_provider.h', 210 'browser/devtools/browser_list_tabcontents_provider.h',
211 'browser/debugger/devtools_file_helper.cc', 211 'browser/devtools/devtools_file_helper.cc',
212 'browser/debugger/devtools_file_helper.h', 212 'browser/devtools/devtools_file_helper.h',
213 'browser/debugger/devtools_toggle_action.h', 213 'browser/devtools/devtools_toggle_action.h',
214 'browser/debugger/devtools_window.cc', 214 'browser/devtools/devtools_window.cc',
215 'browser/debugger/devtools_window.h', 215 'browser/devtools/devtools_window.h',
216 'browser/debugger/remote_debugging_server.cc', 216 'browser/devtools/remote_debugging_server.cc',
217 'browser/debugger/remote_debugging_server.h', 217 'browser/devtools/remote_debugging_server.h',
218 ], 218 ],
219 'conditions': [ 219 'conditions': [
220 ['toolkit_uses_gtk == 1', { 220 ['toolkit_uses_gtk == 1', {
221 'dependencies': [ 221 'dependencies': [
222 '../build/linux/system.gyp:gtk', 222 '../build/linux/system.gyp:gtk',
223 ], 223 ],
224 }], 224 }],
225 ['OS=="android"', { 225 ['OS=="android"', {
226 'sources!': [ 226 'sources!': [
227 'browser/debugger/browser_list_tabcontents_provider.cc', 227 'browser/devtools/browser_list_tabcontents_provider.cc',
228 'browser/debugger/devtools_window.cc', 228 'browser/devtools/devtools_window.cc',
229 'browser/debugger/remote_debugging_server.cc', 229 'browser/devtools/remote_debugging_server.cc',
230 ], 230 ],
231 }], 231 }],
232 ['debug_devtools==1', { 232 ['debug_devtools==1', {
233 'defines': [ 233 'defines': [
234 'DEBUG_DEVTOOLS=1', 234 'DEBUG_DEVTOOLS=1',
235 ], 235 ],
236 }], 236 }],
237 ], 237 ],
238 }, 238 },
239 { 239 {
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 '../build/java.gypi', 1086 '../build/java.gypi',
1087 ], 1087 ],
1088 }, 1088 },
1089 ], # 'targets' 1089 ], # 'targets'
1090 'includes': [ 1090 'includes': [
1091 'chrome_android.gypi', 1091 'chrome_android.gypi',
1092 ]}, # 'includes' 1092 ]}, # 'includes'
1093 ], # OS=="android" 1093 ], # OS=="android"
1094 ], # 'conditions' 1094 ], # 'conditions'
1095 } 1095 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/inspect_ui.cc ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698