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 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
934 'browser/lifetime/application_lifetime_android.cc', | 934 'browser/lifetime/application_lifetime_android.cc', |
935 'browser/lifetime/application_lifetime_android.h', | 935 'browser/lifetime/application_lifetime_android.h', |
936 'browser/lifetime/application_lifetime_aura.cc', | 936 'browser/lifetime/application_lifetime_aura.cc', |
937 'browser/lifetime/application_lifetime_mac.mm', | 937 'browser/lifetime/application_lifetime_mac.mm', |
938 'browser/lifetime/application_lifetime_stub.cc', | 938 'browser/lifetime/application_lifetime_stub.cc', |
939 'browser/lifetime/application_lifetime_win.cc', | 939 'browser/lifetime/application_lifetime_win.cc', |
940 'browser/lifetime/browser_close_manager.cc', | 940 'browser/lifetime/browser_close_manager.cc', |
941 'browser/lifetime/browser_close_manager.h', | 941 'browser/lifetime/browser_close_manager.h', |
942 'browser/local_discovery/cloud_print_printer_list.cc', | 942 'browser/local_discovery/cloud_print_printer_list.cc', |
943 'browser/local_discovery/cloud_print_printer_list.h', | 943 'browser/local_discovery/cloud_print_printer_list.h', |
| 944 'browser/local_discovery/cloud_device_list.cc', |
| 945 'browser/local_discovery/cloud_device_list.h', |
| 946 'browser/local_discovery/cloud_device_list_delegate.cc', |
| 947 'browser/local_discovery/cloud_device_list_delegate.h', |
944 'browser/local_discovery/device_description.cc', | 948 'browser/local_discovery/device_description.cc', |
945 'browser/local_discovery/device_description.h', | 949 'browser/local_discovery/device_description.h', |
946 'browser/local_discovery/gcd_base_api_flow.cc', | 950 'browser/local_discovery/gcd_base_api_flow.cc', |
947 'browser/local_discovery/gcd_base_api_flow.h', | 951 'browser/local_discovery/gcd_base_api_flow.h', |
948 'browser/local_discovery/gcd_constants.cc', | 952 'browser/local_discovery/gcd_constants.cc', |
949 'browser/local_discovery/gcd_constants.h', | 953 'browser/local_discovery/gcd_constants.h', |
950 'browser/local_discovery/privet_confirm_api_flow.cc', | 954 'browser/local_discovery/privet_confirm_api_flow.cc', |
951 'browser/local_discovery/privet_confirm_api_flow.h', | 955 'browser/local_discovery/privet_confirm_api_flow.h', |
952 'browser/local_discovery/privet_constants.cc', | 956 'browser/local_discovery/privet_constants.cc', |
953 'browser/local_discovery/privet_constants.h', | 957 'browser/local_discovery/privet_constants.h', |
(...skipping 2756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3710 'package_name': 'org/chromium/chrome/browser', | 3714 'package_name': 'org/chromium/chrome/browser', |
3711 'template_deps': ['browser/android/tab_load_status.h'], | 3715 'template_deps': ['browser/android/tab_load_status.h'], |
3712 }, | 3716 }, |
3713 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3717 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3714 }, | 3718 }, |
3715 ], | 3719 ], |
3716 }, | 3720 }, |
3717 ], | 3721 ], |
3718 ], | 3722 ], |
3719 } | 3723 } |
OLD | NEW |