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

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

Issue 2532613002: MacViews: fix bubble direction in RTL. (Closed)
Patch Set: Use the advice in buildflag.h? Created 4 years 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
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/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
11 import("//chrome/chrome_repack_locales.gni") 11 import("//chrome/chrome_repack_locales.gni")
12 import("//chrome/test/base/js2gtest.gni") 12 import("//chrome/test/base/js2gtest.gni")
13 import("//components/os_crypt/features.gni") 13 import("//components/os_crypt/features.gni")
14 import("//components/spellcheck/spellcheck_build_features.gni") 14 import("//components/spellcheck/spellcheck_build_features.gni")
15 import("//extensions/features/features.gni") 15 import("//extensions/features/features.gni")
16 import("//media/media_options.gni") 16 import("//media/media_options.gni")
17 import("//ppapi/features/features.gni") 17 import("//ppapi/features/features.gni")
18 import("//remoting/remoting_enable.gni") 18 import("//remoting/remoting_enable.gni")
19 import("//services/service_manager/public/service_manifest.gni") 19 import("//services/service_manager/public/service_manifest.gni")
20 import("//testing/test.gni") 20 import("//testing/test.gni")
21 import("//ui/base/ui_features.gni")
21 import("//v8/gni/v8.gni") 22 import("//v8/gni/v8.gni")
22 23
23 if (is_android) { 24 if (is_android) {
24 import("//build/config/android/rules.gni") 25 import("//build/config/android/rules.gni")
25 } 26 }
26 27
27 # This target exists to reference other test executables to bring these files 28 # This target exists to reference other test executables to bring these files
28 # into the build. 29 # into the build.
29 group("test") { 30 group("test") {
30 testonly = true 31 testonly = true
(...skipping 5087 matching lines...) Expand 10 before | Expand all | Expand 10 after
5118 } 5119 }
5119 5120
5120 if (is_win) { 5121 if (is_win) {
5121 loadable_module("conflicts_dll") { 5122 loadable_module("conflicts_dll") {
5122 testonly = true 5123 testonly = true
5123 sources = [ 5124 sources = [
5124 "conflicts/conflicts_dll.cc", 5125 "conflicts/conflicts_dll.cc",
5125 ] 5126 ]
5126 } 5127 }
5127 } 5128 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698