| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 "//chrome") | 86 "//chrome") |
| 87 deps += [ | 87 deps += [ |
| 88 "//chrome/browser/devtools", | 88 "//chrome/browser/devtools", |
| 89 "//chrome/browser/ui/views", | 89 "//chrome/browser/ui/views", |
| 90 "//chrome/browser/ui/webui/omnibox:mojo_bindings", | 90 "//chrome/browser/ui/webui/omnibox:mojo_bindings", |
| 91 "//chrome/common/net", | 91 "//chrome/common/net", |
| 92 "//chrome/installer/util", | 92 "//chrome/installer/util", |
| 93 "//components/autofill/content/browser:risk_proto", | 93 "//components/autofill/content/browser:risk_proto", |
| 94 "//components/bubble:bubble", | 94 "//components/bubble:bubble", |
| 95 "//components/net_log", | 95 "//components/net_log", |
| 96 "//components/page_load_metrics/browser", |
| 96 "//components/power", | 97 "//components/power", |
| 97 "//components/suggestions/proto", | 98 "//components/suggestions/proto", |
| 98 "//components/url_formatter", | 99 "//components/url_formatter", |
| 99 "//device/nfc", | 100 "//device/nfc", |
| 100 "//media", | 101 "//media", |
| 101 "//net:net_with_v8", | 102 "//net:net_with_v8", |
| 102 "//storage/browser", | 103 "//storage/browser", |
| 103 "//storage/common", | 104 "//storage/common", |
| 104 "//third_party/WebKit/public:resources", | 105 "//third_party/WebKit/public:resources", |
| 105 "//third_party/adobe/flash:flapper_version_h", | 106 "//third_party/adobe/flash:flapper_version_h", |
| (...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 "//chrome/browser", | 530 "//chrome/browser", |
| 530 "//content/public/browser", | 531 "//content/public/browser", |
| 531 "//content/public/common", | 532 "//content/public/common", |
| 532 "//content/test:test_support", | 533 "//content/test:test_support", |
| 533 "//net:test_support", | 534 "//net:test_support", |
| 534 "//skia", | 535 "//skia", |
| 535 "//testing/gtest", | 536 "//testing/gtest", |
| 536 "//ui/base", | 537 "//ui/base", |
| 537 ] | 538 ] |
| 538 } | 539 } |
| OLD | NEW |