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

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

Issue 1332353003: Move resources for version_ui to //components/version_ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "//components/dom_distiller/webui", 51 "//components/dom_distiller/webui",
52 "//components/flags_ui", 52 "//components/flags_ui",
53 "//components/invalidation/impl", 53 "//components/invalidation/impl",
54 "//components/omnibox/common", 54 "//components/omnibox/common",
55 "//components/onc", 55 "//components/onc",
56 "//components/password_manager/core/browser", 56 "//components/password_manager/core/browser",
57 "//components/resources", 57 "//components/resources",
58 "//components/strings", 58 "//components/strings",
59 "//components/toolbar", 59 "//components/toolbar",
60 "//components/update_client", 60 "//components/update_client",
61 "//components/version_ui",
61 "//content/public/common", 62 "//content/public/common",
62 "//crypto", 63 "//crypto",
63 "//skia", 64 "//skia",
64 "//third_party/cacheinvalidation", 65 "//third_party/cacheinvalidation",
65 "//third_party/icu", 66 "//third_party/icu",
66 "//third_party/zlib", 67 "//third_party/zlib",
67 "//ui/accessibility", 68 "//ui/accessibility",
68 "//ui/base", 69 "//ui/base",
69 "//ui/content_accelerators", 70 "//ui/content_accelerators",
70 "//ui/events", 71 "//ui/events",
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 "//chrome/browser", 551 "//chrome/browser",
551 "//content/public/browser", 552 "//content/public/browser",
552 "//content/public/common", 553 "//content/public/common",
553 "//content/test:test_support", 554 "//content/test:test_support",
554 "//net:test_support", 555 "//net:test_support",
555 "//skia", 556 "//skia",
556 "//testing/gtest", 557 "//testing/gtest",
557 "//ui/base", 558 "//ui/base",
558 ] 559 ]
559 } 560 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698