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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 "//chrome") | 87 "//chrome") |
88 deps += [ | 88 deps += [ |
89 "//chrome/browser/devtools", | 89 "//chrome/browser/devtools", |
90 "//chrome/browser/ui/views", | 90 "//chrome/browser/ui/views", |
91 "//chrome/browser/ui/webui/engagement:mojo_bindings", | 91 "//chrome/browser/ui/webui/engagement:mojo_bindings", |
92 "//chrome/browser/ui/webui/omnibox:mojo_bindings", | 92 "//chrome/browser/ui/webui/omnibox:mojo_bindings", |
93 "//chrome/common/net", | 93 "//chrome/common/net", |
94 "//chrome/installer/util", | 94 "//chrome/installer/util", |
95 "//components/autofill/content/browser:risk_proto", | 95 "//components/autofill/content/browser:risk_proto", |
96 "//components/bubble:bubble", | 96 "//components/bubble:bubble", |
| 97 "//components/crash/core/browser", |
97 "//components/net_log", | 98 "//components/net_log", |
98 "//components/page_load_metrics/browser", | 99 "//components/page_load_metrics/browser", |
99 "//components/power", | 100 "//components/power", |
100 "//components/suggestions/proto", | 101 "//components/suggestions/proto", |
101 "//components/url_formatter", | 102 "//components/url_formatter", |
102 "//device/nfc", | 103 "//device/nfc", |
103 "//media", | 104 "//media", |
104 "//net:net_with_v8", | 105 "//net:net_with_v8", |
105 "//storage/browser", | 106 "//storage/browser", |
106 "//storage/common", | 107 "//storage/common", |
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 "//chrome/browser", | 547 "//chrome/browser", |
547 "//content/public/browser", | 548 "//content/public/browser", |
548 "//content/public/common", | 549 "//content/public/common", |
549 "//content/test:test_support", | 550 "//content/test:test_support", |
550 "//net:test_support", | 551 "//net:test_support", |
551 "//skia", | 552 "//skia", |
552 "//testing/gtest", | 553 "//testing/gtest", |
553 "//ui/base", | 554 "//ui/base", |
554 ] | 555 ] |
555 } | 556 } |
OLD | NEW |