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

Side by Side Diff: content/content_browser.gypi

Issue 15716007: Split webkit_storage target into webkit_storage_{browser,common,renderer} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: char* -> char[] 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/child/fileapi/webfilesystem_callback_adapters.cc ('k') | content/content_child.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 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 'dependencies': [ 1149 'dependencies': [
1150 'browser/devtools/devtools_resources.gyp:devtools_resources', 1150 'browser/devtools/devtools_resources.gyp:devtools_resources',
1151 '../cc/cc.gyp:cc', 1151 '../cc/cc.gyp:cc',
1152 '../net/net.gyp:http_server', 1152 '../net/net.gyp:http_server',
1153 '../printing/printing.gyp:printing', 1153 '../printing/printing.gyp:printing',
1154 '../third_party/WebKit/public/blink.gyp:blink', 1154 '../third_party/WebKit/public/blink.gyp:blink',
1155 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1155 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1156 '../ui/surface/surface.gyp:surface', 1156 '../ui/surface/surface.gyp:surface',
1157 '../webkit/support/webkit_support.gyp:webkit_common', 1157 '../webkit/support/webkit_support.gyp:webkit_common',
1158 '../webkit/support/webkit_support.gyp:webkit_resources', 1158 '../webkit/support/webkit_support.gyp:webkit_resources',
1159 '../webkit/support/webkit_support.gyp:webkit_storage',
1160 '../webkit/support/webkit_support.gyp:webkit_strings', 1159 '../webkit/support/webkit_support.gyp:webkit_strings',
1160 '../webkit/storage_browser.gyp:webkit_storage_browser',
1161 '../webkit/storage_common.gyp:webkit_storage_common',
1161 ], 1162 ],
1162 }], 1163 }],
1163 ['OS!="mac" and OS!="ios"', { 1164 ['OS!="mac" and OS!="ios"', {
1164 'dependencies': [ 1165 'dependencies': [
1165 '../sandbox/sandbox.gyp:sandbox', 1166 '../sandbox/sandbox.gyp:sandbox',
1166 ], 1167 ],
1167 }], 1168 }],
1168 ['OS!="android" and OS!="ios"', { 1169 ['OS!="android" and OS!="ios"', {
1169 'dependencies': [ 1170 'dependencies': [
1170 '../third_party/libyuv/libyuv.gyp:libyuv', 1171 '../third_party/libyuv/libyuv.gyp:libyuv',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
1416 '../third_party/speex/speex.gyp:libspeex', 1417 '../third_party/speex/speex.gyp:libspeex',
1417 ], 1418 ],
1418 }], 1419 }],
1419 ['linux_use_libgps==1', { 1420 ['linux_use_libgps==1', {
1420 'dependencies': [ 1421 'dependencies': [
1421 '../build/linux/system.gyp:libgps', 1422 '../build/linux/system.gyp:libgps',
1422 ], 1423 ],
1423 }], 1424 }],
1424 ], 1425 ],
1425 } 1426 }
OLDNEW
« no previous file with comments | « content/child/fileapi/webfilesystem_callback_adapters.cc ('k') | content/content_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698