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 974 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
985 'browser/lifetime/application_lifetime.h', | 985 'browser/lifetime/application_lifetime.h', |
986 'browser/lifetime/application_lifetime_android.cc', | 986 'browser/lifetime/application_lifetime_android.cc', |
987 'browser/lifetime/application_lifetime_android.h', | 987 'browser/lifetime/application_lifetime_android.h', |
988 'browser/lifetime/application_lifetime_aura.cc', | 988 'browser/lifetime/application_lifetime_aura.cc', |
989 'browser/lifetime/application_lifetime_gtk.cc', | 989 'browser/lifetime/application_lifetime_gtk.cc', |
990 'browser/lifetime/application_lifetime_mac.mm', | 990 'browser/lifetime/application_lifetime_mac.mm', |
991 'browser/lifetime/application_lifetime_stub.cc', | 991 'browser/lifetime/application_lifetime_stub.cc', |
992 'browser/lifetime/application_lifetime_win.cc', | 992 'browser/lifetime/application_lifetime_win.cc', |
993 'browser/lifetime/browser_close_manager.cc', | 993 'browser/lifetime/browser_close_manager.cc', |
994 'browser/lifetime/browser_close_manager.h', | 994 'browser/lifetime/browser_close_manager.h', |
995 'browser/local_discovery/cloud_print_account_manager.cc', | |
996 'browser/local_discovery/cloud_print_account_manager.h', | |
997 'browser/local_discovery/cloud_print_base_api_flow.cc', | 995 'browser/local_discovery/cloud_print_base_api_flow.cc', |
998 'browser/local_discovery/cloud_print_base_api_flow.h', | 996 'browser/local_discovery/cloud_print_base_api_flow.h', |
999 'browser/local_discovery/cloud_print_printer_list.cc', | 997 'browser/local_discovery/cloud_print_printer_list.cc', |
1000 'browser/local_discovery/cloud_print_printer_list.h', | 998 'browser/local_discovery/cloud_print_printer_list.h', |
1001 'browser/local_discovery/device_description.cc', | 999 'browser/local_discovery/device_description.cc', |
1002 'browser/local_discovery/device_description.h', | 1000 'browser/local_discovery/device_description.h', |
1003 'browser/local_discovery/privet_confirm_api_flow.cc', | 1001 'browser/local_discovery/privet_confirm_api_flow.cc', |
1004 'browser/local_discovery/privet_confirm_api_flow.h', | 1002 'browser/local_discovery/privet_confirm_api_flow.h', |
1005 'browser/local_discovery/privet_constants.cc', | 1003 'browser/local_discovery/privet_constants.cc', |
1006 'browser/local_discovery/privet_constants.h', | 1004 'browser/local_discovery/privet_constants.h', |
(...skipping 2766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3773 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3771 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3774 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3772 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3775 }, | 3773 }, |
3776 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3774 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3777 }, | 3775 }, |
3778 ], | 3776 ], |
3779 }, | 3777 }, |
3780 ], | 3778 ], |
3781 ], | 3779 ], |
3782 } | 3780 } |
OLD | NEW |