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

Side by Side Diff: android_webview/android_webview.gyp

Issue 495423004: Cleanup: Remove unneeded references to content_resources.gyp:content_resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 3 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 | chrome/chrome_resources.gyp » ('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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 ], 57 ],
58 'sources': [ 58 'sources': [
59 'lib/main/webview_entry_point.cc', 59 'lib/main/webview_entry_point.cc',
60 ], 60 ],
61 }, 61 },
62 { 62 {
63 'target_name': 'android_webview_pak', 63 'target_name': 'android_webview_pak',
64 'type': 'none', 64 'type': 'none',
65 'dependencies': [ 65 'dependencies': [
66 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resources' , 66 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resources' ,
67 '<(DEPTH)/content/content_resources.gyp:content_resources',
68 '<(DEPTH)/net/net.gyp:net_resources', 67 '<(DEPTH)/net/net.gyp:net_resources',
69 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources' , 68 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources' ,
70 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 69 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
71 ], 70 ],
72 'actions': [ 71 'actions': [
73 { 72 {
74 'action_name': 'repack_android_webview_pack', 73 'action_name': 'repack_android_webview_pack',
75 'variables': { 74 'variables': {
76 'pak_inputs': [ 75 'pak_inputs': [
77 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources .pak', 76 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources .pak',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 '../ui/android/ui_android.gyp:ui_strings_grd', 324 '../ui/android/ui_android.gyp:ui_strings_grd',
326 'android_webview_jarjar_content_resources', 325 'android_webview_jarjar_content_resources',
327 'android_webview_jarjar_ui_resources', 326 'android_webview_jarjar_ui_resources',
328 'android_webview_strings_grd', 327 'android_webview_strings_grd',
329 ], 328 ],
330 }, 329 },
331 ], 330 ],
332 }], 331 }],
333 ], 332 ],
334 } 333 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698