OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1001 'browser/mac/install_from_dmg.h', | 1001 'browser/mac/install_from_dmg.h', |
1002 'browser/mac/install_from_dmg.mm', | 1002 'browser/mac/install_from_dmg.mm', |
1003 'browser/mac/keychain_reauthorize.h', | 1003 'browser/mac/keychain_reauthorize.h', |
1004 'browser/mac/keychain_reauthorize.mm', | 1004 'browser/mac/keychain_reauthorize.mm', |
1005 'browser/mac/keystone_glue.h', | 1005 'browser/mac/keystone_glue.h', |
1006 'browser/mac/keystone_glue.mm', | 1006 'browser/mac/keystone_glue.mm', |
1007 'browser/mac/keystone_registration.h', | 1007 'browser/mac/keystone_registration.h', |
1008 'browser/mac/keystone_registration.mm', | 1008 'browser/mac/keystone_registration.mm', |
1009 'browser/mac/master_prefs.h', | 1009 'browser/mac/master_prefs.h', |
1010 'browser/mac/master_prefs.mm', | 1010 'browser/mac/master_prefs.mm', |
| 1011 'browser/mac/obsolete_system.cc', |
| 1012 'browser/mac/obsolete_system.h', |
1011 'browser/mac/relauncher.cc', | 1013 'browser/mac/relauncher.cc', |
1012 'browser/mac/relauncher.h', | 1014 'browser/mac/relauncher.h', |
1013 'browser/mac/security_wrappers.cc', | 1015 'browser/mac/security_wrappers.cc', |
1014 'browser/mac/security_wrappers.h', | 1016 'browser/mac/security_wrappers.h', |
1015 'browser/managed_mode/custodian_profile_downloader_service.cc', | 1017 'browser/managed_mode/custodian_profile_downloader_service.cc', |
1016 'browser/managed_mode/custodian_profile_downloader_service.h', | 1018 'browser/managed_mode/custodian_profile_downloader_service.h', |
1017 'browser/managed_mode/custodian_profile_downloader_service_factory.cc', | 1019 'browser/managed_mode/custodian_profile_downloader_service_factory.cc', |
1018 'browser/managed_mode/custodian_profile_downloader_service_factory.h', | 1020 'browser/managed_mode/custodian_profile_downloader_service_factory.h', |
1019 'browser/managed_mode/managed_mode_interstitial.cc', | 1021 'browser/managed_mode/managed_mode_interstitial.cc', |
1020 'browser/managed_mode/managed_mode_interstitial.h', | 1022 'browser/managed_mode/managed_mode_interstitial.h', |
(...skipping 2622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3643 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3645 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3644 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3646 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3645 }, | 3647 }, |
3646 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3648 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3647 }, | 3649 }, |
3648 ], | 3650 ], |
3649 }, | 3651 }, |
3650 ], | 3652 ], |
3651 ], | 3653 ], |
3652 } | 3654 } |
OLD | NEW |