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

Unified Diff: webkit/child/BUILD.gn

Issue 417973003: Cleanup webkit_child target and dependencies on it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | webkit/child/webkit_child.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/BUILD.gn
diff --git a/webkit/child/BUILD.gn b/webkit/child/BUILD.gn
index 025e93473e47df4a4393e05c862ab49c67c58c96..6ac5c2319f32c93046d84699c59a39e650356522 100644
--- a/webkit/child/BUILD.gn
+++ b/webkit/child/BUILD.gn
@@ -11,46 +11,9 @@ component("child") {
]
defines = [ "WEBKIT_CHILD_IMPLEMENTATION" ]
- include_dirs = [
- # For JNI generated header.
- "$root_gen_dir/webkit",
- ]
-
- configs += [ "//build/config/compiler:wexit_time_destructors" ]
- if (is_win) {
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- cflags = [ "/wd4267" ]
- }
-
- if (is_mac) {
- libs = [ "QuartzCore.framework" ]
- }
- if (is_android) {
- #deps += [ ":overscroller_jni_headers" ] TODO(GYP)
- }
deps = [
"//base",
- "//base:i18n",
- "//base/third_party/dynamic_annotations",
"//net",
- "//skia",
- "//third_party/WebKit/public:blink",
- "//ui/gfx",
- "//ui/gfx/geometry",
- "//ui/native_theme",
- "//url",
- "//v8",
- "//webkit/common",
]
}
-
-#TODO(GYP)
-#'target_name': 'overscroller_jni_headers',
-#'type': 'none',
-#'variables': {
-# 'jni_gen_package': 'webkit',
-# 'input_java_class': 'android/widget/OverScroller.class',
-#},
-#'includes': [ '../../build/jar_file_jni_generator.gypi' ],
-
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | webkit/child/webkit_child.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698