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

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

Issue 888043003: [Extensions Toolbar Views] Add a ToolbarActionView unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Latest master Created 5 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/ui/toolbar/component_toolbar_actions_browsertest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 8
9 gypi_values = exec_script("//build/gypi_to_gn.py", 9 gypi_values = exec_script("//build/gypi_to_gn.py",
10 [ rebase_path("../../chrome_browser_ui.gypi") ], 10 [ rebase_path("../../chrome_browser_ui.gypi") ],
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 "exclusive_access/fullscreen_controller_test.h", 503 "exclusive_access/fullscreen_controller_test.h",
504 "find_bar/find_bar_host_unittest_util.h", 504 "find_bar/find_bar_host_unittest_util.h",
505 "login/login_prompt_test_utils.cc", 505 "login/login_prompt_test_utils.cc",
506 "login/login_prompt_test_utils.h", 506 "login/login_prompt_test_utils.h",
507 "passwords/manage_passwords_ui_controller_mock.cc", 507 "passwords/manage_passwords_ui_controller_mock.cc",
508 "passwords/manage_passwords_ui_controller_mock.h", 508 "passwords/manage_passwords_ui_controller_mock.h",
509 "pdf/pdf_browsertest_base.cc", 509 "pdf/pdf_browsertest_base.cc",
510 "pdf/pdf_browsertest_base.h", 510 "pdf/pdf_browsertest_base.h",
511 "test/test_confirm_bubble_model.cc", 511 "test/test_confirm_bubble_model.cc",
512 "test/test_confirm_bubble_model.h", 512 "test/test_confirm_bubble_model.h",
513 "toolbar/test_toolbar_action_view_controller.cc",
514 "toolbar/test_toolbar_action_view_controller.h",
513 "website_settings/mock_permission_bubble_request.cc", 515 "website_settings/mock_permission_bubble_request.cc",
514 "website_settings/mock_permission_bubble_request.h", 516 "website_settings/mock_permission_bubble_request.h",
515 ] 517 ]
516 518
517 if (toolkit_views) { 519 if (toolkit_views) {
518 sources += [ "views/find_bar_host_unittest_util_views.cc" ] 520 sources += [ "views/find_bar_host_unittest_util_views.cc" ]
519 } 521 }
520 522
521 public_deps = [ 523 public_deps = [
522 ":ui", 524 ":ui",
523 ] 525 ]
524 deps = [ 526 deps = [
525 "//chrome/app/theme:theme_resources", 527 "//chrome/app/theme:theme_resources",
526 "//chrome/browser", 528 "//chrome/browser",
527 "//content/public/browser", 529 "//content/public/browser",
528 "//content/public/common", 530 "//content/public/common",
529 "//content/test:test_support", 531 "//content/test:test_support",
530 "//net:test_support", 532 "//net:test_support",
531 "//skia", 533 "//skia",
532 "//testing/gtest", 534 "//testing/gtest",
533 "//ui/base", 535 "//ui/base",
534 ] 536 ]
535 } 537 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/toolbar/component_toolbar_actions_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698