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

Side by Side Diff: android_webview/android_webview.gyp

Issue 1923453003: [build] Switch to moved v8.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | build/all.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 {
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 '../media/media.gyp:media', 255 '../media/media.gyp:media',
256 '../media/midi/midi.gyp:midi', 256 '../media/midi/midi.gyp:midi',
257 '../net/net.gyp:net_extras', 257 '../net/net.gyp:net_extras',
258 '../printing/printing.gyp:printing', 258 '../printing/printing.gyp:printing',
259 '../skia/skia.gyp:skia', 259 '../skia/skia.gyp:skia',
260 '../third_party/WebKit/public/blink.gyp:blink', 260 '../third_party/WebKit/public/blink.gyp:blink',
261 '../ui/events/events.gyp:gesture_detection', 261 '../ui/events/events.gyp:gesture_detection',
262 '../ui/gl/gl.gyp:gl', 262 '../ui/gl/gl.gyp:gl',
263 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 263 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
264 '../url/ipc/url_ipc.gyp:url_ipc', 264 '../url/ipc/url_ipc.gyp:url_ipc',
265 '../v8/tools/gyp/v8.gyp:v8', 265 '../v8/src/v8.gyp:v8',
266 'android_webview_pak', 266 'android_webview_pak',
267 'android_webview_version', 267 'android_webview_version',
268 '../components/components.gyp:pref_registry', 268 '../components/components.gyp:pref_registry',
269 '../components/url_formatter/url_formatter.gyp:url_formatter', 269 '../components/url_formatter/url_formatter.gyp:url_formatter',
270 ], 270 ],
271 'include_dirs': [ 271 'include_dirs': [
272 '..', 272 '..',
273 '../skia/config', 273 '../skia/config',
274 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/', 274 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/',
275 ], 275 ],
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 'includes': [ 'apk/system_webview_apk_common.gypi' ], 507 'includes': [ 'apk/system_webview_apk_common.gypi' ],
508 }, 508 },
509 ], 509 ],
510 }] 510 }]
511 ], 511 ],
512 'includes': [ 512 'includes': [
513 'android_webview_tests.gypi', 513 'android_webview_tests.gypi',
514 'apk/system_webview_paks.gypi', 514 'apk/system_webview_paks.gypi',
515 ], 515 ],
516 } 516 }
OLDNEW
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698