| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 "//components/browsing_data_ui", | 155 "//components/browsing_data_ui", |
| 156 "//components/bubble:bubble", | 156 "//components/bubble:bubble", |
| 157 "//components/crash/core/browser", | 157 "//components/crash/core/browser", |
| 158 "//components/net_log", | 158 "//components/net_log", |
| 159 "//components/page_load_metrics/browser", | 159 "//components/page_load_metrics/browser", |
| 160 "//components/power", | 160 "//components/power", |
| 161 "//components/suggestions/proto", | 161 "//components/suggestions/proto", |
| 162 "//components/url_formatter", | 162 "//components/url_formatter", |
| 163 "//device/nfc", | 163 "//device/nfc", |
| 164 "//media", | 164 "//media", |
| 165 "//mojo/edk/system", | |
| 166 "//net:net_with_v8", | 165 "//net:net_with_v8", |
| 167 "//net:stale_while_revalidate_experiment_domains", | 166 "//net:stale_while_revalidate_experiment_domains", |
| 168 "//storage/browser", | 167 "//storage/browser", |
| 169 "//storage/common", | 168 "//storage/common", |
| 170 "//third_party/WebKit/public:resources", | 169 "//third_party/WebKit/public:resources", |
| 171 "//third_party/adobe/flash:flapper_version_h", | 170 "//third_party/adobe/flash:flapper_version_h", |
| 172 "//third_party/brotli", | 171 "//third_party/brotli", |
| 173 "//third_party/leveldatabase", | 172 "//third_party/leveldatabase", |
| 174 "//third_party/libjingle", | 173 "//third_party/libjingle", |
| 175 "//third_party/re2", | 174 "//third_party/re2", |
| (...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 696 "//chrome/browser", | 695 "//chrome/browser", |
| 697 "//content/public/browser", | 696 "//content/public/browser", |
| 698 "//content/public/common", | 697 "//content/public/common", |
| 699 "//content/test:test_support", | 698 "//content/test:test_support", |
| 700 "//net:test_support", | 699 "//net:test_support", |
| 701 "//skia", | 700 "//skia", |
| 702 "//testing/gtest", | 701 "//testing/gtest", |
| 703 "//ui/base", | 702 "//ui/base", |
| 704 ] | 703 ] |
| 705 } | 704 } |
| OLD | NEW |