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

Side by Side Diff: android_webview/android_webview.gyp

Issue 389973005: Merge 280970 "Add switch to disable recording whole document" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2062/src/
Patch Set: Created 6 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
« no previous file with comments | « no previous file | android_webview/common/aw_switches.h » ('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 2009 The Chromium Authors. All rights reserved. 1 # Copyright 2009 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'libwebviewchromium', 10 'target_name': 'libwebviewchromium',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'browser/scoped_app_gl_state_restore.h', 202 'browser/scoped_app_gl_state_restore.h',
203 'browser/shared_renderer_state.cc', 203 'browser/shared_renderer_state.cc',
204 'browser/shared_renderer_state.h', 204 'browser/shared_renderer_state.h',
205 'common/android_webview_message_generator.cc', 205 'common/android_webview_message_generator.cc',
206 'common/android_webview_message_generator.h', 206 'common/android_webview_message_generator.h',
207 'common/aw_content_client.cc', 207 'common/aw_content_client.cc',
208 'common/aw_content_client.h', 208 'common/aw_content_client.h',
209 'common/aw_hit_test_data.cc', 209 'common/aw_hit_test_data.cc',
210 'common/aw_hit_test_data.h', 210 'common/aw_hit_test_data.h',
211 'common/aw_resource.h', 211 'common/aw_resource.h',
212 'common/aw_switches.cc',
213 'common/aw_switches.h',
212 'common/devtools_instrumentation.h', 214 'common/devtools_instrumentation.h',
213 'common/print_messages.cc', 215 'common/print_messages.cc',
214 'common/print_messages.h', 216 'common/print_messages.h',
215 'common/render_view_messages.cc', 217 'common/render_view_messages.cc',
216 'common/render_view_messages.h', 218 'common/render_view_messages.h',
217 'common/url_constants.cc', 219 'common/url_constants.cc',
218 'common/url_constants.h', 220 'common/url_constants.h',
219 'lib/aw_browser_dependency_factory_impl.cc', 221 'lib/aw_browser_dependency_factory_impl.cc',
220 'lib/aw_browser_dependency_factory_impl.h', 222 'lib/aw_browser_dependency_factory_impl.h',
221 'lib/main/aw_main_delegate.cc', 223 'lib/main/aw_main_delegate.cc',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 '../content/content.gyp:content_strings_grd', 295 '../content/content.gyp:content_strings_grd',
294 '../ui/android/ui_android.gyp:ui_strings_grd', 296 '../ui/android/ui_android.gyp:ui_strings_grd',
295 'android_webview_jarjar_ui_resources', 297 'android_webview_jarjar_ui_resources',
296 'android_webview_jarjar_content_resources' 298 'android_webview_jarjar_content_resources'
297 ], 299 ],
298 }, 300 },
299 ], 301 ],
300 }], 302 }],
301 ], 303 ],
302 } 304 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/common/aw_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698