| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//third_party/protobuf/proto_library.gni") | 9 import("//third_party/protobuf/proto_library.gni") |
| 10 | 10 |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 "//chrome/browser/net:encrypted_cert_logger_proto", | 87 "//chrome/browser/net:encrypted_cert_logger_proto", |
| 88 "//chrome/browser/net:probe_message_proto", | 88 "//chrome/browser/net:probe_message_proto", |
| 89 "//chrome/browser/ssl:cert_logger_proto", | 89 "//chrome/browser/ssl:cert_logger_proto", |
| 90 "//chrome/browser/ui", | 90 "//chrome/browser/ui", |
| 91 "//chrome/common", | 91 "//chrome/common", |
| 92 "//chrome/common/net", | 92 "//chrome/common/net", |
| 93 "//components/autofill/core/browser", | 93 "//components/autofill/core/browser", |
| 94 "//components/bookmarks/browser", | 94 "//components/bookmarks/browser", |
| 95 "//components/bookmarks/managed", | 95 "//components/bookmarks/managed", |
| 96 "//components/captive_portal", | 96 "//components/captive_portal", |
| 97 "//components/certificate_transparency", |
| 97 "//components/cloud_devices/common", | 98 "//components/cloud_devices/common", |
| 98 "//components/component_updater", | 99 "//components/component_updater", |
| 99 "//components/content_settings/content/common", | 100 "//components/content_settings/content/common", |
| 100 "//components/content_settings/core/browser", | 101 "//components/content_settings/core/browser", |
| 101 "//components/content_settings/core/common", | 102 "//components/content_settings/core/common", |
| 102 "//components/crx_file", | 103 "//components/crx_file", |
| 103 "//components/data_reduction_proxy/core/browser", | 104 "//components/data_reduction_proxy/core/browser", |
| 104 "//components/device_event_log", | 105 "//components/device_event_log", |
| 105 "//components/domain_reliability", | 106 "//components/domain_reliability", |
| 106 "//components/enhanced_bookmarks", | 107 "//components/enhanced_bookmarks", |
| (...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1215 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1216 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1216 deps = [ | 1217 deps = [ |
| 1217 "//components/google/core/browser", | 1218 "//components/google/core/browser", |
| 1218 "//components/omnibox/browser", | 1219 "//components/omnibox/browser", |
| 1219 "//components/rlz", | 1220 "//components/rlz", |
| 1220 "//components/search_engines", | 1221 "//components/search_engines", |
| 1221 "//rlz:rlz_lib", | 1222 "//rlz:rlz_lib", |
| 1222 ] | 1223 ] |
| 1223 } | 1224 } |
| 1224 } | 1225 } |
| OLD | NEW |