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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2565813002: Create c/b/ui/cocoa/test and move test files to there (Closed)
Patch Set: 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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 3402 matching lines...) Expand 10 before | Expand all | Expand 10 after
3413 "webui/local_discovery/local_discovery_ui_handler.h", 3413 "webui/local_discovery/local_discovery_ui_handler.h",
3414 ] 3414 ]
3415 } 3415 }
3416 } 3416 }
3417 3417
3418 # In GYP this is part of test_support_common. 3418 # In GYP this is part of test_support_common.
3419 static_library("test_support") { 3419 static_library("test_support") {
3420 testonly = true 3420 testonly = true
3421 3421
3422 sources = [ 3422 sources = [
3423 "cocoa/cocoa_test_helper.h", 3423 "cocoa/test/cocoa_test_helper.h",
3424 "cocoa/cocoa_test_helper.mm", 3424 "cocoa/test/cocoa_test_helper.mm",
3425 "cocoa/run_loop_testing.h", 3425 "cocoa/test/run_loop_testing.h",
3426 "cocoa/run_loop_testing.mm", 3426 "cocoa/test/run_loop_testing.mm",
3427 "find_bar/find_bar_host_unittest_util.h", 3427 "find_bar/find_bar_host_unittest_util.h",
3428 "login/login_handler_test_utils.cc", 3428 "login/login_handler_test_utils.cc",
3429 "login/login_handler_test_utils.h", 3429 "login/login_handler_test_utils.h",
3430 "toolbar/test_toolbar_action_view_controller.cc", 3430 "toolbar/test_toolbar_action_view_controller.cc",
3431 "toolbar/test_toolbar_action_view_controller.h", 3431 "toolbar/test_toolbar_action_view_controller.h",
3432 ] 3432 ]
3433 public_deps = [ 3433 public_deps = [
3434 ":ui", 3434 ":ui",
3435 ] 3435 ]
3436 deps = [ 3436 deps = [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
3484 "test/test_confirm_bubble_model.cc", 3484 "test/test_confirm_bubble_model.cc",
3485 "test/test_confirm_bubble_model.h", 3485 "test/test_confirm_bubble_model.h",
3486 ] 3486 ]
3487 deps += [ "//chrome/test:test_support_ui" ] 3487 deps += [ "//chrome/test:test_support_ui" ]
3488 } 3488 }
3489 3489
3490 if (enable_extensions) { 3490 if (enable_extensions) {
3491 deps += [ "//extensions/browser" ] 3491 deps += [ "//extensions/browser" ]
3492 } 3492 }
3493 } 3493 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698