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

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

Issue 1468753002: Reland of Remove blink::WebLayerClient and WebGraphicsLayerDebugInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: do not access members of m_contentsLayer Created 5 years, 1 month 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 | « third_party/WebKit/Source/core/core.gyp ('k') | third_party/WebKit/Source/platform/DEPS » ('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 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/build/scripts/scripts.gni") 7 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
8 import("//third_party/WebKit/Source/config.gni") 8 import("//third_party/WebKit/Source/config.gni")
9 import("//third_party/WebKit/Source/platform/platform.gni") 9 import("//third_party/WebKit/Source/platform/platform.gni")
10 import("//third_party/WebKit/Source/platform/platform_generated.gni") 10 import("//third_party/WebKit/Source/platform/platform_generated.gni")
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 "BLINK_PLATFORM_IMPLEMENTATION=1", 189 "BLINK_PLATFORM_IMPLEMENTATION=1",
190 "INSIDE_BLINK", 190 "INSIDE_BLINK",
191 ] 191 ]
192 192
193 include_dirs = [ 193 include_dirs = [
194 #"$angle_path/include", 194 #"$angle_path/include",
195 "$root_gen_dir/blink", 195 "$root_gen_dir/blink",
196 ] 196 ]
197 197
198 public_deps = [ 198 public_deps = [
199 "//base",
200 "//cc",
199 "//gpu/command_buffer/client:gles2_c_lib", 201 "//gpu/command_buffer/client:gles2_c_lib",
200 "//skia", 202 "//skia",
201 "//third_party:jpeg", 203 "//third_party:jpeg",
202 "//third_party/iccjpeg", 204 "//third_party/iccjpeg",
203 "//third_party/libpng", 205 "//third_party/libpng",
204 "//third_party/libwebp", 206 "//third_party/libwebp",
205 "//third_party/ots", 207 "//third_party/ots",
206 "//third_party/qcms", 208 "//third_party/qcms",
207 "//url", 209 "//url",
208 "//v8", 210 "//v8",
209 ] 211 ]
210 deps = [ 212 deps = [
211 ":make_platform_generated", 213 ":make_platform_generated",
214 "//third_party/WebKit/Source/platform/heap",
215 "//third_party/WebKit/Source/wtf",
212 "//third_party/harfbuzz-ng", 216 "//third_party/harfbuzz-ng",
213 "//third_party/icu", 217 "//third_party/icu",
214 "//third_party/WebKit/Source/wtf",
215 "//third_party/WebKit/Source/platform/heap",
216 ] 218 ]
217 219
218 if (is_mac) { 220 if (is_mac) {
219 sources -= [ 221 sources -= [
220 # Uses KillRingMac.mm instead. 222 # Uses KillRingMac.mm instead.
221 "KillRingNone.cpp", 223 "KillRingNone.cpp",
222 "fonts/skia/FontCacheSkia.cpp", 224 "fonts/skia/FontCacheSkia.cpp",
223 "scroll/ScrollAnimator.cpp", 225 "scroll/ScrollAnimator.cpp",
224 "scroll/ScrollAnimator.h", 226 "scroll/ScrollAnimator.h",
225 227
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 "//third_party/WebKit/Source:config", 344 "//third_party/WebKit/Source:config",
343 ] 345 ]
344 346
345 defines = [ "INSIDE_BLINK" ] 347 defines = [ "INSIDE_BLINK" ]
346 348
347 deps = [ 349 deps = [
348 ":platform", 350 ":platform",
349 "//base", 351 "//base",
350 "//base/allocator", 352 "//base/allocator",
351 "//base/test:test_support", 353 "//base/test:test_support",
354 "//content/test:test_support",
352 "//testing/gmock", 355 "//testing/gmock",
353 "//testing/gtest", 356 "//testing/gtest",
354 "//third_party/WebKit/Source/wtf", 357 "//third_party/WebKit/Source/wtf",
355 "//third_party/WebKit/Source/wtf:test_support", 358 "//third_party/WebKit/Source/wtf:test_support",
356 "//content/test:test_support",
357 ] 359 ]
358 if (is_android) { 360 if (is_android) {
359 apk_deps = [ 361 apk_deps = [
360 "//base:base_java", 362 "//base:base_java",
361 "//content/shell/android:content_shell_assets", 363 "//content/shell/android:content_shell_assets",
362 "//net/android:net_java", 364 "//net/android:net_java",
363 ] 365 ]
364 } 366 }
365 } 367 }
366 368
(...skipping 27 matching lines...) Expand all
394 ":blink_common", 396 ":blink_common",
395 ":platform", 397 ":platform",
396 ":test_support", 398 ":test_support",
397 "//base", 399 "//base",
398 "//base/allocator", 400 "//base/allocator",
399 "//base/test:test_support", 401 "//base/test:test_support",
400 "//cc/blink", 402 "//cc/blink",
401 "//skia", 403 "//skia",
402 "//testing/gmock", 404 "//testing/gmock",
403 "//testing/gtest", 405 "//testing/gtest",
404 "//third_party/harfbuzz-ng",
405 "//third_party/WebKit/Source/wtf", 406 "//third_party/WebKit/Source/wtf",
406 "//third_party/WebKit/Source/wtf:test_support", 407 "//third_party/WebKit/Source/wtf:test_support",
408 "//third_party/harfbuzz-ng",
407 "//url", 409 "//url",
408 ] 410 ]
409 411
410 defines = [ "INSIDE_BLINK" ] 412 defines = [ "INSIDE_BLINK" ]
411 413
412 include_dirs = [ "$root_gen_dir/blink" ] 414 include_dirs = [ "$root_gen_dir/blink" ]
413 } 415 }
414 416
415 if (current_cpu == "arm") { 417 if (current_cpu == "arm") {
416 source_set("blink_arm_neon") { 418 source_set("blink_arm_neon") {
(...skipping 17 matching lines...) Expand all
434 } 436 }
435 437
436 if (current_cpu == "x86" || current_cpu == "x64") { 438 if (current_cpu == "x86" || current_cpu == "x64") {
437 source_set("blink_x86_sse") { 439 source_set("blink_x86_sse") {
438 sources = blink_platform_sse_files 440 sources = blink_platform_sse_files
439 deps = [ 441 deps = [
440 ":blink_common", 442 ":blink_common",
441 ] 443 ]
442 } 444 }
443 } 445 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/core.gyp ('k') | third_party/WebKit/Source/platform/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698