OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |