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

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

Issue 2825533002: Introduce SerializeDictionaryForest for devtools_target_ui (Closed)
Patch Set: Self review 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 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 3789 matching lines...) Expand 10 before | Expand all | Expand 10 after
3800 deps += [ 3800 deps += [
3801 "//device/battery:mojo_bindings", 3801 "//device/battery:mojo_bindings",
3802 "//ipc", 3802 "//ipc",
3803 "//third_party/libaddressinput", 3803 "//third_party/libaddressinput",
3804 ] 3804 ]
3805 } 3805 }
3806 3806
3807 if (!is_android) { 3807 if (!is_android) {
3808 sources += [ 3808 sources += [
3809 "../browser/devtools/devtools_ui_bindings_unittest.cc", 3809 "../browser/devtools/devtools_ui_bindings_unittest.cc",
3810 "../browser/devtools/serialize_dictionary_forest_unittest.cc",
3810 "../browser/download/download_dir_policy_handler_unittest.cc", 3811 "../browser/download/download_dir_policy_handler_unittest.cc",
3811 "../browser/lifetime/keep_alive_registry_unittest.cc", 3812 "../browser/lifetime/keep_alive_registry_unittest.cc",
3812 "../browser/renderer_context_menu/render_view_context_menu_test_util.cc", 3813 "../browser/renderer_context_menu/render_view_context_menu_test_util.cc",
3813 "../browser/renderer_context_menu/render_view_context_menu_test_util.h", 3814 "../browser/renderer_context_menu/render_view_context_menu_test_util.h",
3814 "../browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc", 3815 "../browser/ui/autofill/save_card_bubble_controller_impl_unittest.cc",
3815 "../browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc", 3816 "../browser/ui/bluetooth/bluetooth_chooser_controller_unittest.cc",
3816 "../browser/ui/passwords/manage_passwords_ui_controller_unittest.cc", 3817 "../browser/ui/passwords/manage_passwords_ui_controller_unittest.cc",
3817 ] 3818 ]
3818 deps += [ 3819 deps += [
3819 ":unit_tests_js", 3820 ":unit_tests_js",
(...skipping 1419 matching lines...) Expand 10 before | Expand all | Expand 10 after
5239 } 5240 }
5240 5241
5241 if (is_win) { 5242 if (is_win) {
5242 loadable_module("conflicts_dll") { 5243 loadable_module("conflicts_dll") {
5243 testonly = true 5244 testonly = true
5244 sources = [ 5245 sources = [
5245 "conflicts/conflicts_dll.cc", 5246 "conflicts/conflicts_dll.cc",
5246 ] 5247 ]
5247 } 5248 }
5248 } 5249 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698