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

Unified Diff: chrome/test/BUILD.gn

Issue 2816293002: Description: Replace layout constants in chrome/browser/extensions and chrome/browser/first_run (Closed)
Patch Set: Got the TryChromeDialog to show up. Its bounds need to be specified in DIPs Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index c62ecb18ccba4801e04fb5f0890eae23ed900275..9f2903ae488a70cd463aa463e50951d19aac8bd3 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2029,7 +2029,10 @@ test("browser_tests") {
"//ppapi/tests/extensions",
]
if (is_chromeos) {
- sources += [ "//third_party/liblouis/nacl_wrapper/liblouis_wrapper_browsertest.cc" ]
+ sources += [
+ "../browser/ui/views/extensions/request_file_system_dialog_browsertest.cc",
+ "//third_party/liblouis/nacl_wrapper/liblouis_wrapper_browsertest.cc",
+ ]
deps += [ "//chrome/browser/chromeos" ]
data_deps += [ "//third_party/liblouis:liblouis_test_data" ]
} else if (is_linux || is_win) {

Powered by Google App Engine
This is Rietveld 408576698