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

Side by Side Diff: content/content_browser.gypi

Issue 12089102: Make most code on mac compile with enable_web_intents=0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ffff Created 7 years, 10 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/intents_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 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 'browser/renderer_host/p2p/socket_host_tcp.cc', 1013 'browser/renderer_host/p2p/socket_host_tcp.cc',
1014 'browser/renderer_host/p2p/socket_host_tcp.h', 1014 'browser/renderer_host/p2p/socket_host_tcp.h',
1015 'browser/renderer_host/p2p/socket_host_tcp_server.cc', 1015 'browser/renderer_host/p2p/socket_host_tcp_server.cc',
1016 'browser/renderer_host/p2p/socket_host_tcp_server.h', 1016 'browser/renderer_host/p2p/socket_host_tcp_server.h',
1017 'browser/renderer_host/p2p/socket_host_udp.cc', 1017 'browser/renderer_host/p2p/socket_host_udp.cc',
1018 'browser/renderer_host/p2p/socket_host_udp.h', 1018 'browser/renderer_host/p2p/socket_host_udp.h',
1019 'browser/renderer_host/p2p/socket_dispatcher_host.cc', 1019 'browser/renderer_host/p2p/socket_dispatcher_host.cc',
1020 'browser/renderer_host/p2p/socket_dispatcher_host.h', 1020 'browser/renderer_host/p2p/socket_dispatcher_host.h',
1021 ], 1021 ],
1022 }], 1022 }],
1023 ['enable_web_intents==0', {
1024 'sources/': [
1025 ['exclude', '^browser/intents/' ],
1026 ],
1027 }],
1023 ['OS=="win"', { 1028 ['OS=="win"', {
1024 'dependencies': [ 1029 'dependencies': [
1025 # For accessibility 1030 # For accessibility
1026 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 1031 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
1027 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 1032 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
1028 '../win8/win8.gyp:win8_util', 1033 '../win8/win8.gyp:win8_util',
1029 ], 1034 ],
1030 'defines': [ 1035 'defines': [
1031 # This prevents the inclusion of atlhost.h which paired 1036 # This prevents the inclusion of atlhost.h which paired
1032 # with the windows 8 sdk it does the wrong thing. 1037 # with the windows 8 sdk it does the wrong thing.
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
1217 ['exclude', '^browser/speech/'], 1222 ['exclude', '^browser/speech/'],
1218 ], 1223 ],
1219 }], 1224 }],
1220 ['linux_use_libgps==1', { 1225 ['linux_use_libgps==1', {
1221 'dependencies': [ 1226 'dependencies': [
1222 '../build/linux/system.gyp:libgps', 1227 '../build/linux/system.gyp:libgps',
1223 ], 1228 ],
1224 }], 1229 }],
1225 ], 1230 ],
1226 } 1231 }
OLDNEW
« no previous file with comments | « content/common/intents_messages.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698