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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 }], | |
68 ], | 62 ], |
69 'sources': [ | 63 'sources': [ |
70 'cup/client_update_protocol.cc', | 64 'cup/client_update_protocol.cc', |
71 'cup/client_update_protocol.h', | 65 'cup/client_update_protocol.h', |
72 'cup/client_update_protocol_nss.cc', | 66 'cup/client_update_protocol_nss.cc', |
73 'cup/client_update_protocol_openssl.cc', | 67 'cup/client_update_protocol_openssl.cc', |
74 'drive/auth_service.cc', | 68 'drive/auth_service.cc', |
75 'drive/auth_service.h', | 69 'drive/auth_service.h', |
76 'drive/auth_service_interface.h', | 70 'drive/auth_service_interface.h', |
77 'drive/auth_service_observer.h', | 71 'drive/auth_service_observer.h', |
(...skipping 16 matching lines...) Expand all Loading... |
94 'drive/gdata_wapi_url_generator.cc', | 88 'drive/gdata_wapi_url_generator.cc', |
95 'drive/gdata_wapi_url_generator.h', | 89 'drive/gdata_wapi_url_generator.h', |
96 'drive/request_sender.cc', | 90 'drive/request_sender.cc', |
97 'drive/request_sender.h', | 91 'drive/request_sender.h', |
98 'drive/request_util.cc', | 92 'drive/request_util.cc', |
99 'drive/request_util.h', | 93 'drive/request_util.h', |
100 'drive/task_util.cc', | 94 'drive/task_util.cc', |
101 'drive/task_util.h', | 95 'drive/task_util.h', |
102 'drive/time_util.cc', | 96 'drive/time_util.cc', |
103 'drive/time_util.h', | 97 'drive/time_util.h', |
104 'gaia/dummy_identity_provider.cc', | |
105 'gaia/dummy_identity_provider.h', | |
106 'gaia/gaia_auth_consumer.cc', | 98 'gaia/gaia_auth_consumer.cc', |
107 'gaia/gaia_auth_consumer.h', | 99 'gaia/gaia_auth_consumer.h', |
108 'gaia/gaia_auth_fetcher.cc', | 100 'gaia/gaia_auth_fetcher.cc', |
109 'gaia/gaia_auth_fetcher.h', | 101 'gaia/gaia_auth_fetcher.h', |
110 'gaia/gaia_auth_util.cc', | 102 'gaia/gaia_auth_util.cc', |
111 'gaia/gaia_auth_util.h', | 103 'gaia/gaia_auth_util.h', |
112 'gaia/gaia_constants.cc', | 104 'gaia/gaia_constants.cc', |
113 'gaia/gaia_constants.h', | 105 'gaia/gaia_constants.h', |
114 'gaia/gaia_oauth_client.cc', | 106 'gaia/gaia_oauth_client.cc', |
115 'gaia/gaia_oauth_client.h', | 107 'gaia/gaia_oauth_client.h', |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 'gaia/fake_identity_provider.h', | 219 'gaia/fake_identity_provider.h', |
228 'gaia/fake_oauth2_token_service.cc', | 220 'gaia/fake_oauth2_token_service.cc', |
229 'gaia/fake_oauth2_token_service.h', | 221 'gaia/fake_oauth2_token_service.h', |
230 'gaia/mock_url_fetcher_factory.h', | 222 'gaia/mock_url_fetcher_factory.h', |
231 'gaia/oauth2_token_service_test_util.cc', | 223 'gaia/oauth2_token_service_test_util.cc', |
232 'gaia/oauth2_token_service_test_util.h', | 224 'gaia/oauth2_token_service_test_util.h', |
233 ], | 225 ], |
234 }, | 226 }, |
235 ], | 227 ], |
236 } | 228 } |
OLD | NEW |