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

Side by Side Diff: android_webview/android_webview.gyp

Issue 1123993002: Componentizes external_video_surface to reduce webview/Cast duplication. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: java DEPS, round 2 Created 5 years, 7 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 | « no previous file | android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java » ('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': 'android_webview_pak', 10 'target_name': 'android_webview_pak',
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 { 345 {
346 'target_name': 'libwebviewchromium', 346 'target_name': 'libwebviewchromium',
347 'includes': [ 347 'includes': [
348 'libwebviewchromium.gypi', 348 'libwebviewchromium.gypi',
349 ], 349 ],
350 }, 350 },
351 { 351 {
352 'target_name': 'android_webview_java', 352 'target_name': 'android_webview_java',
353 'type': 'none', 353 'type': 'none',
354 'dependencies': [ 354 'dependencies': [
355 '../components/components.gyp:external_video_surface_java',
355 '../components/components.gyp:navigation_interception_java', 356 '../components/components.gyp:navigation_interception_java',
356 '../components/components.gyp:web_contents_delegate_android_java', 357 '../components/components.gyp:web_contents_delegate_android_java',
357 '../content/content.gyp:content_java', 358 '../content/content.gyp:content_java',
358 '../ui/android/ui_android.gyp:ui_java', 359 '../ui/android/ui_android.gyp:ui_java',
359 'android_webview_strings_grd', 360 'android_webview_strings_grd',
360 ], 361 ],
361 'variables': { 362 'variables': {
362 'java_in_dir': '../android_webview/java', 363 'java_in_dir': '../android_webview/java',
363 'has_java_resources': 1, 364 'has_java_resources': 1,
364 'R_package': 'org.chromium.android_webview', 365 'R_package': 'org.chromium.android_webview',
365 'R_package_relpath': 'org/chromium/android_webview', 366 'R_package_relpath': 'org/chromium/android_webview',
366 }, 367 },
367 'includes': [ '../build/java.gypi' ], 368 'includes': [ '../build/java.gypi' ],
368 }, 369 },
369 { 370 {
370 'target_name': 'system_webview_apk', 371 'target_name': 'system_webview_apk',
371 'variables': { 372 'variables': {
372 'apk_name': 'SystemWebView', 373 'apk_name': 'SystemWebView',
373 'android_sdk_jar': '../third_party/android_platform/webview/frameworks_5 .1.0_r1.jar', 374 'android_sdk_jar': '../third_party/android_platform/webview/frameworks_5 .1.0_r1.jar',
374 'java_in_dir': 'glue/java', 375 'java_in_dir': 'glue/java',
375 'resource_dir': 'apk/java/res', 376 'resource_dir': 'apk/java/res',
376 }, 377 },
377 'includes': [ 'apk/system_webview_apk_common.gypi' ], 378 'includes': [ 'apk/system_webview_apk_common.gypi' ],
378 }, 379 },
379 ], 380 ],
380 'includes': [ 381 'includes': [
381 'android_webview_tests.gypi', 382 'android_webview_tests.gypi',
382 ], 383 ],
383 } 384 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/java/src/org/chromium/android_webview/ExternalVideoSurfaceContainer.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698