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

Unified Diff: chrome/test/BUILD.gn

Issue 923863002: Sort GN files under chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « chrome/chrome_watcher/BUILD.gn ('k') | chrome/test/perf/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index f12b04f8fe34e8cefb0f0f4c9acd8a9c8bd3b3f5..ee3b1ea0ebd9916d4223a9397ff473943ffb7274 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -54,8 +54,8 @@ source_set("test_support") {
"base/test_switches.h",
"base/testing_browser_process.cc",
"base/testing_browser_process.h",
- "base/testing_browser_process_platform_part.h",
"base/testing_browser_process_platform_part.cc",
+ "base/testing_browser_process_platform_part.h",
"base/testing_io_thread_state.cc",
"base/testing_io_thread_state.h",
"base/testing_pref_service_syncable.cc",
@@ -1447,8 +1447,8 @@ if (!is_android && (!is_win || link_chrome_on_windows)) {
} else if (is_android) {
sources -= [
# Android doesn't support download feedbacks.
- "../browser/safe_browsing/download_feedback_unittest.cc",
"../browser/safe_browsing/download_feedback_service_unittest.cc",
+ "../browser/safe_browsing/download_feedback_unittest.cc",
"../browser/safe_browsing/download_protection_service_unittest.cc",
"../browser/safe_browsing/two_phase_uploader_unittest.cc",
]
@@ -1546,8 +1546,8 @@ if (!is_android && (!is_win || link_chrome_on_windows)) {
"//chrome")
sources -= [
"../browser/ui/tests/ui_gfx_image_unittest.cc",
- "../tools/convert_dict/convert_dict_unittest.cc",
"../renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc",
+ "../tools/convert_dict/convert_dict_unittest.cc",
]
# The test fetches resources which means Mac need the app bundle to exist
« no previous file with comments | « chrome/chrome_watcher/BUILD.gn ('k') | chrome/test/perf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698