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

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

Issue 1088093005: Unit tests for HarfBuzzShaper (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: w/test fixture Created 5 years, 8 months 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 | « no previous file | Source/platform/blink_platform.gypi » ('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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698