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

Side by Side Diff: cc/blink/BUILD.gn

Issue 974543002: Remove link_chrome_on_windows GN flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « cc/BUILD.gn ('k') | chrome/BUILD.gn » ('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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 # GYP version: //cc/blink/cc_blink.gyp:cc_blink 7 # GYP version: //cc/blink/cc_blink.gyp:cc_blink
8 component("blink") { 8 component("blink") {
9 output_name = "cc_blink" 9 output_name = "cc_blink"
10 10
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "//cc", 65 "//cc",
66 "//gpu", 66 "//gpu",
67 "//third_party/WebKit/public:blink", 67 "//third_party/WebKit/public:blink",
68 "//ui/gfx", 68 "//ui/gfx",
69 "//ui/gfx/geometry", 69 "//ui/gfx/geometry",
70 ] 70 ]
71 } 71 }
72 72
73 # GYP version: //cc/blink/cc_blink_tests.gyp:cc_blink_unittests 73 # GYP version: //cc/blink/cc_blink_tests.gyp:cc_blink_unittests
74 # TODO(GYP): make linking work on the mac. 74 # TODO(GYP): make linking work on the mac.
75 if (!is_mac && (!is_win || link_chrome_on_windows)) { 75 if (!is_mac) {
76 test("cc_blink_unittests") { 76 test("cc_blink_unittests") {
77 sources = [ 77 sources = [
78 "web_animation_unittest.cc", 78 "web_animation_unittest.cc",
79 "web_float_animation_curve_unittest.cc", 79 "web_float_animation_curve_unittest.cc",
80 "web_layer_impl_fixed_bounds_unittest.cc", 80 "web_layer_impl_fixed_bounds_unittest.cc",
81 ] 81 ]
82 82
83 deps = [ 83 deps = [
84 ":blink", 84 ":blink",
85 "//base/test:run_all_unittests", 85 "//base/test:run_all_unittests",
86 "//base/third_party/dynamic_annotations", 86 "//base/third_party/dynamic_annotations",
87 "//skia", 87 "//skia",
88 "//testing/gtest", 88 "//testing/gtest",
89 "//ui/gfx/geometry", 89 "//ui/gfx/geometry",
90 "//ui/gfx:test_support", 90 "//ui/gfx:test_support",
91 "//cc", 91 "//cc",
92 "//cc:test_support", 92 "//cc:test_support",
93 ] 93 ]
94 } 94 }
95 } 95 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698