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

Side by Side Diff: Source/web/BUILD.gn

Issue 561173006: Fix some android gn configuration (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « Source/core/BUILD.gn ('k') | 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//third_party/WebKit/Source/bindings/bindings.gni") 6 import("//third_party/WebKit/Source/bindings/bindings.gni")
7 import("//third_party/WebKit/Source/config.gni") 7 import("//third_party/WebKit/Source/config.gni")
8 import("//third_party/WebKit/Source/core/core.gni") 8 import("//third_party/WebKit/Source/core/core.gni")
9 import("//third_party/WebKit/Source/modules/modules.gni") 9 import("//third_party/WebKit/Source/modules/modules.gni")
10 import("//third_party/WebKit/Source/platform/platform.gni") 10 import("//third_party/WebKit/Source/platform/platform.gni")
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 ] 62 ]
63 63
64 sources += web_gypi.web_unittest_files 64 sources += web_gypi.web_unittest_files
65 sources += bindings_unittest_files 65 sources += bindings_unittest_files
66 sources += core_unittest_files 66 sources += core_unittest_files
67 sources += modules_unittest_files 67 sources += modules_unittest_files
68 sources += platform_web_unittest_files 68 sources += platform_web_unittest_files
69 69
70 sources += [ "WebTestingSupport.cpp" ] 70 sources += [ "WebTestingSupport.cpp" ]
71 } 71 }
72
73 if (is_android) {
74 set_sources_assignment_filter([])
75 sources += [ "linux/WebFontRendering.cpp" ]
76 set_sources_assignment_filter(sources_assignment_filter)
77 }
72 } 78 }
73 79
74 # GYP version: WebKit/Source/web/web.gyp:blink_web_test_support 80 # GYP version: WebKit/Source/web/web.gyp:blink_web_test_support
75 source_set("test_support") { 81 source_set("test_support") {
76 if (!is_component_build) { 82 if (!is_component_build) {
77 deps = [ 83 deps = [
78 "//skia", 84 "//skia",
79 "//third_party/WebKit/Source/core:testing", 85 "//third_party/WebKit/Source/core:testing",
80 "//third_party/WebKit/Source/modules:modules_testing", 86 "//third_party/WebKit/Source/modules:modules_testing",
81 "//third_party/WebKit/Source/wtf", 87 "//third_party/WebKit/Source/wtf",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 124
119 configs += [ "//third_party/WebKit/Source:inside_blink" ] 125 configs += [ "//third_party/WebKit/Source:inside_blink" ]
120 126
121 sources += web_gypi.web_unittest_files 127 sources += web_gypi.web_unittest_files
122 sources += bindings_unittest_files 128 sources += bindings_unittest_files
123 sources += core_unittest_files 129 sources += core_unittest_files
124 sources += modules_unittest_files 130 sources += modules_unittest_files
125 sources += platform_web_unittest_files 131 sources += platform_web_unittest_files
126 } 132 }
127 } 133 }
OLDNEW
« no previous file with comments | « Source/core/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698