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( | 9 gypi_values = exec_script( |
10 "//build/gypi_to_gn.py", | 10 "//build/gypi_to_gn.py", |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
82 deps += [ | 82 deps += [ |
83 "//chrome/browser/devtools", | 83 "//chrome/browser/devtools", |
84 "//chrome/browser/ui/views", | 84 "//chrome/browser/ui/views", |
85 "//chrome/browser/ui/webui/omnibox:mojo_bindings", | 85 "//chrome/browser/ui/webui/omnibox:mojo_bindings", |
86 "//chrome/installer/util", | 86 "//chrome/installer/util", |
87 "//components/autofill/content/browser:risk_proto", | 87 "//components/autofill/content/browser:risk_proto", |
88 "//components/power", | 88 "//components/power", |
89 "//device/bluetooth", | 89 "//device/bluetooth", |
90 "//device/nfc", | 90 "//device/nfc", |
91 "//media", | 91 "//media", |
92 "//mojo/system", | 92 "//mojo/edk/system", |
93 "//net:net_with_v8", | 93 "//net:net_with_v8", |
94 "//storage/browser", | 94 "//storage/browser", |
95 "//storage/common", | 95 "//storage/common", |
96 "//third_party/WebKit/public:resources", | 96 "//third_party/WebKit/public:resources", |
97 "//third_party/adobe/flash:flapper_version_h", | 97 "//third_party/adobe/flash:flapper_version_h", |
98 "//third_party/expat", | 98 "//third_party/expat", |
99 "//third_party/hunspell", | 99 "//third_party/hunspell", |
100 "//third_party/leveldatabase", | 100 "//third_party/leveldatabase", |
101 "//third_party/npapi", | 101 "//third_party/npapi", |
102 "//third_party/libjingle", | 102 "//third_party/libjingle", |
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
453 "//chrome/browser", | 453 "//chrome/browser", |
454 "//content/public/browser", | 454 "//content/public/browser", |
455 "//content/public/common", | 455 "//content/public/common", |
456 "//content/test:test_support", | 456 "//content/test:test_support", |
457 "//net:test_support", | 457 "//net:test_support", |
458 "//skia", | 458 "//skia", |
459 "//testing/gtest", | 459 "//testing/gtest", |
460 "//ui/base", | 460 "//ui/base", |
461 ] | 461 ] |
462 } | 462 } |
OLD | NEW |