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 3132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3143 'browser/metrics/variations/variations_request_scheduler_mobile.cc', | 3143 'browser/metrics/variations/variations_request_scheduler_mobile.cc', |
3144 'browser/metrics/variations/variations_request_scheduler_mobile.h', | 3144 'browser/metrics/variations/variations_request_scheduler_mobile.h', |
3145 'browser/net/spdyproxy/data_reduction_proxy_settings.cc', | 3145 'browser/net/spdyproxy/data_reduction_proxy_settings.cc', |
3146 'browser/net/spdyproxy/data_reduction_proxy_settings.h', | 3146 'browser/net/spdyproxy/data_reduction_proxy_settings.h', |
3147 'browser/net/spdyproxy/proxy_advisor.cc', | 3147 'browser/net/spdyproxy/proxy_advisor.cc', |
3148 'browser/net/spdyproxy/proxy_advisor.h', | 3148 'browser/net/spdyproxy/proxy_advisor.h', |
3149 ], | 3149 ], |
3150 }], | 3150 }], |
3151 ['OS=="android"', { | 3151 ['OS=="android"', { |
3152 'dependencies': [ | 3152 'dependencies': [ |
| 3153 '../components/components.gyp:bookmarks_enhanced', |
3153 '../components/components.gyp:web_contents_delegate_android', | 3154 '../components/components.gyp:web_contents_delegate_android', |
3154 'chrome_browser_jni_headers', | 3155 'chrome_browser_jni_headers', |
3155 ], | 3156 ], |
3156 'dependencies!': [ | 3157 'dependencies!': [ |
3157 '../components/components.gyp:storage_monitor', | 3158 '../components/components.gyp:storage_monitor', |
3158 '../components/components.gyp:usb_service', | 3159 '../components/components.gyp:usb_service', |
3159 '../components/components.gyp:web_modal', | 3160 '../components/components.gyp:web_modal', |
3160 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, | 3161 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput'
, |
3161 ], | 3162 ], |
3162 'sources': [ | 3163 'sources': [ |
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3740 'package_name': 'org/chromium/chrome/browser', | 3741 'package_name': 'org/chromium/chrome/browser', |
3741 'template_deps': ['browser/android/tab_load_status.h'], | 3742 'template_deps': ['browser/android/tab_load_status.h'], |
3742 }, | 3743 }, |
3743 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3744 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3744 }, | 3745 }, |
3745 ], | 3746 ], |
3746 }, | 3747 }, |
3747 ], | 3748 ], |
3748 ], | 3749 ], |
3749 } | 3750 } |
OLD | NEW |