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

Side by Side Diff: content/content_browser.gypi

Issue 17836007: Move webkit_common to its own gyp file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | « chrome/chrome_browser_ui.gypi ('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 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1168 ], 1168 ],
1169 }, { # OS!="ios" 1169 }, { # OS!="ios"
1170 'dependencies': [ 1170 'dependencies': [
1171 'browser/devtools/devtools_resources.gyp:devtools_resources', 1171 'browser/devtools/devtools_resources.gyp:devtools_resources',
1172 '../cc/cc.gyp:cc', 1172 '../cc/cc.gyp:cc',
1173 '../net/net.gyp:http_server', 1173 '../net/net.gyp:http_server',
1174 '../printing/printing.gyp:printing', 1174 '../printing/printing.gyp:printing',
1175 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 1175 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
1176 '../third_party/WebKit/public/blink.gyp:blink', 1176 '../third_party/WebKit/public/blink.gyp:blink',
1177 '../ui/surface/surface.gyp:surface', 1177 '../ui/surface/surface.gyp:surface',
1178 '../webkit/common/webkit_common.gyp:webkit_common',
1178 '../webkit/storage_browser.gyp:webkit_storage_browser', 1179 '../webkit/storage_browser.gyp:webkit_storage_browser',
1179 '../webkit/storage_common.gyp:webkit_storage_common', 1180 '../webkit/storage_common.gyp:webkit_storage_common',
1180 '../webkit/support/webkit_support.gyp:webkit_common',
1181 '../webkit/webkit_resources.gyp:webkit_temp_resources', 1181 '../webkit/webkit_resources.gyp:webkit_temp_resources',
1182 '../webkit/webkit_resources.gyp:webkit_temp_strings', 1182 '../webkit/webkit_resources.gyp:webkit_temp_strings',
1183 ], 1183 ],
1184 }], 1184 }],
1185 ['OS!="mac" and OS!="ios"', { 1185 ['OS!="mac" and OS!="ios"', {
1186 'dependencies': [ 1186 'dependencies': [
1187 '../sandbox/sandbox.gyp:sandbox', 1187 '../sandbox/sandbox.gyp:sandbox',
1188 ], 1188 ],
1189 }], 1189 }],
1190 ['OS!="android" and OS!="ios"', { 1190 ['OS!="android" and OS!="ios"', {
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
1448 '../third_party/speex/speex.gyp:libspeex', 1448 '../third_party/speex/speex.gyp:libspeex',
1449 ], 1449 ],
1450 }], 1450 }],
1451 ['linux_use_libgps==1', { 1451 ['linux_use_libgps==1', {
1452 'dependencies': [ 1452 'dependencies': [
1453 '../build/linux/system.gyp:libgps', 1453 '../build/linux/system.gyp:libgps',
1454 ], 1454 ],
1455 }], 1455 }],
1456 ], 1456 ],
1457 } 1457 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698