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

Side by Side Diff: android_webview/android_webview.gyp

Issue 950223002: Android: Move resources for validation message bubble to components/web_contents_delegate_android/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add per-file entries Created 5 years, 9 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/build/resources_config.mk » ('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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 'target_name': 'android_webview_jarjar_content_resources', 408 'target_name': 'android_webview_jarjar_content_resources',
409 'android_unmangled_name': 1, 409 'android_unmangled_name': 1,
410 'type': 'none', 410 'type': 'none',
411 'variables': { 411 'variables': {
412 'res_dir': '../content/public/android/java/res', 412 'res_dir': '../content/public/android/java/res',
413 'rules_file': '../android_webview/build/jarjar-rules.txt', 413 'rules_file': '../android_webview/build/jarjar-rules.txt',
414 }, 414 },
415 'includes': ['../android_webview/build/jarjar_resources.gypi'], 415 'includes': ['../android_webview/build/jarjar_resources.gypi'],
416 }, 416 },
417 { 417 {
418 'target_name': 'android_webview_jarjar_web_contents_delegate_android_r esources',
419 'android_unmangled_name': 1,
420 'type': 'none',
421 'variables': {
422 'res_dir': '../components/web_contents_delegate_android/android/java /res',
423 'rules_file': '../android_webview/build/jarjar-rules.txt',
424 },
425 'includes': ['../android_webview/build/jarjar_resources.gypi'],
426 },
427 {
418 'target_name': 'android_webview_resources', 428 'target_name': 'android_webview_resources',
419 'type': 'none', 429 'type': 'none',
420 'android_unmangled_name': 1, 430 'android_unmangled_name': 1,
421 'dependencies': [ 431 'dependencies': [
422 '../content/content.gyp:content_strings_grd', 432 '../content/content.gyp:content_strings_grd',
423 '../ui/android/ui_android.gyp:ui_strings_grd', 433 '../ui/android/ui_android.gyp:ui_strings_grd',
424 'android_webview_jarjar_content_resources', 434 'android_webview_jarjar_content_resources',
425 'android_webview_jarjar_ui_resources', 435 'android_webview_jarjar_ui_resources',
436 'android_webview_jarjar_web_contents_delegate_android_resources',
426 'android_webview_strings_grd', 437 'android_webview_strings_grd',
427 ], 438 ],
428 }, 439 },
429 ], 440 ],
430 }], 441 }],
431 ], 442 ],
432 } 443 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/build/resources_config.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698