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

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

Issue 2296633002: Fix Firefox bookmarks import. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix 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")
(...skipping 3663 matching lines...) Expand 10 before | Expand all | Expand 10 after
3674 "../browser/ui/window_sizer/window_sizer_unittest.cc", 3674 "../browser/ui/window_sizer/window_sizer_unittest.cc",
3675 "../browser/ui/zoom/zoom_controller_unittest.cc", 3675 "../browser/ui/zoom/zoom_controller_unittest.cc",
3676 "../browser/usb/usb_chooser_context_unittest.cc", 3676 "../browser/usb/usb_chooser_context_unittest.cc",
3677 "../browser/usb/usb_chooser_controller_unittest.cc", 3677 "../browser/usb/usb_chooser_controller_unittest.cc",
3678 "../browser/usb/web_usb_detector_unittest.cc", 3678 "../browser/usb/web_usb_detector_unittest.cc",
3679 3679
3680 # The importer code is not used on Android. 3680 # The importer code is not used on Android.
3681 "../common/importer/firefox_importer_utils_unittest.cc", 3681 "../common/importer/firefox_importer_utils_unittest.cc",
3682 3682
3683 # No service process (which also requires multiprocess lock). 3683 # No service process (which also requires multiprocess lock).
3684 "../common/importer/mock_importer_bridge.cc",
3685 "../common/importer/mock_importer_bridge.h",
3684 "../common/multi_process_lock_unittest.cc", 3686 "../common/multi_process_lock_unittest.cc",
3685 "../test/base/browser_with_test_window_test.cc", 3687 "../test/base/browser_with_test_window_test.cc",
3686 "../test/base/browser_with_test_window_test.h", 3688 "../test/base/browser_with_test_window_test.h",
3687 "../utility/importer/bookmark_html_reader_unittest.cc", 3689 "../utility/importer/bookmark_html_reader_unittest.cc",
3688 "../utility/importer/bookmarks_file_importer_unittest.cc", 3690 "../utility/importer/bookmarks_file_importer_unittest.cc",
3689 "../utility/importer/edge_database_reader_unittest_win.cc", 3691 "../utility/importer/edge_database_reader_unittest_win.cc",
3690 "../utility/importer/firefox_importer_unittest.cc", 3692 "../utility/importer/firefox_importer_unittest.cc",
3691 "../utility/importer/firefox_importer_unittest_messages_internal.h", 3693 "../utility/importer/firefox_importer_unittest_messages_internal.h",
3692 "../utility/importer/firefox_importer_unittest_utils.h", 3694 "../utility/importer/firefox_importer_unittest_utils.h",
3693 "../utility/importer/firefox_importer_unittest_utils_mac.cc", 3695 "../utility/importer/firefox_importer_unittest_utils_mac.cc",
(...skipping 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after
5133 } 5135 }
5134 5136
5135 if (is_win) { 5137 if (is_win) {
5136 loadable_module("conflicts_dll") { 5138 loadable_module("conflicts_dll") {
5137 testonly = true 5139 testonly = true
5138 sources = [ 5140 sources = [
5139 "conflicts/conflicts_dll.cc", 5141 "conflicts/conflicts_dll.cc",
5140 ] 5142 ]
5141 } 5143 }
5142 } 5144 }
OLDNEW
« no previous file with comments | « chrome/common/importer/mock_importer_bridge.cc ('k') | chrome/utility/importer/firefox_importer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698