| OLD | NEW |
| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 "//third_party/iccjpeg", | 202 "//third_party/iccjpeg", |
| 203 "//third_party/libpng", | 203 "//third_party/libpng", |
| 204 "//third_party/libwebp", | 204 "//third_party/libwebp", |
| 205 "//third_party/ots", | 205 "//third_party/ots", |
| 206 "//third_party/qcms", | 206 "//third_party/qcms", |
| 207 "//url", | 207 "//url", |
| 208 "//v8", | 208 "//v8", |
| 209 ] | 209 ] |
| 210 deps = [ | 210 deps = [ |
| 211 ":make_platform_generated", | 211 ":make_platform_generated", |
| 212 "//third_party/WebKit/Source/platform/heap", |
| 213 "//third_party/WebKit/Source/wtf", |
| 212 "//third_party/harfbuzz-ng", | 214 "//third_party/harfbuzz-ng", |
| 213 "//third_party/icu", | 215 "//third_party/icu", |
| 214 "//third_party/WebKit/Source/wtf", | |
| 215 "//third_party/WebKit/Source/platform/heap", | |
| 216 ] | 216 ] |
| 217 | 217 |
| 218 if (is_mac) { | 218 if (is_mac) { |
| 219 sources -= [ | 219 sources -= [ |
| 220 # Uses KillRingMac.mm instead. | 220 # Uses KillRingMac.mm instead. |
| 221 "KillRingNone.cpp", | 221 "KillRingNone.cpp", |
| 222 "fonts/skia/FontCacheSkia.cpp", | 222 "fonts/skia/FontCacheSkia.cpp", |
| 223 "scroll/ScrollAnimator.cpp", | 223 "scroll/ScrollAnimator.cpp", |
| 224 "scroll/ScrollAnimator.h", | 224 "scroll/ScrollAnimator.h", |
| 225 | 225 |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 "//third_party/WebKit/Source:config", | 342 "//third_party/WebKit/Source:config", |
| 343 ] | 343 ] |
| 344 | 344 |
| 345 defines = [ "INSIDE_BLINK" ] | 345 defines = [ "INSIDE_BLINK" ] |
| 346 | 346 |
| 347 deps = [ | 347 deps = [ |
| 348 ":platform", | 348 ":platform", |
| 349 "//base", | 349 "//base", |
| 350 "//base/allocator", | 350 "//base/allocator", |
| 351 "//base/test:test_support", | 351 "//base/test:test_support", |
| 352 "//content/test:test_support", |
| 352 "//testing/gmock", | 353 "//testing/gmock", |
| 353 "//testing/gtest", | 354 "//testing/gtest", |
| 354 "//third_party/WebKit/Source/wtf", | 355 "//third_party/WebKit/Source/wtf", |
| 355 "//third_party/WebKit/Source/wtf:test_support", | 356 "//third_party/WebKit/Source/wtf:test_support", |
| 356 "//content/test:test_support", | |
| 357 ] | 357 ] |
| 358 if (is_android) { | 358 if (is_android) { |
| 359 apk_deps = [ | 359 apk_deps = [ |
| 360 "//base:base_java", | 360 "//base:base_java", |
| 361 "//content/shell/android:content_shell_assets", | 361 "//content/shell/android:content_shell_assets", |
| 362 "//net/android:net_java", | 362 "//net/android:net_java", |
| 363 ] | 363 ] |
| 364 } | 364 } |
| 365 } | 365 } |
| 366 | 366 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 389 deps = [ | 389 deps = [ |
| 390 ":blink_common", | 390 ":blink_common", |
| 391 ":platform", | 391 ":platform", |
| 392 ":test_support", | 392 ":test_support", |
| 393 "//base", | 393 "//base", |
| 394 "//base/allocator", | 394 "//base/allocator", |
| 395 "//base/test:test_support", | 395 "//base/test:test_support", |
| 396 "//skia", | 396 "//skia", |
| 397 "//testing/gmock", | 397 "//testing/gmock", |
| 398 "//testing/gtest", | 398 "//testing/gtest", |
| 399 "//third_party/harfbuzz-ng", | |
| 400 "//third_party/WebKit/Source/wtf", | 399 "//third_party/WebKit/Source/wtf", |
| 401 "//third_party/WebKit/Source/wtf:test_support", | 400 "//third_party/WebKit/Source/wtf:test_support", |
| 401 "//third_party/harfbuzz-ng", |
| 402 "//url", | 402 "//url", |
| 403 ] | 403 ] |
| 404 | 404 |
| 405 defines = [ "INSIDE_BLINK" ] | 405 defines = [ "INSIDE_BLINK" ] |
| 406 | 406 |
| 407 include_dirs = [ "$root_gen_dir/blink" ] | 407 include_dirs = [ "$root_gen_dir/blink" ] |
| 408 } | 408 } |
| 409 | 409 |
| 410 if (current_cpu == "arm") { | 410 if (current_cpu == "arm") { |
| 411 source_set("blink_arm_neon") { | 411 source_set("blink_arm_neon") { |
| (...skipping 17 matching lines...) Expand all Loading... |
| 429 } | 429 } |
| 430 | 430 |
| 431 if (current_cpu == "x86" || current_cpu == "x64") { | 431 if (current_cpu == "x86" || current_cpu == "x64") { |
| 432 source_set("blink_x86_sse") { | 432 source_set("blink_x86_sse") { |
| 433 sources = blink_platform_sse_files | 433 sources = blink_platform_sse_files |
| 434 deps = [ | 434 deps = [ |
| 435 ":blink_common", | 435 ":blink_common", |
| 436 ] | 436 ] |
| 437 } | 437 } |
| 438 } | 438 } |
| OLD | NEW |