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

Side by Side Diff: content/content_browser.gypi

Issue 10963041: Revert "Revert 158067 - Remove native side of content_view_client" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add additional_input_paths as a variable and input to java.gypi Created 8 years, 3 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
« no previous file with comments | « content/browser/android/web_contents_observer_android.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'browser/android/android_browser_process.cc', 190 'browser/android/android_browser_process.cc',
191 'browser/android/android_browser_process.h', 191 'browser/android/android_browser_process.h',
192 'browser/android/browser_jni_registrar.cc', 192 'browser/android/browser_jni_registrar.cc',
193 'browser/android/browser_jni_registrar.h', 193 'browser/android/browser_jni_registrar.h',
194 'browser/android/content_settings.cc', 194 'browser/android/content_settings.cc',
195 'browser/android/content_settings.h', 195 'browser/android/content_settings.h',
196 'browser/android/content_startup_flags.cc', 196 'browser/android/content_startup_flags.cc',
197 'browser/android/content_startup_flags.h', 197 'browser/android/content_startup_flags.h',
198 'browser/android/content_video_view.cc', 198 'browser/android/content_video_view.cc',
199 'browser/android/content_video_view.h', 199 'browser/android/content_video_view.h',
200 'browser/android/content_view_client.cc',
201 'browser/android/content_view_client.h',
202 'browser/android/content_view_core_impl.cc', 200 'browser/android/content_view_core_impl.cc',
203 'browser/android/content_view_core_impl.h', 201 'browser/android/content_view_core_impl.h',
204 'browser/android/content_view_statics.cc', 202 'browser/android/content_view_statics.cc',
205 'browser/android/content_view_statics.h', 203 'browser/android/content_view_statics.h',
206 'browser/android/cookie_getter_impl.cc', 204 'browser/android/cookie_getter_impl.cc',
207 'browser/android/cookie_getter_impl.h', 205 'browser/android/cookie_getter_impl.h',
208 'browser/android/download_controller.cc', 206 'browser/android/download_controller.cc',
209 'browser/android/download_controller.h', 207 'browser/android/download_controller.h',
210 'browser/android/devtools_auth.cc', 208 'browser/android/devtools_auth.cc',
211 'browser/android/draw_delegate_impl.h', 209 'browser/android/draw_delegate_impl.h',
(...skipping 849 matching lines...) Expand 10 before | Expand all | Expand 10 after
1061 ['exclude', '^browser/renderer_host/java/'], 1059 ['exclude', '^browser/renderer_host/java/'],
1062 ], 1060 ],
1063 }], 1061 }],
1064 ['input_speech==0', { 1062 ['input_speech==0', {
1065 'sources/': [ 1063 'sources/': [
1066 ['exclude', '^browser/speech/'], 1064 ['exclude', '^browser/speech/'],
1067 ], 1065 ],
1068 }], 1066 }],
1069 ], 1067 ],
1070 } 1068 }
OLDNEW
« no previous file with comments | « content/browser/android/web_contents_observer_android.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698