| 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 886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 897 'browser/lifetime/application_lifetime_mac.mm', | 897 'browser/lifetime/application_lifetime_mac.mm', |
| 898 'browser/lifetime/application_lifetime_stub.cc', | 898 'browser/lifetime/application_lifetime_stub.cc', |
| 899 'browser/lifetime/application_lifetime_win.cc', | 899 'browser/lifetime/application_lifetime_win.cc', |
| 900 'browser/local_discovery/privet_constants.h', | 900 'browser/local_discovery/privet_constants.h', |
| 901 'browser/local_discovery/privet_constants.cc', | 901 'browser/local_discovery/privet_constants.cc', |
| 902 'browser/local_discovery/privet_url_fetcher.cc', | 902 'browser/local_discovery/privet_url_fetcher.cc', |
| 903 'browser/local_discovery/privet_url_fetcher.h', | 903 'browser/local_discovery/privet_url_fetcher.h', |
| 904 'browser/local_discovery/privet_http.h', | 904 'browser/local_discovery/privet_http.h', |
| 905 'browser/local_discovery/privet_http_impl.h', | 905 'browser/local_discovery/privet_http_impl.h', |
| 906 'browser/local_discovery/privet_http_impl.cc', | 906 'browser/local_discovery/privet_http_impl.cc', |
| 907 'browser/local_discovery/privet_confirm_api_flow.cc', |
| 908 'browser/local_discovery/privet_confirm_api_flow.h', |
| 907 'browser/mac/dock.h', | 909 'browser/mac/dock.h', |
| 908 'browser/mac/dock.mm', | 910 'browser/mac/dock.mm', |
| 909 'browser/mac/install_from_dmg.h', | 911 'browser/mac/install_from_dmg.h', |
| 910 'browser/mac/install_from_dmg.mm', | 912 'browser/mac/install_from_dmg.mm', |
| 911 'browser/mac/keychain_reauthorize.h', | 913 'browser/mac/keychain_reauthorize.h', |
| 912 'browser/mac/keychain_reauthorize.mm', | 914 'browser/mac/keychain_reauthorize.mm', |
| 913 'browser/mac/keystone_glue.h', | 915 'browser/mac/keystone_glue.h', |
| 914 'browser/mac/keystone_glue.mm', | 916 'browser/mac/keystone_glue.mm', |
| 915 'browser/mac/keystone_registration.h', | 917 'browser/mac/keystone_registration.h', |
| 916 'browser/mac/keystone_registration.mm', | 918 'browser/mac/keystone_registration.mm', |
| (...skipping 2423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3340 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3342 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3341 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3343 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3342 }, | 3344 }, |
| 3343 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3345 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3344 }, | 3346 }, |
| 3345 ], | 3347 ], |
| 3346 }, | 3348 }, |
| 3347 ], | 3349 ], |
| 3348 ], | 3350 ], |
| 3349 } | 3351 } |
| OLD | NEW |