| 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 906 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 917 'browser/lifetime/application_lifetime_gtk.cc', | 917 'browser/lifetime/application_lifetime_gtk.cc', |
| 918 'browser/lifetime/application_lifetime_mac.mm', | 918 'browser/lifetime/application_lifetime_mac.mm', |
| 919 'browser/lifetime/application_lifetime_stub.cc', | 919 'browser/lifetime/application_lifetime_stub.cc', |
| 920 'browser/lifetime/application_lifetime_win.cc', | 920 'browser/lifetime/application_lifetime_win.cc', |
| 921 'browser/lifetime/browser_close_manager.cc', | 921 'browser/lifetime/browser_close_manager.cc', |
| 922 'browser/lifetime/browser_close_manager.h', | 922 'browser/lifetime/browser_close_manager.h', |
| 923 'browser/local_discovery/cloud_print_account_manager.cc', | 923 'browser/local_discovery/cloud_print_account_manager.cc', |
| 924 'browser/local_discovery/cloud_print_account_manager.h', | 924 'browser/local_discovery/cloud_print_account_manager.h', |
| 925 'browser/local_discovery/cloud_print_base_api_flow.cc', | 925 'browser/local_discovery/cloud_print_base_api_flow.cc', |
| 926 'browser/local_discovery/cloud_print_base_api_flow.h', | 926 'browser/local_discovery/cloud_print_base_api_flow.h', |
| 927 'browser/local_discovery/cloud_print_printer_list.h', |
| 928 'browser/local_discovery/cloud_print_printer_list.cc', |
| 927 'browser/local_discovery/privet_confirm_api_flow.cc', | 929 'browser/local_discovery/privet_confirm_api_flow.cc', |
| 928 'browser/local_discovery/privet_confirm_api_flow.h', | 930 'browser/local_discovery/privet_confirm_api_flow.h', |
| 929 'browser/local_discovery/privet_constants.h', | 931 'browser/local_discovery/privet_constants.h', |
| 930 'browser/local_discovery/privet_constants.cc', | 932 'browser/local_discovery/privet_constants.cc', |
| 931 'browser/local_discovery/privet_url_fetcher.cc', | 933 'browser/local_discovery/privet_url_fetcher.cc', |
| 932 'browser/local_discovery/privet_url_fetcher.h', | 934 'browser/local_discovery/privet_url_fetcher.h', |
| 933 'browser/local_discovery/privet_http.h', | 935 'browser/local_discovery/privet_http.h', |
| 934 'browser/local_discovery/privet_http_impl.h', | 936 'browser/local_discovery/privet_http_impl.h', |
| 935 'browser/local_discovery/privet_http_impl.cc', | 937 'browser/local_discovery/privet_http_impl.cc', |
| 936 'browser/mac/dock.h', | 938 'browser/mac/dock.h', |
| (...skipping 2567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3504 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3506 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3505 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3507 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3506 }, | 3508 }, |
| 3507 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3509 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3508 }, | 3510 }, |
| 3509 ], | 3511 ], |
| 3510 }, | 3512 }, |
| 3511 ], | 3513 ], |
| 3512 ], | 3514 ], |
| 3513 } | 3515 } |
| OLD | NEW |