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

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

Issue 803313003: Rename omaha_client and similar tokens to update_client in all contexts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: rebase to master Created 5 years, 11 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 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "//chrome/app/theme:theme_resources", 43 "//chrome/app/theme:theme_resources",
44 "//chrome/browser/net:cert_logger_proto", 44 "//chrome/browser/net:cert_logger_proto",
45 "//chrome/common", 45 "//chrome/common",
46 "//chrome/common/net", 46 "//chrome/common/net",
47 "//components/app_modal", 47 "//components/app_modal",
48 "//components/auto_login_parser", 48 "//components/auto_login_parser",
49 "//components/dom_distiller/webui", 49 "//components/dom_distiller/webui",
50 "//components/feedback/proto", 50 "//components/feedback/proto",
51 "//components/history/core/browser:proto", 51 "//components/history/core/browser:proto",
52 "//components/invalidation", 52 "//components/invalidation",
53 "//components/omaha_client",
54 "//components/onc", 53 "//components/onc",
55 "//components/password_manager/core/browser", 54 "//components/password_manager/core/browser",
56 "//components/resources", 55 "//components/resources",
57 "//components/strings", 56 "//components/strings",
57 "//components/update_client",
58 "//content/public/browser", 58 "//content/public/browser",
59 "//content/public/common", 59 "//content/public/common",
60 "//crypto", 60 "//crypto",
61 "//skia", 61 "//skia",
62 "//third_party/cacheinvalidation", 62 "//third_party/cacheinvalidation",
63 "//third_party/icu", 63 "//third_party/icu",
64 "//third_party/libusb", 64 "//third_party/libusb",
65 "//third_party/libxml", 65 "//third_party/libxml",
66 "//third_party/zlib", 66 "//third_party/zlib",
67 "//ui/accessibility", 67 "//ui/accessibility",
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 "//chrome/browser", 534 "//chrome/browser",
535 "//content/public/browser", 535 "//content/public/browser",
536 "//content/public/common", 536 "//content/public/common",
537 "//content/test:test_support", 537 "//content/test:test_support",
538 "//net:test_support", 538 "//net:test_support",
539 "//skia", 539 "//skia",
540 "//testing/gtest", 540 "//testing/gtest",
541 "//ui/base", 541 "//ui/base",
542 ] 542 ]
543 } 543 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698