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

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: Review comments 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
« no previous file with comments | « chrome/browser/resources/about_version_android.css ('k') | chrome/browser/ui/DEPS » ('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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "//components/dom_distiller/webui", 56 "//components/dom_distiller/webui",
57 "//components/flags_ui", 57 "//components/flags_ui",
58 "//components/invalidation/impl", 58 "//components/invalidation/impl",
59 "//components/omnibox/common", 59 "//components/omnibox/common",
60 "//components/onc", 60 "//components/onc",
61 "//components/password_manager/core/browser", 61 "//components/password_manager/core/browser",
62 "//components/resources", 62 "//components/resources",
63 "//components/strings", 63 "//components/strings",
64 "//components/toolbar", 64 "//components/toolbar",
65 "//components/update_client", 65 "//components/update_client",
66 "//components/version_ui",
66 "//content/public/common", 67 "//content/public/common",
67 "//crypto", 68 "//crypto",
68 "//skia", 69 "//skia",
69 "//third_party/cacheinvalidation", 70 "//third_party/cacheinvalidation",
70 "//third_party/icu", 71 "//third_party/icu",
71 "//third_party/zlib", 72 "//third_party/zlib",
72 "//ui/accessibility", 73 "//ui/accessibility",
73 "//ui/base", 74 "//ui/base",
74 "//ui/content_accelerators", 75 "//ui/content_accelerators",
75 "//ui/events", 76 "//ui/events",
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 "//chrome/browser", 566 "//chrome/browser",
566 "//content/public/browser", 567 "//content/public/browser",
567 "//content/public/common", 568 "//content/public/common",
568 "//content/test:test_support", 569 "//content/test:test_support",
569 "//net:test_support", 570 "//net:test_support",
570 "//skia", 571 "//skia",
571 "//testing/gtest", 572 "//testing/gtest",
572 "//ui/base", 573 "//ui/base",
573 ] 574 ]
574 } 575 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_version_android.css ('k') | chrome/browser/ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698