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 import("//chrome/common/features.gni") | 8 import("//chrome/common/features.gni") |
9 | 9 |
10 gypi_values = exec_script("//build/gypi_to_gn.py", | 10 gypi_values = exec_script("//build/gypi_to_gn.py", |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 "//components/autofill/content/browser:risk_proto", | 103 "//components/autofill/content/browser:risk_proto", |
104 "//components/bubble:bubble", | 104 "//components/bubble:bubble", |
105 "//components/crash/core/browser", | 105 "//components/crash/core/browser", |
106 "//components/net_log", | 106 "//components/net_log", |
107 "//components/page_load_metrics/browser", | 107 "//components/page_load_metrics/browser", |
108 "//components/power", | 108 "//components/power", |
109 "//components/suggestions/proto", | 109 "//components/suggestions/proto", |
110 "//components/url_formatter", | 110 "//components/url_formatter", |
111 "//device/nfc", | 111 "//device/nfc", |
112 "//media", | 112 "//media", |
| 113 "//mojo/edk/system", |
113 "//net:net_with_v8", | 114 "//net:net_with_v8", |
114 "//net:stale_while_revalidate_experiment_domains", | 115 "//net:stale_while_revalidate_experiment_domains", |
115 "//storage/browser", | 116 "//storage/browser", |
116 "//storage/common", | 117 "//storage/common", |
117 "//third_party/WebKit/public:resources", | 118 "//third_party/WebKit/public:resources", |
118 "//third_party/adobe/flash:flapper_version_h", | 119 "//third_party/adobe/flash:flapper_version_h", |
119 "//third_party/leveldatabase", | 120 "//third_party/leveldatabase", |
120 "//third_party/libjingle", | 121 "//third_party/libjingle", |
121 "//third_party/mojo/src/mojo/edk/system", | |
122 "//third_party/re2", | 122 "//third_party/re2", |
123 "//ui/base/ime", | 123 "//ui/base/ime", |
124 "//ui/compositor", | 124 "//ui/compositor", |
125 "//ui/surface", | 125 "//ui/surface", |
126 "//ui/web_dialogs", | 126 "//ui/web_dialogs", |
127 "//v8", | 127 "//v8", |
128 ] | 128 ] |
129 } else { | 129 } else { |
130 # iOS. | 130 # iOS. |
131 sources += | 131 sources += |
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
606 "//chrome/browser", | 606 "//chrome/browser", |
607 "//content/public/browser", | 607 "//content/public/browser", |
608 "//content/public/common", | 608 "//content/public/common", |
609 "//content/test:test_support", | 609 "//content/test:test_support", |
610 "//net:test_support", | 610 "//net:test_support", |
611 "//skia", | 611 "//skia", |
612 "//testing/gtest", | 612 "//testing/gtest", |
613 "//ui/base", | 613 "//ui/base", |
614 ] | 614 ] |
615 } | 615 } |
OLD | NEW |