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

Side by Side Diff: android_webview/android_webview.gyp

Issue 1581253003: Add missing 'hard_dependency' in gyp targets using grit_action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | ash/ash_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 'system_webview_package_name%': 'com.android.webview', 7 'system_webview_package_name%': 'com.android.webview',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'android_webview_pak', 11 'target_name': 'android_webview_pak',
12 'type': 'none', 12 'type': 'none',
13 'hard_dependency': 1,
13 'dependencies': [ 14 'dependencies': [
14 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resources' , 15 '<(DEPTH)/content/app/resources/content_resources.gyp:content_resources' ,
15 '<(DEPTH)/net/net.gyp:net_resources', 16 '<(DEPTH)/net/net.gyp:net_resources',
16 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources' , 17 '<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources' ,
17 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 18 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
18 ], 19 ],
19 'variables': { 20 'variables': {
20 'conditions': [ 21 'conditions': [
21 ['target_arch=="arm" or target_arch=="ia32" or target_arch=="mipsel"', { 22 ['target_arch=="arm" or target_arch=="ia32" or target_arch=="mipsel"', {
22 'arch_suffix':'32' 23 'arch_suffix':'32'
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 'includes': [ 'apk/system_webview_apk_common.gypi' ], 497 'includes': [ 'apk/system_webview_apk_common.gypi' ],
497 }, 498 },
498 ], 499 ],
499 }] 500 }]
500 ], 501 ],
501 'includes': [ 502 'includes': [
502 'android_webview_tests.gypi', 503 'android_webview_tests.gypi',
503 'apk/system_webview_paks.gypi', 504 'apk/system_webview_paks.gypi',
504 ], 505 ],
505 } 506 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698