OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |