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

Side by Side Diff: content/content_browser.gypi

Issue 10907232: Make browser_context.cc compile for iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Move char constants for cleaner ifdef-ing Created 8 years, 3 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
« no previous file with comments | « content/browser/browser_context.cc ('k') | no next file » | 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 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 }], 843 }],
844 ['OS=="ios"', { 844 ['OS=="ios"', {
845 'sources/': [ 845 'sources/': [
846 # iOS only needs a small portion of content; exclude all the 846 # iOS only needs a small portion of content; exclude all the
847 # implementation, and re-include what is used. 847 # implementation, and re-include what is used.
848 ['exclude', '\\.cc$'], 848 ['exclude', '\\.cc$'],
849 ['exclude', '\\.mm$'], 849 ['exclude', '\\.mm$'],
850 ['include', '_ios\\.(cc|mm)$'], 850 ['include', '_ios\\.(cc|mm)$'],
851 ['include', '^public/browser/notification_registrar\\.cc$'], 851 ['include', '^public/browser/notification_registrar\\.cc$'],
852 ['include', '^public/browser/speech_recognition_'], 852 ['include', '^public/browser/speech_recognition_'],
853 ['include', '^browser/browser_context\\.cc$'],
853 ['include', '^browser/notification_service_impl\\.cc$'], 854 ['include', '^browser/notification_service_impl\\.cc$'],
854 # Pull in all but one file from speech. 855 # Pull in all but one file from speech.
855 ['include', '^browser/speech/'], 856 ['include', '^browser/speech/'],
856 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.cc$$'], 857 ['exclude', '^browser/speech/input_tag_speech_dispatcher_host\\.cc$$'],
857 ], 858 ],
858 }, { # OS!="ios" 859 }, { # OS!="ios"
859 'dependencies': [ 860 'dependencies': [
860 'browser/debugger/devtools_resources.gyp:devtools_resources', 861 'browser/debugger/devtools_resources.gyp:devtools_resources',
861 '../net/net.gyp:http_server', 862 '../net/net.gyp:http_server',
862 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 863 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 ['exclude', '^browser/renderer_host/java/'], 1050 ['exclude', '^browser/renderer_host/java/'],
1050 ], 1051 ],
1051 }], 1052 }],
1052 ['input_speech==0', { 1053 ['input_speech==0', {
1053 'sources/': [ 1054 'sources/': [
1054 ['exclude', '^browser/speech/'], 1055 ['exclude', '^browser/speech/'],
1055 ], 1056 ],
1056 }], 1057 }],
1057 ], 1058 ],
1058 } 1059 }
OLDNEW
« no previous file with comments | « content/browser/browser_context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698