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 939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
950 'browser/lifetime/application_lifetime_stub.cc', | 950 'browser/lifetime/application_lifetime_stub.cc', |
951 'browser/lifetime/application_lifetime_win.cc', | 951 'browser/lifetime/application_lifetime_win.cc', |
952 'browser/lifetime/browser_close_manager.cc', | 952 'browser/lifetime/browser_close_manager.cc', |
953 'browser/lifetime/browser_close_manager.h', | 953 'browser/lifetime/browser_close_manager.h', |
954 'browser/local_discovery/cloud_print_account_manager.cc', | 954 'browser/local_discovery/cloud_print_account_manager.cc', |
955 'browser/local_discovery/cloud_print_account_manager.h', | 955 'browser/local_discovery/cloud_print_account_manager.h', |
956 'browser/local_discovery/cloud_print_base_api_flow.cc', | 956 'browser/local_discovery/cloud_print_base_api_flow.cc', |
957 'browser/local_discovery/cloud_print_base_api_flow.h', | 957 'browser/local_discovery/cloud_print_base_api_flow.h', |
958 'browser/local_discovery/cloud_print_printer_list.cc', | 958 'browser/local_discovery/cloud_print_printer_list.cc', |
959 'browser/local_discovery/cloud_print_printer_list.h', | 959 'browser/local_discovery/cloud_print_printer_list.h', |
| 960 'browser/local_discovery/device_description.cc', |
| 961 'browser/local_discovery/device_description.h', |
960 'browser/local_discovery/privet_confirm_api_flow.cc', | 962 'browser/local_discovery/privet_confirm_api_flow.cc', |
961 'browser/local_discovery/privet_confirm_api_flow.h', | 963 'browser/local_discovery/privet_confirm_api_flow.h', |
962 'browser/local_discovery/privet_constants.cc', | 964 'browser/local_discovery/privet_constants.cc', |
963 'browser/local_discovery/privet_constants.h', | 965 'browser/local_discovery/privet_constants.h', |
964 'browser/local_discovery/privet_device_lister.cc', | 966 'browser/local_discovery/privet_device_lister.cc', |
965 'browser/local_discovery/privet_device_lister.h', | 967 'browser/local_discovery/privet_device_lister.h', |
966 'browser/local_discovery/privet_device_lister_impl.cc', | 968 'browser/local_discovery/privet_device_lister_impl.cc', |
967 'browser/local_discovery/privet_device_lister_impl.h', | 969 'browser/local_discovery/privet_device_lister_impl.h', |
968 'browser/local_discovery/privet_http.h', | 970 'browser/local_discovery/privet_http.h', |
969 'browser/local_discovery/privet_http_impl.cc', | 971 'browser/local_discovery/privet_http_impl.cc', |
(...skipping 2672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3642 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3644 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3643 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3645 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3644 }, | 3646 }, |
3645 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3647 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3646 }, | 3648 }, |
3647 ], | 3649 ], |
3648 }, | 3650 }, |
3649 ], | 3651 ], |
3650 ], | 3652 ], |
3651 } | 3653 } |
OLD | NEW |