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

Side by Side Diff: Source/platform/platform.gni

Issue 1285413007: Unify geometry test printers in a test support target. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: PrintTo instead of operator<< Created 5 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 | Annotate | Revision Log
« no previous file with comments | « Source/platform/geometry/LayoutRect.h ('k') | Source/platform/testing/GeometryPrinters.h » ('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 # This file is the GN version of blink_platform.gypi. We rebase most paths to 5 # This file is the GN version of blink_platform.gypi. We rebase most paths to
6 # be absolute so these lists can be used by BUILD files in different directories 6 # be absolute so these lists can be used by BUILD files in different directories
7 # without worrying about the base directory. 7 # without worrying about the base directory.
8 _gypi = exec_script( 8 _gypi = exec_script(
9 "//build/gypi_to_gn.py", 9 "//build/gypi_to_gn.py",
10 [ rebase_path("blink_platform.gypi") ], 10 [ rebase_path("blink_platform.gypi") ],
11 "scope", 11 "scope",
12 [ "blink_platform.gypi" ]) 12 [ "blink_platform.gypi" ])
13 13
14 platform_files = _gypi.platform_files 14 platform_files = _gypi.platform_files
15 platform_test_files = get_path_info(_gypi.platform_test_files, "abspath") 15 platform_test_files = get_path_info(_gypi.platform_test_files, "abspath")
16 platform_unittest_support_files = get_path_info(_gypi.platform_unittest_support_ files, "abspath") 16 platform_unittest_support_files = get_path_info(_gypi.platform_unittest_support_ files, "abspath")
17 platform_web_unittest_files = get_path_info(_gypi.platform_web_unittest_files, " abspath") 17 platform_web_unittest_files = get_path_info(_gypi.platform_web_unittest_files, " abspath")
18 platform_test_support_files = get_path_info(_gypi.platform_test_support_files, " abspath")
OLDNEW
« no previous file with comments | « Source/platform/geometry/LayoutRect.h ('k') | Source/platform/testing/GeometryPrinters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698