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