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

Side by Side Diff: android_webview/android_webview.gyp

Issue 1908223002: Remove content/gpu from content/browser/android/DEPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owned_sync_point_manager_ Created 4 years, 8 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
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/browser/deferred_gpu_command_service.cc » ('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 'system_webview_package_name%': 'com.android.webview', 7 'system_webview_package_name%': 'com.android.webview',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 'common/aw_resource.h', 399 'common/aw_resource.h',
400 'common/aw_switches.cc', 400 'common/aw_switches.cc',
401 'common/aw_switches.h', 401 'common/aw_switches.h',
402 'common/devtools_instrumentation.h', 402 'common/devtools_instrumentation.h',
403 'common/render_view_messages.cc', 403 'common/render_view_messages.cc',
404 'common/render_view_messages.h', 404 'common/render_view_messages.h',
405 'common/url_constants.cc', 405 'common/url_constants.cc',
406 'common/url_constants.h', 406 'common/url_constants.h',
407 'crash_reporter/aw_microdump_crash_reporter.cc', 407 'crash_reporter/aw_microdump_crash_reporter.cc',
408 'crash_reporter/aw_microdump_crash_reporter.h', 408 'crash_reporter/aw_microdump_crash_reporter.h',
409 'gpu/aw_content_gpu_client.cc',
410 'gpu/aw_content_gpu_client.h',
409 'lib/aw_browser_dependency_factory_impl.cc', 411 'lib/aw_browser_dependency_factory_impl.cc',
410 'lib/aw_browser_dependency_factory_impl.h', 412 'lib/aw_browser_dependency_factory_impl.h',
411 'lib/main/aw_main_delegate.cc', 413 'lib/main/aw_main_delegate.cc',
412 'lib/main/aw_main_delegate.h', 414 'lib/main/aw_main_delegate.h',
413 'lib/main/webview_jni_onload.cc', 415 'lib/main/webview_jni_onload.cc',
414 'lib/main/webview_jni_onload.h', 416 'lib/main/webview_jni_onload.h',
415 'public/browser/draw_gl.h', 417 'public/browser/draw_gl.h',
416 'renderer/aw_content_renderer_client.cc', 418 'renderer/aw_content_renderer_client.cc',
417 'renderer/aw_content_renderer_client.h', 419 'renderer/aw_content_renderer_client.h',
418 'renderer/aw_content_settings_client.cc', 420 'renderer/aw_content_settings_client.cc',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'includes': [ 'apk/system_webview_apk_common.gypi' ], 510 'includes': [ 'apk/system_webview_apk_common.gypi' ],
509 }, 511 },
510 ], 512 ],
511 }] 513 }]
512 ], 514 ],
513 'includes': [ 515 'includes': [
514 'android_webview_tests.gypi', 516 'android_webview_tests.gypi',
515 'apk/system_webview_paks.gypi', 517 'apk/system_webview_paks.gypi',
516 ], 518 ],
517 } 519 }
OLDNEW
« no previous file with comments | « android_webview/BUILD.gn ('k') | android_webview/browser/deferred_gpu_command_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698