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

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

Issue 993253002: MacViews: Implement Window-modal dialogs using sheets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update isolate 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
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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/module_args/v8.gni") 8 import("//build/module_args/v8.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 10
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 "//skia", 243 "//skia",
244 "//sync", 244 "//sync",
245 "//testing/gmock", 245 "//testing/gmock",
246 "//testing/gtest", 246 "//testing/gtest",
247 "//third_party/hunspell", 247 "//third_party/hunspell",
248 "//third_party/icu", 248 "//third_party/icu",
249 "//third_party/libpng", 249 "//third_party/libpng",
250 "//third_party/npapi", 250 "//third_party/npapi",
251 "//third_party/zlib", 251 "//third_party/zlib",
252 "//ui/base:test_support", 252 "//ui/base:test_support",
253 "//ui/resources:ui_test_pak",
253 "//ui/web_dialogs:test_support", 254 "//ui/web_dialogs:test_support",
254 ] 255 ]
255 256
256 # Runtime dependencies 257 # Runtime dependencies
257 datadeps = [ 258 datadeps = [
258 "//ppapi:ppapi_tests", 259 "//ppapi:ppapi_tests",
259 "//third_party/mesa:osmesa", 260 "//third_party/mesa:osmesa",
260 ] 261 ]
261 262
262 if (toolkit_views) { 263 if (toolkit_views) {
(...skipping 1474 matching lines...) Expand 10 before | Expand all | Expand 10 after
1737 # ] 1738 # ]
1738 # } 1739 # }
1739 # if (!is_mac) { 1740 # if (!is_mac) {
1740 # sources -= [ 1741 # sources -= [
1741 # "perf/mach_ports_performancetest.cc", 1742 # "perf/mach_ports_performancetest.cc",
1742 # ] 1743 # ]
1743 # } 1744 # }
1744 # } 1745 # }
1745 } 1746 }
1746 } 1747 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698