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 882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
893 'browser/language_usage_metrics.h', | 893 'browser/language_usage_metrics.h', |
894 'browser/lifetime/application_lifetime.cc', | 894 'browser/lifetime/application_lifetime.cc', |
895 'browser/lifetime/application_lifetime.h', | 895 'browser/lifetime/application_lifetime.h', |
896 'browser/lifetime/application_lifetime_android.cc', | 896 'browser/lifetime/application_lifetime_android.cc', |
897 'browser/lifetime/application_lifetime_android.h', | 897 'browser/lifetime/application_lifetime_android.h', |
898 'browser/lifetime/application_lifetime_aura.cc', | 898 'browser/lifetime/application_lifetime_aura.cc', |
899 'browser/lifetime/application_lifetime_gtk.cc', | 899 'browser/lifetime/application_lifetime_gtk.cc', |
900 'browser/lifetime/application_lifetime_mac.mm', | 900 'browser/lifetime/application_lifetime_mac.mm', |
901 'browser/lifetime/application_lifetime_stub.cc', | 901 'browser/lifetime/application_lifetime_stub.cc', |
902 'browser/lifetime/application_lifetime_win.cc', | 902 'browser/lifetime/application_lifetime_win.cc', |
| 903 'browser/local_discovery/privet_confirm_api_flow.cc', |
| 904 'browser/local_discovery/privet_confirm_api_flow.h', |
903 'browser/local_discovery/privet_constants.h', | 905 'browser/local_discovery/privet_constants.h', |
904 'browser/local_discovery/privet_constants.cc', | 906 'browser/local_discovery/privet_constants.cc', |
905 'browser/local_discovery/privet_url_fetcher.cc', | 907 'browser/local_discovery/privet_url_fetcher.cc', |
906 'browser/local_discovery/privet_url_fetcher.h', | 908 'browser/local_discovery/privet_url_fetcher.h', |
907 'browser/local_discovery/privet_http.h', | 909 'browser/local_discovery/privet_http.h', |
908 'browser/local_discovery/privet_http_impl.h', | 910 'browser/local_discovery/privet_http_impl.h', |
909 'browser/local_discovery/privet_http_impl.cc', | 911 'browser/local_discovery/privet_http_impl.cc', |
910 'browser/mac/dock.h', | 912 'browser/mac/dock.h', |
911 'browser/mac/dock.mm', | 913 'browser/mac/dock.mm', |
912 'browser/mac/install_from_dmg.h', | 914 'browser/mac/install_from_dmg.h', |
(...skipping 2437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3350 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3352 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3351 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3353 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3352 }, | 3354 }, |
3353 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3355 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3354 }, | 3356 }, |
3355 ], | 3357 ], |
3356 }, | 3358 }, |
3357 ], | 3359 ], |
3358 ], | 3360 ], |
3359 } | 3361 } |
OLD | NEW |