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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 13649009: Android: Use a ResourceThrottle to intercept GET downloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'browser/android/content_view_util.cc', 88 'browser/android/content_view_util.cc',
89 'browser/android/content_view_util.h', 89 'browser/android/content_view_util.h',
90 'browser/android/crash_dump_manager.cc', 90 'browser/android/crash_dump_manager.cc',
91 'browser/android/crash_dump_manager.h', 91 'browser/android/crash_dump_manager.h',
92 'browser/android/dev_tools_server.cc', 92 'browser/android/dev_tools_server.cc',
93 'browser/android/dev_tools_server.h', 93 'browser/android/dev_tools_server.h',
94 'browser/android/google_location_settings_helper.h', 94 'browser/android/google_location_settings_helper.h',
95 'browser/android/infobar_stubs.cc', 95 'browser/android/infobar_stubs.cc',
96 'browser/android/intent_helper.cc', 96 'browser/android/intent_helper.cc',
97 'browser/android/intent_helper.h', 97 'browser/android/intent_helper.h',
98 'browser/android/intercept_download_resource_throttle.cc',
99 'browser/android/intercept_download_resource_throttle.h',
98 'browser/android/provider/blocking_ui_thread_async_request.cc', 100 'browser/android/provider/blocking_ui_thread_async_request.cc',
99 'browser/android/provider/blocking_ui_thread_async_request.h', 101 'browser/android/provider/blocking_ui_thread_async_request.h',
100 'browser/android/provider/bookmark_model_observer_task.cc', 102 'browser/android/provider/bookmark_model_observer_task.cc',
101 'browser/android/provider/bookmark_model_observer_task.h', 103 'browser/android/provider/bookmark_model_observer_task.h',
102 'browser/android/provider/chrome_browser_provider.cc', 104 'browser/android/provider/chrome_browser_provider.cc',
103 'browser/android/provider/chrome_browser_provider.h', 105 'browser/android/provider/chrome_browser_provider.h',
104 'browser/android/provider/run_on_ui_thread_blocking.h', 106 'browser/android/provider/run_on_ui_thread_blocking.h',
105 'browser/android/tab_android.cc', 107 'browser/android/tab_android.cc',
106 'browser/android/tab_android.h', 108 'browser/android/tab_android.h',
107 'browser/app_controller_mac.h', 109 'browser/app_controller_mac.h',
(...skipping 2905 matching lines...) Expand 10 before | Expand all | Expand 10 after
3013 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3015 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3014 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3016 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3015 }, 3017 },
3016 'includes': [ '../build/android/java_cpp_template.gypi' ], 3018 'includes': [ '../build/android/java_cpp_template.gypi' ],
3017 }, 3019 },
3018 ], 3020 ],
3019 }, 3021 },
3020 ], 3022 ],
3021 ], 3023 ],
3022 } 3024 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698