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

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

Issue 1456873003: More regular Platform implementations in unit tests (reland.) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: have GN disable c4267 also Created 5 years 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
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("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//third_party/WebKit/Source/bindings/bindings.gni") 7 import("//third_party/WebKit/Source/bindings/bindings.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/core/core.gni") 9 import("//third_party/WebKit/Source/core/core.gni")
10 import("//third_party/WebKit/Source/modules/modules.gni") 10 import("//third_party/WebKit/Source/modules/modules.gni")
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 deps = [ 104 deps = [
105 ":test_support", 105 ":test_support",
106 ":web", 106 ":web",
107 "//base", 107 "//base",
108 "//base:i18n", 108 "//base:i18n",
109 "//base/test:test_support", 109 "//base/test:test_support",
110 "//content/test:test_support", 110 "//content/test:test_support",
111 "//testing/gmock", 111 "//testing/gmock",
112 "//testing/gtest", 112 "//testing/gtest",
113 "//third_party/WebKit/Source/platform:test_support", 113 "//third_party/WebKit/Source/platform:test_support",
114 "//third_party/WebKit/Source/wtf",
114 "//third_party/WebKit/Source/wtf:test_support", 115 "//third_party/WebKit/Source/wtf:test_support",
115 "//third_party/libwebp", 116 "//third_party/libwebp",
116 "//third_party/zlib", 117 "//third_party/zlib",
117 "//url", 118 "//url",
118 "//v8", 119 "//v8",
119 ] 120 ]
120 121
121 sources = [ 122 sources = [
122 "tests/RunAllTests.cpp", 123 "tests/RunAllTests.cpp",
123 ] 124 ]
(...skipping 14 matching lines...) Expand all
138 } 139 }
139 140
140 if (is_android) { 141 if (is_android) {
141 apk_deps = [ 142 apk_deps = [
142 "//base:base_java", 143 "//base:base_java",
143 "//content/shell/android:content_shell_assets", 144 "//content/shell/android:content_shell_assets",
144 "//net/android:net_java", 145 "//net/android:net_java",
145 ] 146 ]
146 } 147 }
147 } 148 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698