| 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 944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 955 'browser/local_discovery/cloud_device_list.cc', | 955 'browser/local_discovery/cloud_device_list.cc', |
| 956 'browser/local_discovery/cloud_device_list.h', | 956 'browser/local_discovery/cloud_device_list.h', |
| 957 'browser/local_discovery/cloud_device_list_delegate.cc', | 957 'browser/local_discovery/cloud_device_list_delegate.cc', |
| 958 'browser/local_discovery/cloud_device_list_delegate.h', | 958 'browser/local_discovery/cloud_device_list_delegate.h', |
| 959 'browser/local_discovery/device_description.cc', | 959 'browser/local_discovery/device_description.cc', |
| 960 'browser/local_discovery/device_description.h', | 960 'browser/local_discovery/device_description.h', |
| 961 'browser/local_discovery/gcd_api_flow.cc', | 961 'browser/local_discovery/gcd_api_flow.cc', |
| 962 'browser/local_discovery/gcd_api_flow.h', | 962 'browser/local_discovery/gcd_api_flow.h', |
| 963 'browser/local_discovery/gcd_constants.cc', | 963 'browser/local_discovery/gcd_constants.cc', |
| 964 'browser/local_discovery/gcd_constants.h', | 964 'browser/local_discovery/gcd_constants.h', |
| 965 'browser/local_discovery/gcd_registration_ticket_creator.cc', |
| 966 'browser/local_discovery/gcd_registration_ticket_creator.h', |
| 965 'browser/local_discovery/privet_confirm_api_flow.cc', | 967 'browser/local_discovery/privet_confirm_api_flow.cc', |
| 966 'browser/local_discovery/privet_confirm_api_flow.h', | 968 'browser/local_discovery/privet_confirm_api_flow.h', |
| 967 'browser/local_discovery/privet_constants.cc', | 969 'browser/local_discovery/privet_constants.cc', |
| 968 'browser/local_discovery/privet_constants.h', | 970 'browser/local_discovery/privet_constants.h', |
| 969 'browser/local_discovery/privet_device_lister.cc', | 971 'browser/local_discovery/privet_device_lister.cc', |
| 970 'browser/local_discovery/privet_device_lister.h', | 972 'browser/local_discovery/privet_device_lister.h', |
| 971 'browser/local_discovery/privet_device_lister_impl.cc', | 973 'browser/local_discovery/privet_device_lister_impl.cc', |
| 972 'browser/local_discovery/privet_device_lister_impl.h', | 974 'browser/local_discovery/privet_device_lister_impl.h', |
| 973 'browser/local_discovery/privet_device_resolver.cc', | 975 'browser/local_discovery/privet_device_resolver.cc', |
| 974 'browser/local_discovery/privet_device_resolver.h', | 976 'browser/local_discovery/privet_device_resolver.h', |
| (...skipping 2776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3751 'package_name': 'org/chromium/chrome/browser', | 3753 'package_name': 'org/chromium/chrome/browser', |
| 3752 'template_deps': ['browser/android/tab_load_status.h'], | 3754 'template_deps': ['browser/android/tab_load_status.h'], |
| 3753 }, | 3755 }, |
| 3754 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3756 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3755 }, | 3757 }, |
| 3756 ], | 3758 ], |
| 3757 }, | 3759 }, |
| 3758 ], | 3760 ], |
| 3759 ], | 3761 ], |
| 3760 } | 3762 } |
| OLD | NEW |