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

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

Issue 2908983002: [reland] Bring up BrowserActionInteractiveTest on Mac. (Closed)
Patch Set: respond to comments Created 3 years, 6 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/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 3569 matching lines...) Expand 10 before | Expand all | Expand 10 after
3580 "views/toolbar/browser_action_test_util_views.cc", 3580 "views/toolbar/browser_action_test_util_views.cc",
3581 ] 3581 ]
3582 if (!is_mac) { 3582 if (!is_mac) {
3583 deps += [ "//ui/aura" ] 3583 deps += [ "//ui/aura" ]
3584 } 3584 }
3585 } else { 3585 } else {
3586 sources += [ 3586 sources += [
3587 "cocoa/extensions/browser_action_test_util_mac.mm", 3587 "cocoa/extensions/browser_action_test_util_mac.mm",
3588 "cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm", 3588 "cocoa/find_bar/find_bar_host_unittest_util_cocoa.mm",
3589 ] 3589 ]
3590 deps += [ "//ui/base:test_support" ]
3590 } 3591 }
3591 } 3592 }
3592 3593
3593 if (!is_android) { 3594 if (!is_android) {
3594 sources += [ 3595 sources += [
3595 "exclusive_access/fullscreen_controller_state_test.cc", 3596 "exclusive_access/fullscreen_controller_state_test.cc",
3596 "exclusive_access/fullscreen_controller_state_test.h", 3597 "exclusive_access/fullscreen_controller_state_test.h",
3597 "exclusive_access/fullscreen_controller_state_tests.h", 3598 "exclusive_access/fullscreen_controller_state_tests.h",
3598 "exclusive_access/fullscreen_controller_test.cc", 3599 "exclusive_access/fullscreen_controller_test.cc",
3599 "exclusive_access/fullscreen_controller_test.h", 3600 "exclusive_access/fullscreen_controller_test.h",
3600 "passwords/manage_passwords_ui_controller_mock.cc", 3601 "passwords/manage_passwords_ui_controller_mock.cc",
3601 "passwords/manage_passwords_ui_controller_mock.h", 3602 "passwords/manage_passwords_ui_controller_mock.h",
3602 "passwords/password_dialog_controller_mock.cc", 3603 "passwords/password_dialog_controller_mock.cc",
3603 "passwords/password_dialog_controller_mock.h", 3604 "passwords/password_dialog_controller_mock.h",
3604 "passwords/passwords_model_delegate_mock.cc", 3605 "passwords/passwords_model_delegate_mock.cc",
3605 "passwords/passwords_model_delegate_mock.h", 3606 "passwords/passwords_model_delegate_mock.h",
3606 "test/test_confirm_bubble_model.cc", 3607 "test/test_confirm_bubble_model.cc",
3607 "test/test_confirm_bubble_model.h", 3608 "test/test_confirm_bubble_model.h",
3608 ] 3609 ]
3609 deps += [ 3610 deps += [
3610 "//chrome/test:test_support_ui", 3611 "//chrome/test:test_support_ui",
3611 "//components/zoom", 3612 "//components/zoom",
3612 ] 3613 ]
3613 } 3614 }
3614 3615
3615 if (enable_extensions) { 3616 if (enable_extensions) {
3616 deps += [ "//extensions/browser" ] 3617 deps += [ "//extensions/browser" ]
3617 } 3618 }
3618 } 3619 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698