| 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 26 matching lines...) Expand all Loading... |
| 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/boringssl/boringssl.gyp:boringssl', |
| 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 ['enable_extensions==1', { | 53 ['enable_extensions==1', { |
| 54 'sources': [ | 54 'sources': [ |
| 55 'drive/auth_service.cc', | 55 'drive/auth_service.cc', |
| 56 'drive/auth_service.h', | 56 'drive/auth_service.h', |
| 57 'drive/auth_service_interface.h', | 57 'drive/auth_service_interface.h', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 'drive/dummy_auth_service.cc', | 226 'drive/dummy_auth_service.cc', |
| 227 'drive/dummy_auth_service.h', | 227 'drive/dummy_auth_service.h', |
| 228 'drive/test_util.cc', | 228 'drive/test_util.cc', |
| 229 'drive/test_util.h', | 229 'drive/test_util.h', |
| 230 ], | 230 ], |
| 231 }], | 231 }], |
| 232 ], | 232 ], |
| 233 }, | 233 }, |
| 234 ], | 234 ], |
| 235 } | 235 } |
| OLD | NEW |