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

Side by Side Diff: content/test/BUILD.gn

Issue 1120803003: Add a GN flag for the Windows multi-dll build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remerge Created 5 years, 7 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 | « content/public/app/BUILD.gn ('k') | gpu/config/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("//build/config/chrome_build.gni")
5 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 7 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
8 import("//build/module_args/v8.gni") 9 import("//build/module_args/v8.gni")
9 import("//testing/test.gni") 10 import("//testing/test.gni")
10 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 11 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
11 12
12 content_tests_gypi_values = 13 content_tests_gypi_values =
13 exec_script("//build/gypi_to_gn.py", 14 exec_script("//build/gypi_to_gn.py",
14 [ 15 [
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 "//gpu/blink", 711 "//gpu/blink",
711 "//testing/gtest", 712 "//testing/gtest",
712 "//third_party/WebKit/public:blink", 713 "//third_party/WebKit/public:blink",
713 "//ui/base", 714 "//ui/base",
714 "//ui/gfx", 715 "//ui/gfx",
715 "//ui/gfx/geometry", 716 "//ui/gfx/geometry",
716 "//ui/gl", 717 "//ui/gl",
717 ] 718 ]
718 } 719 }
719 } 720 }
OLDNEW
« no previous file with comments | « content/public/app/BUILD.gn ('k') | gpu/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698