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

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

Issue 1972033002: Simplify some old avatar menu button code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reinstate ash browser test fix Created 4 years, 7 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/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 import("//chrome/common/features.gni") 8 import("//chrome/common/features.gni")
9 9
10 gypi_values = exec_script("//build/gypi_to_gn.py", 10 gypi_values = exec_script("//build/gypi_to_gn.py",
(...skipping 441 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 [ "//third_party/google_toolbox_for_mac:google_toolbox_for_mac_config" ] 452 [ "//third_party/google_toolbox_for_mac:google_toolbox_for_mac_config" ]
453 } else { # non-Mac. 453 } else { # non-Mac.
454 sources += rebase_path(gypi_values.chrome_browser_ui_non_mac_sources, 454 sources += rebase_path(gypi_values.chrome_browser_ui_non_mac_sources,
455 ".", 455 ".",
456 "//chrome") 456 "//chrome")
457 } 457 }
458 458
459 if (is_win) { 459 if (is_win) {
460 sources += 460 sources +=
461 rebase_path(gypi_values.chrome_browser_ui_win_sources, ".", "//chrome") 461 rebase_path(gypi_values.chrome_browser_ui_win_sources, ".", "//chrome")
462 sources -= [ "views/frame/taskbar_decorator.cc" ]
463 public_deps += [ 462 public_deps += [
464 "//ui/views", 463 "//ui/views",
465 "//ui/views/controls/webview", 464 "//ui/views/controls/webview",
466 ] 465 ]
467 deps += [ 466 deps += [
468 "//chrome/installer/util:strings", 467 "//chrome/installer/util:strings",
469 "//components/search_engines", 468 "//components/search_engines",
470 "//google_update", 469 "//google_update",
471 "//third_party/iaccessible2", 470 "//third_party/iaccessible2",
472 "//third_party/isimpledom", 471 "//third_party/isimpledom",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 "//chrome/browser", 690 "//chrome/browser",
692 "//content/public/browser", 691 "//content/public/browser",
693 "//content/public/common", 692 "//content/public/common",
694 "//content/test:test_support", 693 "//content/test:test_support",
695 "//net:test_support", 694 "//net:test_support",
696 "//skia", 695 "//skia",
697 "//testing/gtest", 696 "//testing/gtest",
698 "//ui/base", 697 "//ui/base",
699 ] 698 ]
700 } 699 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/avatar_menu_desktop.cc ('k') | chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698