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 947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
958 'browser/lifetime/application_lifetime_stub.cc', | 958 'browser/lifetime/application_lifetime_stub.cc', |
959 'browser/lifetime/application_lifetime_win.cc', | 959 'browser/lifetime/application_lifetime_win.cc', |
960 'browser/lifetime/browser_close_manager.cc', | 960 'browser/lifetime/browser_close_manager.cc', |
961 'browser/lifetime/browser_close_manager.h', | 961 'browser/lifetime/browser_close_manager.h', |
962 'browser/local_discovery/cloud_print_account_manager.cc', | 962 'browser/local_discovery/cloud_print_account_manager.cc', |
963 'browser/local_discovery/cloud_print_account_manager.h', | 963 'browser/local_discovery/cloud_print_account_manager.h', |
964 'browser/local_discovery/cloud_print_base_api_flow.cc', | 964 'browser/local_discovery/cloud_print_base_api_flow.cc', |
965 'browser/local_discovery/cloud_print_base_api_flow.h', | 965 'browser/local_discovery/cloud_print_base_api_flow.h', |
966 'browser/local_discovery/cloud_print_printer_list.cc', | 966 'browser/local_discovery/cloud_print_printer_list.cc', |
967 'browser/local_discovery/cloud_print_printer_list.h', | 967 'browser/local_discovery/cloud_print_printer_list.h', |
| 968 'browser/local_discovery/device_description.cc', |
| 969 'browser/local_discovery/device_description.h', |
968 'browser/local_discovery/privet_confirm_api_flow.cc', | 970 'browser/local_discovery/privet_confirm_api_flow.cc', |
969 'browser/local_discovery/privet_confirm_api_flow.h', | 971 'browser/local_discovery/privet_confirm_api_flow.h', |
970 'browser/local_discovery/privet_constants.cc', | 972 'browser/local_discovery/privet_constants.cc', |
971 'browser/local_discovery/privet_constants.h', | 973 'browser/local_discovery/privet_constants.h', |
972 'browser/local_discovery/privet_device_lister.cc', | 974 'browser/local_discovery/privet_device_lister.cc', |
973 'browser/local_discovery/privet_device_lister.h', | 975 'browser/local_discovery/privet_device_lister.h', |
974 'browser/local_discovery/privet_device_lister_impl.cc', | 976 'browser/local_discovery/privet_device_lister_impl.cc', |
975 'browser/local_discovery/privet_device_lister_impl.h', | 977 'browser/local_discovery/privet_device_lister_impl.h', |
976 'browser/local_discovery/privet_http.h', | 978 'browser/local_discovery/privet_http.h', |
977 'browser/local_discovery/privet_http_impl.cc', | 979 'browser/local_discovery/privet_http_impl.cc', |
(...skipping 2658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3636 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3638 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3637 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3639 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3638 }, | 3640 }, |
3639 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3641 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3640 }, | 3642 }, |
3641 ], | 3643 ], |
3642 }, | 3644 }, |
3643 ], | 3645 ], |
3644 ], | 3646 ], |
3645 } | 3647 } |
OLD | NEW |