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