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

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
« no previous file with comments | « content/common_child/plugin_messages.h ('k') | content/content_renderer.gypi » ('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 { 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 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after
1095 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], 1095 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'],
1096 ], 1096 ],
1097 }, { # OS!="ios" 1097 }, { # OS!="ios"
1098 'dependencies': [ 1098 'dependencies': [
1099 'browser/devtools/devtools_resources.gyp:devtools_resources', 1099 'browser/devtools/devtools_resources.gyp:devtools_resources',
1100 '../cc/cc.gyp:cc', 1100 '../cc/cc.gyp:cc',
1101 '../net/net.gyp:http_server', 1101 '../net/net.gyp:http_server',
1102 '../printing/printing.gyp:printing', 1102 '../printing/printing.gyp:printing',
1103 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 1103 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
1104 '../ui/surface/surface.gyp:surface', 1104 '../ui/surface/surface.gyp:surface',
1105 '../webkit/support/webkit_support.gyp:webkit_common',
1105 '../webkit/support/webkit_support.gyp:webkit_resources', 1106 '../webkit/support/webkit_support.gyp:webkit_resources',
1106 '../webkit/support/webkit_support.gyp:webkit_storage', 1107 '../webkit/support/webkit_support.gyp:webkit_storage',
1107 '../webkit/support/webkit_support.gyp:webkit_strings', 1108 '../webkit/support/webkit_support.gyp:webkit_strings',
1108 ], 1109 ],
1109 }], 1110 }],
1110 ['OS!="mac" and OS!="ios"', { 1111 ['OS!="mac" and OS!="ios"', {
1111 'dependencies': [ 1112 'dependencies': [
1112 '../sandbox/sandbox.gyp:sandbox', 1113 '../sandbox/sandbox.gyp:sandbox',
1113 ], 1114 ],
1114 }], 1115 }],
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
1359 '../third_party/speex/speex.gyp:libspeex', 1360 '../third_party/speex/speex.gyp:libspeex',
1360 ], 1361 ],
1361 }], 1362 }],
1362 ['linux_use_libgps==1', { 1363 ['linux_use_libgps==1', {
1363 'dependencies': [ 1364 'dependencies': [
1364 '../build/linux/system.gyp:libgps', 1365 '../build/linux/system.gyp:libgps',
1365 ], 1366 ],
1366 }], 1367 }],
1367 ], 1368 ],
1368 } 1369 }
OLDNEW
« no previous file with comments | « content/common_child/plugin_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698