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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 "//components/autofill/content/browser:risk_proto", | 116 "//components/autofill/content/browser:risk_proto", |
117 "//components/bubble:bubble", | 117 "//components/bubble:bubble", |
118 "//components/crash/core/browser", | 118 "//components/crash/core/browser", |
119 "//components/net_log", | 119 "//components/net_log", |
120 "//components/page_load_metrics/browser", | 120 "//components/page_load_metrics/browser", |
121 "//components/power", | 121 "//components/power", |
122 "//components/suggestions/proto", | 122 "//components/suggestions/proto", |
123 "//components/url_formatter", | 123 "//components/url_formatter", |
124 "//device/nfc", | 124 "//device/nfc", |
125 "//media", | 125 "//media", |
| 126 "//mojo/edk/system", |
126 "//net:net_with_v8", | 127 "//net:net_with_v8", |
127 "//net:stale_while_revalidate_experiment_domains", | 128 "//net:stale_while_revalidate_experiment_domains", |
128 "//storage/browser", | 129 "//storage/browser", |
129 "//storage/common", | 130 "//storage/common", |
130 "//third_party/WebKit/public:resources", | 131 "//third_party/WebKit/public:resources", |
131 "//third_party/adobe/flash:flapper_version_h", | 132 "//third_party/adobe/flash:flapper_version_h", |
132 "//third_party/leveldatabase", | 133 "//third_party/leveldatabase", |
133 "//third_party/libjingle", | 134 "//third_party/libjingle", |
134 "//third_party/mojo/src/mojo/edk/system", | |
135 "//third_party/re2", | 135 "//third_party/re2", |
136 "//ui/base/ime", | 136 "//ui/base/ime", |
137 "//ui/compositor", | 137 "//ui/compositor", |
138 "//ui/surface", | 138 "//ui/surface", |
139 "//ui/web_dialogs", | 139 "//ui/web_dialogs", |
140 "//v8", | 140 "//v8", |
141 ] | 141 ] |
142 } else { | 142 } else { |
143 # iOS. | 143 # iOS. |
144 sources += | 144 sources += |
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
628 "//chrome/browser", | 628 "//chrome/browser", |
629 "//content/public/browser", | 629 "//content/public/browser", |
630 "//content/public/common", | 630 "//content/public/common", |
631 "//content/test:test_support", | 631 "//content/test:test_support", |
632 "//net:test_support", | 632 "//net:test_support", |
633 "//skia", | 633 "//skia", |
634 "//testing/gtest", | 634 "//testing/gtest", |
635 "//ui/base", | 635 "//ui/base", |
636 ] | 636 ] |
637 } | 637 } |
OLD | NEW |