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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 | 357 |
358 deps = [ | 358 deps = [ |
359 ":blink_common", | 359 ":blink_common", |
360 ":platform", | 360 ":platform", |
361 "//base", | 361 "//base", |
362 "//base/allocator", | 362 "//base/allocator", |
363 "//base/test:test_support", | 363 "//base/test:test_support", |
364 "//skia", | 364 "//skia", |
365 "//testing/gmock", | 365 "//testing/gmock", |
366 "//testing/gtest", | 366 "//testing/gtest", |
| 367 "//third_party/harfbuzz-ng", |
367 "//third_party/WebKit/Source/wtf", | 368 "//third_party/WebKit/Source/wtf", |
368 "//third_party/WebKit/Source/wtf:test_support", | 369 "//third_party/WebKit/Source/wtf:test_support", |
369 "//url", | 370 "//url", |
370 ] | 371 ] |
371 | 372 |
372 defines = [ | 373 defines = [ |
373 "INSIDE_BLINK", | 374 "INSIDE_BLINK", |
374 ] | 375 ] |
375 | 376 |
376 include_dirs = [ | 377 include_dirs = [ |
(...skipping 14 matching lines...) Expand all Loading... |
391 #'cflags': ['-marm'], | 392 #'cflags': ['-marm'], |
392 # 'conditions': [ | 393 # 'conditions': [ |
393 # ['OS=="android"', { | 394 # ['OS=="android"', { |
394 # 'cflags!': ['-mthumb'], | 395 # 'cflags!': ['-mthumb'], |
395 # }], | 396 # }], |
396 # ], | 397 # ], |
397 | 398 |
398 deps = [ ":blink_common" ] | 399 deps = [ ":blink_common" ] |
399 } | 400 } |
400 } | 401 } |
OLD | NEW |