| 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "//components/security_state", | 96 "//components/security_state", |
| 97 "//components/signin/core/account_id", | 97 "//components/signin/core/account_id", |
| 98 "//components/signin/core/browser", | 98 "//components/signin/core/browser", |
| 99 "//components/ssl_errors", | 99 "//components/ssl_errors", |
| 100 "//components/startup_metric_utils/browser:lib", | 100 "//components/startup_metric_utils/browser:lib", |
| 101 "//components/strings", | 101 "//components/strings", |
| 102 "//components/sync_driver", | 102 "//components/sync_driver", |
| 103 "//components/sync_sessions", | 103 "//components/sync_sessions", |
| 104 "//components/toolbar", | 104 "//components/toolbar", |
| 105 "//components/translate/core/browser", | 105 "//components/translate/core/browser", |
| 106 "//components/ui/zoom", | |
| 107 "//components/update_client", | 106 "//components/update_client", |
| 108 "//components/upload_list", | 107 "//components/upload_list", |
| 109 "//components/user_prefs", | 108 "//components/user_prefs", |
| 110 "//components/version_ui", | 109 "//components/version_ui", |
| 111 "//components/web_resource", | 110 "//components/web_resource", |
| 111 "//components/zoom", |
| 112 "//content/public/common", | 112 "//content/public/common", |
| 113 "//crypto", | 113 "//crypto", |
| 114 "//device/core", | 114 "//device/core", |
| 115 "//skia", | 115 "//skia", |
| 116 "//third_party/cacheinvalidation", | 116 "//third_party/cacheinvalidation", |
| 117 "//third_party/icu", | 117 "//third_party/icu", |
| 118 "//third_party/zlib", | 118 "//third_party/zlib", |
| 119 "//ui/accessibility", | 119 "//ui/accessibility", |
| 120 "//ui/base", | 120 "//ui/base", |
| 121 "//ui/content_accelerators", | 121 "//ui/content_accelerators", |
| (...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 "//chrome/browser", | 693 "//chrome/browser", |
| 694 "//content/public/browser", | 694 "//content/public/browser", |
| 695 "//content/public/common", | 695 "//content/public/common", |
| 696 "//content/test:test_support", | 696 "//content/test:test_support", |
| 697 "//net:test_support", | 697 "//net:test_support", |
| 698 "//skia", | 698 "//skia", |
| 699 "//testing/gtest", | 699 "//testing/gtest", |
| 700 "//ui/base", | 700 "//ui/base", |
| 701 ] | 701 ] |
| 702 } | 702 } |
| OLD | NEW |