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

Side by Side Diff: android_webview/android_webview.gyp

Issue 2341833002: Whitespace change not for commit. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | 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 {
5 'variables': { 6 'variables': {
6 'chromium_code': 1, 7 'chromium_code': 1,
7 'system_webview_package_name%': 'com.android.webview', 8 'system_webview_package_name%': 'com.android.webview',
8 }, 9 },
9 'targets': [ 10 'targets': [
10 { 11 {
11 'target_name': 'android_webview_pak', 12 'target_name': 'android_webview_pak',
12 'type': 'none', 13 'type': 'none',
13 'dependencies': [ 14 'dependencies': [
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 'includes': [ 'apk/system_webview_apk_common.gypi' ], 518 'includes': [ 'apk/system_webview_apk_common.gypi' ],
518 }, 519 },
519 ], 520 ],
520 }] 521 }]
521 ], 522 ],
522 'includes': [ 523 'includes': [
523 'android_webview_tests.gypi', 524 'android_webview_tests.gypi',
524 'apk/system_webview_paks.gypi', 525 'apk/system_webview_paks.gypi',
525 ], 526 ],
526 } 527 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698