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

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: My repo was out of sync with the latest upstream tree 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'browser/accessibility/browser_accessibility_win.cc', 187 'browser/accessibility/browser_accessibility_win.cc',
188 'browser/accessibility/browser_accessibility_win.h', 188 'browser/accessibility/browser_accessibility_win.h',
189 'browser/android/android_browser_process.cc', 189 'browser/android/android_browser_process.cc',
190 'browser/android/android_browser_process.h', 190 'browser/android/android_browser_process.h',
191 'browser/android/content_settings.cc', 191 'browser/android/content_settings.cc',
192 'browser/android/content_settings.h', 192 'browser/android/content_settings.h',
193 'browser/android/content_startup_flags.cc', 193 'browser/android/content_startup_flags.cc',
194 'browser/android/content_startup_flags.h', 194 'browser/android/content_startup_flags.h',
195 'browser/android/content_util.cc', 195 'browser/android/content_util.cc',
196 'browser/android/content_util.h', 196 'browser/android/content_util.h',
197 'browser/android/content_view_impl.cc',
John Grabowski 2012/06/28 17:08:06 files should be listed alphabetically moving these
aurimas (slooooooooow) 2012/06/28 23:00:07 Done.
198 'browser/android/content_view_impl.h',
197 'browser/android/content_view_client.cc', 199 'browser/android/content_view_client.cc',
198 'browser/android/content_view_client.h', 200 'browser/android/content_view_client.h',
199 'browser/android/content_view_impl.cc', 201 'browser/android/content_view_statics.cc',
200 'browser/android/content_view_impl.h', 202 'browser/android/content_view_statics.h',
201 'browser/android/device_info.cc', 203 'browser/android/device_info.cc',
202 'browser/android/device_info.h', 204 'browser/android/device_info.h',
203 'browser/android/download_controller.cc', 205 'browser/android/download_controller.cc',
204 'browser/android/download_controller.h', 206 'browser/android/download_controller.h',
205 'browser/android/ime_utils.cc', 207 'browser/android/ime_utils.cc',
206 'browser/android/ime_utils.h', 208 'browser/android/ime_utils.h',
207 'browser/android/sandboxed_process_launcher.cc', 209 'browser/android/sandboxed_process_launcher.cc',
208 'browser/android/sandboxed_process_launcher.h', 210 'browser/android/sandboxed_process_launcher.h',
209 'browser/android/touch_point.cc', 211 'browser/android/touch_point.cc',
210 'browser/android/touch_point.h', 212 'browser/android/touch_point.h',
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 ], 979 ],
978 }], 980 }],
979 ['input_speech==0', { 981 ['input_speech==0', {
980 'sources/': [ 982 'sources/': [
981 ['exclude', '^browser/speech/'], 983 ['exclude', '^browser/speech/'],
982 ], 984 ],
983 }], 985 }],
984 ], 986 ],
985 } 987 }
986 988
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698