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

Side by Side Diff: BUILD.gn

Issue 2215433003: Revert of SkRTConf: reduce functionality to what we use, increase simplicity (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 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 | gyp/utils.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 2016 Google Inc. 1 # Copyright 2016 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 declare_args() { 6 declare_args() {
7 } 7 }
8 8
9 skia_public_includes = [ 9 skia_public_includes = [
10 "include/android", 10 "include/android",
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 rebase_path("tests"), 450 rebase_path("tests"),
451 ], 451 ],
452 "list lines", 452 "list lines",
453 []) 453 [])
454 454
455 test_lib("tests") { 455 test_lib("tests") {
456 public_include_dirs = [ "tests" ] 456 public_include_dirs = [ "tests" ]
457 sources = tests_sources - [ 457 sources = tests_sources - [
458 rebase_path("tests/FontMgrAndroidParserTest.cpp"), # Android only 458 rebase_path("tests/FontMgrAndroidParserTest.cpp"), # Android only
459 rebase_path("tests/PathOpsSkpClipTest.cpp"), # alternate main 459 rebase_path("tests/PathOpsSkpClipTest.cpp"), # alternate main
460 rebase_path("tests/RTConfRegistryTest.cpp"), # TODO: delete
460 rebase_path("tests/SkSLErrorTest.cpp"), # TODO: make work 461 rebase_path("tests/SkSLErrorTest.cpp"), # TODO: make work
461 rebase_path("tests/SkSLGLSLTest.cpp"), # TODO: make work 462 rebase_path("tests/SkSLGLSLTest.cpp"), # TODO: make work
462 rebase_path("tests/SkpSkGrTest.cpp"), # doesn't compile 463 rebase_path("tests/SkpSkGrTest.cpp"), # doesn't compile
463 rebase_path("tests/skia_test.cpp"), # alternate main 464 rebase_path("tests/skia_test.cpp"), # alternate main
464 ] 465 ]
465 deps = [ 466 deps = [
466 ":flags", 467 ":flags",
467 ":gpu_tool_utils", 468 ":gpu_tool_utils",
468 ":skia", 469 ":skia",
469 ":tool_utils", 470 ":tool_utils",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 ":flags", 538 ":flags",
538 ":gm", 539 ":gm",
539 ":gpu_tool_utils", 540 ":gpu_tool_utils",
540 ":skia", 541 ":skia",
541 ":tool_utils", 542 ":tool_utils",
542 "//third_party/jsoncpp", 543 "//third_party/jsoncpp",
543 ] 544 ]
544 testonly = true 545 testonly = true
545 } 546 }
546 } 547 }
OLDNEW
« no previous file with comments | « no previous file | gyp/utils.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698