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 21 matching lines...) Expand all Loading... |
32 'GOOGLE_DEFAULT_CLIENT_ID="<(google_default_client_id)"', | 32 'GOOGLE_DEFAULT_CLIENT_ID="<(google_default_client_id)"', |
33 ] | 33 ] |
34 }], | 34 }], |
35 ['google_default_client_secret!=""', { | 35 ['google_default_client_secret!=""', { |
36 'defines': [ | 36 'defines': [ |
37 'GOOGLE_DEFAULT_CLIENT_SECRET="<(google_default_client_secret)"', | 37 'GOOGLE_DEFAULT_CLIENT_SECRET="<(google_default_client_secret)"', |
38 ] | 38 ] |
39 }], | 39 }], |
40 ['enable_extensions==1', { | 40 ['enable_extensions==1', { |
41 'sources': [ | 41 'sources': [ |
| 42 # Note: sources list duplicated in GN build. |
42 'drive/auth_service.cc', | 43 'drive/auth_service.cc', |
43 'drive/auth_service.h', | 44 'drive/auth_service.h', |
44 'drive/auth_service_interface.h', | 45 'drive/auth_service_interface.h', |
45 'drive/auth_service_observer.h', | 46 'drive/auth_service_observer.h', |
46 'drive/base_requests.cc', | 47 'drive/base_requests.cc', |
47 'drive/base_requests.h', | 48 'drive/base_requests.h', |
48 'drive/drive_api_parser.cc', | 49 'drive/drive_api_parser.cc', |
49 'drive/drive_api_parser.h', | 50 'drive/drive_api_parser.h', |
50 'drive/drive_api_requests.cc', | 51 'drive/drive_api_requests.cc', |
51 'drive/drive_api_requests.h', | 52 'drive/drive_api_requests.h', |
(...skipping 13 matching lines...) Expand all Loading... |
65 'drive/request_util.cc', | 66 'drive/request_util.cc', |
66 'drive/request_util.h', | 67 'drive/request_util.h', |
67 'drive/task_util.cc', | 68 'drive/task_util.cc', |
68 'drive/task_util.h', | 69 'drive/task_util.h', |
69 'drive/time_util.cc', | 70 'drive/time_util.cc', |
70 'drive/time_util.h', | 71 'drive/time_util.h', |
71 ], | 72 ], |
72 }], | 73 }], |
73 ], | 74 ], |
74 'sources': [ | 75 'sources': [ |
| 76 # Note: sources list duplicated in GN build. |
75 'gaia/account_tracker.cc', | 77 'gaia/account_tracker.cc', |
76 'gaia/account_tracker.h', | 78 'gaia/account_tracker.h', |
77 'gaia/gaia_auth_consumer.cc', | 79 'gaia/gaia_auth_consumer.cc', |
78 'gaia/gaia_auth_consumer.h', | 80 'gaia/gaia_auth_consumer.h', |
79 'gaia/gaia_auth_fetcher.cc', | 81 'gaia/gaia_auth_fetcher.cc', |
80 'gaia/gaia_auth_fetcher.h', | 82 'gaia/gaia_auth_fetcher.h', |
81 'gaia/gaia_auth_util.cc', | 83 'gaia/gaia_auth_util.cc', |
82 'gaia/gaia_auth_util.h', | 84 'gaia/gaia_auth_util.h', |
83 'gaia/gaia_constants.cc', | 85 'gaia/gaia_constants.cc', |
84 'gaia/gaia_constants.h', | 86 'gaia/gaia_constants.h', |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 'drive/dummy_auth_service.cc', | 201 'drive/dummy_auth_service.cc', |
200 'drive/dummy_auth_service.h', | 202 'drive/dummy_auth_service.h', |
201 'drive/test_util.cc', | 203 'drive/test_util.cc', |
202 'drive/test_util.h', | 204 'drive/test_util.h', |
203 ], | 205 ], |
204 }], | 206 }], |
205 ], | 207 ], |
206 }, | 208 }, |
207 ], | 209 ], |
208 } | 210 } |
OLD | NEW |