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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, # Use higher warning level. | 7 'chromium_code': 1, # Use higher warning level. |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 18 matching lines...) Expand all Loading... |
29 ['google_default_client_id!=""', { | 29 ['google_default_client_id!=""', { |
30 'defines': [ | 30 'defines': [ |
31 'GOOGLE_DEFAULT_CLIENT_ID="<(google_default_client_id)"', | 31 'GOOGLE_DEFAULT_CLIENT_ID="<(google_default_client_id)"', |
32 ] | 32 ] |
33 }], | 33 }], |
34 ['google_default_client_secret!=""', { | 34 ['google_default_client_secret!=""', { |
35 'defines': [ | 35 'defines': [ |
36 'GOOGLE_DEFAULT_CLIENT_SECRET="<(google_default_client_secret)"', | 36 'GOOGLE_DEFAULT_CLIENT_SECRET="<(google_default_client_secret)"', |
37 ] | 37 ] |
38 }], | 38 }], |
39 [ 'OS == "mac" or OS == "ios" or OS == "win"', { | 39 ['OS == "mac" or OS == "ios" or OS == "win"', { |
40 'dependencies': [ | 40 'dependencies': [ |
41 '../third_party/nss/nss.gyp:nspr', | 41 '../third_party/nss/nss.gyp:nspr', |
42 '../third_party/nss/nss.gyp:nss', | 42 '../third_party/nss/nss.gyp:nss', |
43 ], | 43 ], |
44 }], | 44 }], |
45 [ 'OS == "android"', { | 45 ['OS == "android"', { |
46 'dependencies': [ | 46 'dependencies': [ |
47 '../third_party/openssl/openssl.gyp:openssl', | 47 '../third_party/openssl/openssl.gyp:openssl', |
48 ], | 48 ], |
49 'sources/': [ | 49 'sources/': [ |
50 ['exclude', 'cup/client_update_protocol_nss\.cc$'], | 50 ['exclude', 'cup/client_update_protocol_nss\.cc$'], |
51 ], | 51 ], |
52 }], | 52 }], |
53 [ 'use_openssl==1', { | 53 ['use_openssl==1', { |
54 'sources!': [ | 54 'sources!': [ |
55 'cup/client_update_protocol_nss.cc', | 55 'cup/client_update_protocol_nss.cc', |
56 ], | 56 ], |
57 }, { | 57 }, { |
58 'sources!': [ | 58 'sources!': [ |
59 'cup/client_update_protocol_openssl.cc', | 59 'cup/client_update_protocol_openssl.cc', |
60 ], | 60 ], |
61 },], | 61 }], |
| 62 ['chromeos==1 or OS == "android"', { |
| 63 'sources!': [ |
| 64 'gaia/dummy_identity_provider.cc', |
| 65 'gaia/dummy_identity_provider.h', |
| 66 ] |
| 67 }], |
62 ], | 68 ], |
63 'sources': [ | 69 'sources': [ |
64 'cup/client_update_protocol.cc', | 70 'cup/client_update_protocol.cc', |
65 'cup/client_update_protocol.h', | 71 'cup/client_update_protocol.h', |
66 'cup/client_update_protocol_nss.cc', | 72 'cup/client_update_protocol_nss.cc', |
67 'cup/client_update_protocol_openssl.cc', | 73 'cup/client_update_protocol_openssl.cc', |
68 'drive/auth_service.cc', | 74 'drive/auth_service.cc', |
69 'drive/auth_service.h', | 75 'drive/auth_service.h', |
70 'drive/auth_service_interface.h', | 76 'drive/auth_service_interface.h', |
71 'drive/auth_service_observer.h', | 77 'drive/auth_service_observer.h', |
(...skipping 16 matching lines...) Expand all Loading... |
88 'drive/gdata_wapi_url_generator.cc', | 94 'drive/gdata_wapi_url_generator.cc', |
89 'drive/gdata_wapi_url_generator.h', | 95 'drive/gdata_wapi_url_generator.h', |
90 'drive/request_sender.cc', | 96 'drive/request_sender.cc', |
91 'drive/request_sender.h', | 97 'drive/request_sender.h', |
92 'drive/request_util.cc', | 98 'drive/request_util.cc', |
93 'drive/request_util.h', | 99 'drive/request_util.h', |
94 'drive/task_util.cc', | 100 'drive/task_util.cc', |
95 'drive/task_util.h', | 101 'drive/task_util.h', |
96 'drive/time_util.cc', | 102 'drive/time_util.cc', |
97 'drive/time_util.h', | 103 'drive/time_util.h', |
| 104 'gaia/dummy_identity_provider.cc', |
| 105 'gaia/dummy_identity_provider.h', |
98 'gaia/gaia_auth_consumer.cc', | 106 'gaia/gaia_auth_consumer.cc', |
99 'gaia/gaia_auth_consumer.h', | 107 'gaia/gaia_auth_consumer.h', |
100 'gaia/gaia_auth_fetcher.cc', | 108 'gaia/gaia_auth_fetcher.cc', |
101 'gaia/gaia_auth_fetcher.h', | 109 'gaia/gaia_auth_fetcher.h', |
102 'gaia/gaia_auth_util.cc', | 110 'gaia/gaia_auth_util.cc', |
103 'gaia/gaia_auth_util.h', | 111 'gaia/gaia_auth_util.h', |
104 'gaia/gaia_constants.cc', | 112 'gaia/gaia_constants.cc', |
105 'gaia/gaia_constants.h', | 113 'gaia/gaia_constants.h', |
106 'gaia/gaia_oauth_client.cc', | 114 'gaia/gaia_oauth_client.cc', |
107 'gaia/gaia_oauth_client.h', | 115 'gaia/gaia_oauth_client.h', |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 'gaia/fake_identity_provider.h', | 227 'gaia/fake_identity_provider.h', |
220 'gaia/fake_oauth2_token_service.cc', | 228 'gaia/fake_oauth2_token_service.cc', |
221 'gaia/fake_oauth2_token_service.h', | 229 'gaia/fake_oauth2_token_service.h', |
222 'gaia/mock_url_fetcher_factory.h', | 230 'gaia/mock_url_fetcher_factory.h', |
223 'gaia/oauth2_token_service_test_util.cc', | 231 'gaia/oauth2_token_service_test_util.cc', |
224 'gaia/oauth2_token_service_test_util.h', | 232 'gaia/oauth2_token_service_test_util.h', |
225 ], | 233 ], |
226 }, | 234 }, |
227 ], | 235 ], |
228 } | 236 } |
OLD | NEW |