Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(529)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 346493002: Android: Remove web_request extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 'browser/metrics/variations/variations_seed_store.cc', 1210 'browser/metrics/variations/variations_seed_store.cc',
1211 'browser/metrics/variations/variations_seed_store.h', 1211 'browser/metrics/variations/variations_seed_store.h',
1212 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc', 1212 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc',
1213 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h', 1213 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h',
1214 'browser/native_window_notification_source.h', 1214 'browser/native_window_notification_source.h',
1215 'browser/net/about_protocol_handler.cc', 1215 'browser/net/about_protocol_handler.cc',
1216 'browser/net/about_protocol_handler.h', 1216 'browser/net/about_protocol_handler.h',
1217 'browser/net/async_dns_field_trial.cc', 1217 'browser/net/async_dns_field_trial.cc',
1218 'browser/net/async_dns_field_trial.h', 1218 'browser/net/async_dns_field_trial.h',
1219 'browser/net/chrome_cookie_notification_details.h', 1219 'browser/net/chrome_cookie_notification_details.h',
1220 'browser/net/chrome_extensions_network_delegate.cc',
1221 'browser/net/chrome_extensions_network_delegate.h',
1220 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1222 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1221 'browser/net/chrome_fraudulent_certificate_reporter.h', 1223 'browser/net/chrome_fraudulent_certificate_reporter.h',
1222 'browser/net/chrome_http_user_agent_settings.cc', 1224 'browser/net/chrome_http_user_agent_settings.cc',
1223 'browser/net/chrome_http_user_agent_settings.h', 1225 'browser/net/chrome_http_user_agent_settings.h',
1224 'browser/net/chrome_net_log.cc', 1226 'browser/net/chrome_net_log.cc',
1225 'browser/net/chrome_net_log.h', 1227 'browser/net/chrome_net_log.h',
1226 'browser/net/chrome_network_delegate.cc', 1228 'browser/net/chrome_network_delegate.cc',
1227 'browser/net/chrome_network_delegate.h', 1229 'browser/net/chrome_network_delegate.h',
1228 'browser/net/chrome_url_request_context.cc', 1230 'browser/net/chrome_url_request_context.cc',
1229 'browser/net/chrome_url_request_context.h', 1231 'browser/net/chrome_url_request_context.h',
(...skipping 2559 matching lines...) Expand 10 before | Expand all | Expand 10 after
3789 'package_name': 'org/chromium/chrome/browser', 3791 'package_name': 'org/chromium/chrome/browser',
3790 'template_deps': ['browser/android/tab_load_status.h'], 3792 'template_deps': ['browser/android/tab_load_status.h'],
3791 }, 3793 },
3792 'includes': [ '../build/android/java_cpp_template.gypi' ], 3794 'includes': [ '../build/android/java_cpp_template.gypi' ],
3793 }, 3795 },
3794 ], 3796 ],
3795 }, 3797 },
3796 ], 3798 ],
3797 ], 3799 ],
3798 } 3800 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698