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 2854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2865 ], | 2865 ], |
2866 'export_dependent_settings': [ | 2866 'export_dependent_settings': [ |
2867 '../ui/views/controls/webview/webview.gyp:webview', | 2867 '../ui/views/controls/webview/webview.gyp:webview', |
2868 '../ui/views/views.gyp:views', | 2868 '../ui/views/views.gyp:views', |
2869 ], | 2869 ], |
2870 'sources': [ | 2870 'sources': [ |
2871 # Using built-in rule in vstudio for midl. | 2871 # Using built-in rule in vstudio for midl. |
2872 'browser/history/history_indexer.idl', | 2872 'browser/history/history_indexer.idl', |
2873 ], | 2873 ], |
2874 'sources!': [ | 2874 'sources!': [ |
| 2875 'browser/first_run/first_run_dialog.h', |
2875 'browser/history/history_publisher_none.cc', | 2876 'browser/history/history_publisher_none.cc', |
2876 'browser/importer/nss_decryptor_system_nss.cc', | 2877 'browser/importer/nss_decryptor_system_nss.cc', |
2877 'browser/importer/nss_decryptor_system_nss.h', | 2878 'browser/importer/nss_decryptor_system_nss.h', |
2878 'browser/lifetime/application_lifetime_stub.cc', | 2879 'browser/lifetime/application_lifetime_stub.cc', |
2879 'browser/profiles/profile_shortcut_manager_stub.cc', | 2880 'browser/profiles/profile_shortcut_manager_stub.cc', |
2880 'browser/user_data_dir_extractor.cc', | 2881 'browser/user_data_dir_extractor.cc', |
2881 ], | 2882 ], |
2882 'conditions': [ | 2883 'conditions': [ |
2883 ['win_use_allocator_shim==1', { | 2884 ['win_use_allocator_shim==1', { |
2884 'dependencies': [ | 2885 'dependencies': [ |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3145 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3146 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3146 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3147 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3147 }, | 3148 }, |
3148 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3149 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3149 }, | 3150 }, |
3150 ], | 3151 ], |
3151 }, | 3152 }, |
3152 ], | 3153 ], |
3153 ], | 3154 ], |
3154 } | 3155 } |
OLD | NEW |