| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 751 'browser/value_store/value_store_frontend.cc', | 751 'browser/value_store/value_store_frontend.cc', |
| 752 'browser/value_store/value_store_frontend.h', | 752 'browser/value_store/value_store_frontend.h', |
| 753 'browser/value_store/value_store_util.cc', | 753 'browser/value_store/value_store_util.cc', |
| 754 'browser/value_store/value_store_util.h', | 754 'browser/value_store/value_store_util.h', |
| 755 'browser/verified_contents.cc', | 755 'browser/verified_contents.cc', |
| 756 'browser/verified_contents.h', | 756 'browser/verified_contents.h', |
| 757 'browser/view_type_utils.cc', | 757 'browser/view_type_utils.cc', |
| 758 'browser/view_type_utils.h', | 758 'browser/view_type_utils.h', |
| 759 'browser/warning_service.cc', | 759 'browser/warning_service.cc', |
| 760 'browser/warning_service.h', | 760 'browser/warning_service.h', |
| 761 'browser/warning_service_factory.cc', |
| 762 'browser/warning_service_factory.h', |
| 761 'browser/warning_set.cc', | 763 'browser/warning_set.cc', |
| 762 'browser/warning_set.h', | 764 'browser/warning_set.h', |
| 763 ], | 765 ], |
| 764 'conditions': [ | 766 'conditions': [ |
| 765 # This condition exists only because the extensions_common_constants | 767 # This condition exists only because the extensions_common_constants |
| 766 # target is always built and thus this file gets evaluated by GYP. | 768 # target is always built and thus this file gets evaluated by GYP. |
| 767 # This does not need to be replicated into extensions/browser/BUILD.gn. | 769 # This does not need to be replicated into extensions/browser/BUILD.gn. |
| 768 ['OS == "ios" or OS == "android"', { | 770 ['OS == "ios" or OS == "android"', { |
| 769 'dependencies!': [ | 771 'dependencies!': [ |
| 770 '../components/components.gyp:storage_monitor', | 772 '../components/components.gyp:storage_monitor', |
| (...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1214 'conditions': [ | 1216 'conditions': [ |
| 1215 ['OS=="win" and win_use_allocator_shim==1', { | 1217 ['OS=="win" and win_use_allocator_shim==1', { |
| 1216 'dependencies': [ | 1218 'dependencies': [ |
| 1217 '../base/allocator/allocator.gyp:allocator', | 1219 '../base/allocator/allocator.gyp:allocator', |
| 1218 ], | 1220 ], |
| 1219 }], | 1221 }], |
| 1220 ], | 1222 ], |
| 1221 }, | 1223 }, |
| 1222 ] | 1224 ] |
| 1223 } | 1225 } |
| OLD | NEW |