| 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 27 matching lines...) Expand all Loading... |
| 38 ] | 38 ] |
| 39 }], | 39 }], |
| 40 ['OS=="mac" or OS=="ios" or OS=="win"', { | 40 ['OS=="mac" or OS=="ios" or OS=="win"', { |
| 41 'dependencies': [ | 41 'dependencies': [ |
| 42 '../third_party/nss/nss.gyp:nspr', | 42 '../third_party/nss/nss.gyp:nspr', |
| 43 '../third_party/nss/nss.gyp:nss', | 43 '../third_party/nss/nss.gyp:nss', |
| 44 ], | 44 ], |
| 45 }], | 45 }], |
| 46 ['OS=="android"', { | 46 ['OS=="android"', { |
| 47 'dependencies': [ | 47 'dependencies': [ |
| 48 '../third_party/openssl/openssl.gyp:openssl', | 48 '../third_party/boringssl/boringssl.gyp:boringssl', |
| 49 ], | 49 ], |
| 50 'sources/': [ | 50 'sources/': [ |
| 51 ['exclude', 'cup/client_update_protocol_nss\.cc$'], | 51 ['exclude', 'cup/client_update_protocol_nss\.cc$'], |
| 52 ], | 52 ], |
| 53 }], | 53 }], |
| 54 ['enable_extensions==1', { | 54 ['enable_extensions==1', { |
| 55 'sources': [ | 55 'sources': [ |
| 56 'drive/auth_service.cc', | 56 'drive/auth_service.cc', |
| 57 'drive/auth_service.h', | 57 'drive/auth_service.h', |
| 58 'drive/auth_service_interface.h', | 58 'drive/auth_service_interface.h', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 'drive/dummy_auth_service.cc', | 227 'drive/dummy_auth_service.cc', |
| 228 'drive/dummy_auth_service.h', | 228 'drive/dummy_auth_service.h', |
| 229 'drive/test_util.cc', | 229 'drive/test_util.cc', |
| 230 'drive/test_util.h', | 230 'drive/test_util.h', |
| 231 ], | 231 ], |
| 232 }], | 232 }], |
| 233 ], | 233 ], |
| 234 }, | 234 }, |
| 235 ], | 235 ], |
| 236 } | 236 } |
| OLD | NEW |