| OLD | NEW |
| 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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 '../media/midi/midi.gyp:midi', | 223 '../media/midi/midi.gyp:midi', |
| 224 '../printing/printing.gyp:printing', | 224 '../printing/printing.gyp:printing', |
| 225 '../skia/skia.gyp:skia', | 225 '../skia/skia.gyp:skia', |
| 226 '../third_party/WebKit/public/blink.gyp:blink', | 226 '../third_party/WebKit/public/blink.gyp:blink', |
| 227 '../ui/events/events.gyp:gesture_detection', | 227 '../ui/events/events.gyp:gesture_detection', |
| 228 '../ui/gl/gl.gyp:gl', | 228 '../ui/gl/gl.gyp:gl', |
| 229 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 229 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 230 '../v8/tools/gyp/v8.gyp:v8', | 230 '../v8/tools/gyp/v8.gyp:v8', |
| 231 'android_webview_pak', | 231 'android_webview_pak', |
| 232 'android_webview_version', | 232 'android_webview_version', |
| 233 '../components/components.gyp:policy', | |
| 234 '../components/components.gyp:policy_component', | |
| 235 '../components/components.gyp:pref_registry', | 233 '../components/components.gyp:pref_registry', |
| 236 '../components/url_formatter/url_formatter.gyp:url_formatter', | 234 '../components/url_formatter/url_formatter.gyp:url_formatter', |
| 237 ], | 235 ], |
| 238 'include_dirs': [ | 236 'include_dirs': [ |
| 239 '..', | 237 '..', |
| 240 '../skia/config', | 238 '../skia/config', |
| 241 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/', | 239 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/', |
| 242 ], | 240 ], |
| 243 'sources': [ | 241 'sources': [ |
| 244 'browser/aw_browser_context.cc', | 242 'browser/aw_browser_context.cc', |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 'renderer/aw_print_web_view_helper_delegate.h', | 379 'renderer/aw_print_web_view_helper_delegate.h', |
| 382 'renderer/aw_render_process_observer.cc', | 380 'renderer/aw_render_process_observer.cc', |
| 383 'renderer/aw_render_process_observer.h', | 381 'renderer/aw_render_process_observer.h', |
| 384 'renderer/aw_render_frame_ext.cc', | 382 'renderer/aw_render_frame_ext.cc', |
| 385 'renderer/aw_render_frame_ext.h', | 383 'renderer/aw_render_frame_ext.h', |
| 386 'renderer/aw_render_view_ext.cc', | 384 'renderer/aw_render_view_ext.cc', |
| 387 'renderer/aw_render_view_ext.h', | 385 'renderer/aw_render_view_ext.h', |
| 388 'renderer/print_render_frame_observer.cc', | 386 'renderer/print_render_frame_observer.cc', |
| 389 'renderer/print_render_frame_observer.h', | 387 'renderer/print_render_frame_observer.h', |
| 390 ], | 388 ], |
| 389 'conditions': [ |
| 390 ['configuration_policy==1', { |
| 391 'dependencies': [ |
| 392 '../components/components.gyp:policy', |
| 393 '../components/components.gyp:policy_component', |
| 394 ], |
| 395 }], |
| 396 ], |
| 391 }, | 397 }, |
| 392 { | 398 { |
| 393 'target_name': 'libwebviewchromium', | 399 'target_name': 'libwebviewchromium', |
| 394 'includes': [ | 400 'includes': [ |
| 395 'libwebviewchromium.gypi', | 401 'libwebviewchromium.gypi', |
| 396 ], | 402 ], |
| 397 }, | 403 }, |
| 398 { | 404 { |
| 399 # GN version: //android_webview:android_webview_java | 405 # GN version: //android_webview:android_webview_java |
| 400 'target_name': 'android_webview_java', | 406 'target_name': 'android_webview_java', |
| 401 'type': 'none', | 407 'type': 'none', |
| 402 'dependencies': [ | 408 'dependencies': [ |
| 403 '../android_webview/native/webview_native.gyp:android_webview_aw_permiss
ion_request_resource', | 409 '../android_webview/native/webview_native.gyp:android_webview_aw_permiss
ion_request_resource', |
| 404 '../components/components.gyp:external_video_surface_java', | 410 '../components/components.gyp:external_video_surface_java', |
| 405 '../components/components.gyp:navigation_interception_java', | 411 '../components/components.gyp:navigation_interception_java', |
| 406 '../components/components.gyp:policy_java', | |
| 407 '../components/components.gyp:web_contents_delegate_android_java', | 412 '../components/components.gyp:web_contents_delegate_android_java', |
| 408 '../content/content.gyp:content_java', | 413 '../content/content.gyp:content_java', |
| 409 '../ui/android/ui_android.gyp:ui_java', | 414 '../ui/android/ui_android.gyp:ui_java', |
| 410 'android_webview_locale_paks', | 415 'android_webview_locale_paks', |
| 411 'android_webview_strings_grd', | 416 'android_webview_strings_grd', |
| 412 ], | 417 ], |
| 413 'variables': { | 418 'variables': { |
| 414 'java_in_dir': '../android_webview/java', | 419 'java_in_dir': '../android_webview/java', |
| 415 'has_java_resources': 1, | 420 'has_java_resources': 1, |
| 416 'R_package': 'org.chromium.android_webview', | 421 'R_package': 'org.chromium.android_webview', |
| 417 'R_package_relpath': 'org/chromium/android_webview', | 422 'R_package_relpath': 'org/chromium/android_webview', |
| 418 'android_manifest_path': '../android_webview/apk/java/AndroidManifest.xm
l', # for lint | 423 'android_manifest_path': '../android_webview/apk/java/AndroidManifest.xm
l', # for lint |
| 419 }, | 424 }, |
| 425 'conditions': [ |
| 426 ['configuration_policy==1', { |
| 427 'dependencies': [ |
| 428 '../components/components.gyp:policy_java', |
| 429 ], |
| 430 }], |
| 431 ], |
| 420 'includes': [ '../build/java.gypi' ], | 432 'includes': [ '../build/java.gypi' ], |
| 421 }, | 433 }, |
| 422 { | 434 { |
| 423 'target_name': 'system_webview_glue_java', | 435 'target_name': 'system_webview_glue_java', |
| 424 'variables': { | 436 'variables': { |
| 425 'android_sdk_jar': '../third_party/android_platform/webview/frameworks_6
.0.jar', | 437 'android_sdk_jar': '../third_party/android_platform/webview/frameworks_6
.0.jar', |
| 426 'java_in_dir': 'glue/java', | 438 'java_in_dir': 'glue/java', |
| 427 }, | 439 }, |
| 428 'includes': [ 'apk/system_webview_glue_common.gypi' ], | 440 'includes': [ 'apk/system_webview_glue_common.gypi' ], |
| 429 }, | 441 }, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 440 'android_manifest_template_vars': ['package=<(system_webview_package_nam
e)'], | 452 'android_manifest_template_vars': ['package=<(system_webview_package_nam
e)'], |
| 441 }, | 453 }, |
| 442 'includes': [ 'apk/system_webview_apk_common.gypi' ], | 454 'includes': [ 'apk/system_webview_apk_common.gypi' ], |
| 443 }, | 455 }, |
| 444 ], | 456 ], |
| 445 'includes': [ | 457 'includes': [ |
| 446 'android_webview_tests.gypi', | 458 'android_webview_tests.gypi', |
| 447 'apk/system_webview_paks.gypi', | 459 'apk/system_webview_paks.gypi', |
| 448 ], | 460 ], |
| 449 } | 461 } |
| OLD | NEW |