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

Side by Side Diff: content/content_browser.gypi

Issue 11112022: Add DownloadControllerAndroid public interface for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding OWNERS file Created 8 years, 2 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
11 '../net/net.gyp:net', 11 '../net/net.gyp:net',
12 '../skia/skia.gyp:skia', 12 '../skia/skia.gyp:skia',
13 '../third_party/zlib/zlib.gyp:zlib', 13 '../third_party/zlib/zlib.gyp:zlib',
14 '../ui/ui.gyp:ui', 14 '../ui/ui.gyp:ui',
15 '../ui/ui.gyp:ui_resources', 15 '../ui/ui.gyp:ui_resources',
16 ], 16 ],
17 'include_dirs': [ 17 'include_dirs': [
18 '..', 18 '..',
19 '<(INTERMEDIATE_DIR)', 19 '<(INTERMEDIATE_DIR)',
20 ], 20 ],
21 'sources': [ 21 'sources': [
22 'port/browser/render_view_host_delegate_view.h', 22 'port/browser/render_view_host_delegate_view.h',
23 'port/browser/render_widget_host_view_port.h', 23 'port/browser/render_widget_host_view_port.h',
24 'port/browser/smooth_scroll_gesture.h', 24 'port/browser/smooth_scroll_gesture.h',
25 'public/browser/access_token_store.h', 25 'public/browser/access_token_store.h',
26 'public/browser/android/compositor.h', 26 'public/browser/android/compositor.h',
27 'public/browser/android/content_view_core.h', 27 'public/browser/android/content_view_core.h',
28 'public/browser/android/devtools_auth.h', 28 'public/browser/android/devtools_auth.h',
29 'public/browser/android/download_controller_android.h',
29 'public/browser/android/draw_delegate.h', 30 'public/browser/android/draw_delegate.h',
30 'public/browser/browser_accessibility_state.h', 31 'public/browser/browser_accessibility_state.h',
31 'public/browser/browser_child_process_host.h', 32 'public/browser/browser_child_process_host.h',
32 'public/browser/browser_child_process_host_delegate.cc', 33 'public/browser/browser_child_process_host_delegate.cc',
33 'public/browser/browser_child_process_host_delegate.h', 34 'public/browser/browser_child_process_host_delegate.h',
34 'public/browser/browser_child_process_host_iterator.cc', 35 'public/browser/browser_child_process_host_iterator.cc',
35 'public/browser/browser_child_process_host_iterator.h', 36 'public/browser/browser_child_process_host_iterator.h',
36 'public/browser/browser_context.h', 37 'public/browser/browser_context.h',
37 'public/browser/browser_main_parts.cc', 38 'public/browser/browser_main_parts.cc',
38 'public/browser/browser_main_parts.h', 39 'public/browser/browser_main_parts.h',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'browser/android/content_startup_flags.cc', 199 'browser/android/content_startup_flags.cc',
199 'browser/android/content_startup_flags.h', 200 'browser/android/content_startup_flags.h',
200 'browser/android/content_video_view.cc', 201 'browser/android/content_video_view.cc',
201 'browser/android/content_video_view.h', 202 'browser/android/content_video_view.h',
202 'browser/android/content_view_core_impl.cc', 203 'browser/android/content_view_core_impl.cc',
203 'browser/android/content_view_core_impl.h', 204 'browser/android/content_view_core_impl.h',
204 'browser/android/content_view_statics.cc', 205 'browser/android/content_view_statics.cc',
205 'browser/android/content_view_statics.h', 206 'browser/android/content_view_statics.h',
206 'browser/android/cookie_getter_impl.cc', 207 'browser/android/cookie_getter_impl.cc',
207 'browser/android/cookie_getter_impl.h', 208 'browser/android/cookie_getter_impl.h',
208 'browser/android/download_controller.cc', 209 'browser/android/download_controller_android_impl.cc',
209 'browser/android/download_controller.h', 210 'browser/android/download_controller_android_impl.h',
210 'browser/android/devtools_auth.cc', 211 'browser/android/devtools_auth.cc',
211 'browser/android/draw_delegate_impl.h', 212 'browser/android/draw_delegate_impl.h',
212 'browser/android/draw_delegate_impl.cc', 213 'browser/android/draw_delegate_impl.cc',
213 'browser/android/load_url_params.cc', 214 'browser/android/load_url_params.cc',
214 'browser/android/load_url_params.h', 215 'browser/android/load_url_params.h',
215 'browser/android/media_player_manager_android.cc', 216 'browser/android/media_player_manager_android.cc',
216 'browser/android/media_player_manager_android.h', 217 'browser/android/media_player_manager_android.h',
217 'browser/android/sandboxed_process_launcher.cc', 218 'browser/android/sandboxed_process_launcher.cc',
218 'browser/android/sandboxed_process_launcher.h', 219 'browser/android/sandboxed_process_launcher.h',
219 'browser/android/surface_texture_peer_browser_impl.cc', 220 'browser/android/surface_texture_peer_browser_impl.cc',
(...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after
1072 ['exclude', '^browser/renderer_host/java/'], 1073 ['exclude', '^browser/renderer_host/java/'],
1073 ], 1074 ],
1074 }], 1075 }],
1075 ['input_speech==0', { 1076 ['input_speech==0', {
1076 'sources/': [ 1077 'sources/': [
1077 ['exclude', '^browser/speech/'], 1078 ['exclude', '^browser/speech/'],
1078 ], 1079 ],
1079 }], 1080 }],
1080 ], 1081 ],
1081 } 1082 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698