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

Unified Diff: chrome/test/BUILD.gn

Issue 2355073002: Remove non-existent .pak for OS=mac in browser_tests (Closed)
Patch Set: rebase Created 4 years, 3 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 | « no previous file | no next file » | 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 be7d4db8c8c263a6bf120a4766ad32b28907cc51..3d617f4c6e5adbd5c9d0c1f5700ec4972341ea2f 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1559,8 +1559,8 @@ test("browser_tests") {
"../browser/interstitials/security_interstitial_page_test_utils.h",
"../browser/invalidation/profile_invalidation_provider_factory_browsertest.cc",
"../browser/lifetime/browser_close_manager_browsertest.cc",
- "../browser/loadtimes_extension_bindings_browsertest.cc",
"../browser/loader/chrome_resource_dispatcher_host_delegate_browsertest.cc",
+ "../browser/loadtimes_extension_bindings_browsertest.cc",
"../browser/locale_tests_browsertest.cc",
"../browser/media/defer_background_media_browsertest.cc",
"../browser/media/encrypted_media_browsertest.cc",
@@ -1944,8 +1944,6 @@ test("browser_tests") {
"//ui/webui/resources/js/",
"$root_out_dir/pyproto/",
"$root_out_dir/browser_tests.pak",
- "$root_out_dir/chrome_100_percent.pak",
- "$root_out_dir/chrome_200_percent.pak",
"$root_out_dir/remoting/unittests/",
"$root_out_dir/resources/extension/",
"$root_out_dir/test_case.html",
@@ -1957,8 +1955,12 @@ test("browser_tests") {
]
if (!is_mac) {
Nico 2016/09/21 15:11:31 2
- data += [ "$root_out_dir/locales/" ]
- data_deps += [ "//chrome:packed_extra_resources" ]
+ data += [
+ "$root_out_dir/locales/",
+ "$root_out_dir/chrome_100_percent.pak",
+ "$root_out_dir/chrome_200_percent.pak",
+ "$root_out_dir/resources.pak",
+ ]
}
if (!enable_one_click_signin) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698