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

Side by Side Diff: content/content_browser.gypi

Issue 15971005: Move the WebCursor sources from webkit/glue to webkit/common/cursors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 | 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 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 1082 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], 1093 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'],
1094 ], 1094 ],
1095 }, { # OS!="ios" 1095 }, { # OS!="ios"
1096 'dependencies': [ 1096 'dependencies': [
1097 'browser/devtools/devtools_resources.gyp:devtools_resources', 1097 'browser/devtools/devtools_resources.gyp:devtools_resources',
1098 '../cc/cc.gyp:cc', 1098 '../cc/cc.gyp:cc',
1099 '../net/net.gyp:http_server', 1099 '../net/net.gyp:http_server',
1100 '../printing/printing.gyp:printing', 1100 '../printing/printing.gyp:printing',
1101 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 1101 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
1102 '../ui/surface/surface.gyp:surface', 1102 '../ui/surface/surface.gyp:surface',
1103 '../webkit/support/webkit_support.gyp:webkit_common',
1103 '../webkit/support/webkit_support.gyp:webkit_resources', 1104 '../webkit/support/webkit_support.gyp:webkit_resources',
1104 '../webkit/support/webkit_support.gyp:webkit_storage', 1105 '../webkit/support/webkit_support.gyp:webkit_storage',
1105 '../webkit/support/webkit_support.gyp:webkit_strings', 1106 '../webkit/support/webkit_support.gyp:webkit_strings',
1106 ], 1107 ],
1107 }], 1108 }],
1108 ['OS!="mac" and OS!="ios"', { 1109 ['OS!="mac" and OS!="ios"', {
1109 'dependencies': [ 1110 'dependencies': [
1110 '../sandbox/sandbox.gyp:sandbox', 1111 '../sandbox/sandbox.gyp:sandbox',
1111 ], 1112 ],
1112 }], 1113 }],
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
1357 '../third_party/speex/speex.gyp:libspeex', 1358 '../third_party/speex/speex.gyp:libspeex',
1358 ], 1359 ],
1359 }], 1360 }],
1360 ['linux_use_libgps==1', { 1361 ['linux_use_libgps==1', {
1361 'dependencies': [ 1362 'dependencies': [
1362 '../build/linux/system.gyp:libgps', 1363 '../build/linux/system.gyp:libgps',
1363 ], 1364 ],
1364 }], 1365 }],
1365 ], 1366 ],
1366 } 1367 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698