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

Side by Side Diff: content/content_browser.gypi

Issue 10706004: Adds helper methods for WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to the latest branch Created 8 years, 5 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/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 'browser/speech/proto/speech_proto.gyp:speech_proto', 8 'browser/speech/proto/speech_proto.gyp:speech_proto',
9 '../base/base.gyp:base_static', 9 '../base/base.gyp:base_static',
10 '../crypto/crypto.gyp:crypto', 10 '../crypto/crypto.gyp:crypto',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_util.cc', 198 'browser/android/content_util.cc',
199 'browser/android/content_util.h', 199 'browser/android/content_util.h',
200 'browser/android/content_view_client.cc', 200 'browser/android/content_view_client.cc',
201 'browser/android/content_view_client.h', 201 'browser/android/content_view_client.h',
202 'browser/android/content_view_core_impl.cc', 202 'browser/android/content_view_core_impl.cc',
203 'browser/android/content_view_core_impl.h', 203 'browser/android/content_view_core_impl.h',
204 'browser/android/content_view_statics.cc',
205 'browser/android/content_view_statics.h',
204 'browser/android/devtools_server.cc', 206 'browser/android/devtools_server.cc',
205 'browser/android/download_controller.cc', 207 'browser/android/download_controller.cc',
206 'browser/android/download_controller.h', 208 'browser/android/download_controller.h',
207 'browser/android/ime_utils.cc', 209 'browser/android/ime_utils.cc',
208 'browser/android/ime_utils.h', 210 'browser/android/ime_utils.h',
209 'browser/android/remote_debugging_controller.cc', 211 'browser/android/remote_debugging_controller.cc',
210 'browser/android/remote_debugging_controller.h', 212 'browser/android/remote_debugging_controller.h',
211 'browser/android/sandboxed_process_launcher.cc', 213 'browser/android/sandboxed_process_launcher.cc',
212 'browser/android/sandboxed_process_launcher.h', 214 'browser/android/sandboxed_process_launcher.h',
213 'browser/android/touch_point.cc', 215 'browser/android/touch_point.cc',
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
992 ], 994 ],
993 }], 995 }],
994 ['input_speech==0', { 996 ['input_speech==0', {
995 'sources/': [ 997 'sources/': [
996 ['exclude', '^browser/speech/'], 998 ['exclude', '^browser/speech/'],
997 ], 999 ],
998 }], 1000 }],
999 ], 1001 ],
1000 } 1002 }
1001 1003
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698