| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 deps = [ | 78 deps = [ |
| 79 "//base/allocator", | 79 "//base/allocator", |
| 80 "//chrome:extra_resources", | 80 "//chrome:extra_resources", |
| 81 "//chrome:resources", | 81 "//chrome:resources", |
| 82 "//chrome:strings", | 82 "//chrome:strings", |
| 83 "//chrome/app:generated_resources_map", | 83 "//chrome/app:generated_resources_map", |
| 84 "//chrome/app/resources:platform_locale_settings", | 84 "//chrome/app/resources:platform_locale_settings", |
| 85 "//chrome/app/theme:theme_resources", | 85 "//chrome/app/theme:theme_resources", |
| 86 "//chrome/browser/net:encrypted_cert_logger_proto", | 86 "//chrome/browser/net:encrypted_cert_logger_proto", |
| 87 "//chrome/browser/net:probe_message_proto", | 87 "//chrome/browser/net:probe_message_proto", |
| 88 "//chrome/browser/offline_pages:offline_pages_proto", | |
| 89 "//chrome/browser/ssl:cert_logger_proto", | 88 "//chrome/browser/ssl:cert_logger_proto", |
| 90 "//chrome/browser/ui", | 89 "//chrome/browser/ui", |
| 91 "//chrome/common", | 90 "//chrome/common", |
| 92 "//chrome/common/net", | 91 "//chrome/common/net", |
| 93 "//components/autofill/core/browser", | 92 "//components/autofill/core/browser", |
| 94 "//components/bookmarks/browser", | 93 "//components/bookmarks/browser", |
| 95 "//components/bookmarks/managed", | 94 "//components/bookmarks/managed", |
| 96 "//components/captive_portal", | 95 "//components/captive_portal", |
| 97 "//components/cloud_devices/common", | 96 "//components/cloud_devices/common", |
| 98 "//components/component_updater", | 97 "//components/component_updater", |
| (...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1207 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1206 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1208 deps = [ | 1207 deps = [ |
| 1209 "//components/google/core/browser", | 1208 "//components/google/core/browser", |
| 1210 "//components/omnibox/browser", | 1209 "//components/omnibox/browser", |
| 1211 "//components/rlz", | 1210 "//components/rlz", |
| 1212 "//components/search_engines", | 1211 "//components/search_engines", |
| 1213 "//rlz:rlz_lib", | 1212 "//rlz:rlz_lib", |
| 1214 ] | 1213 ] |
| 1215 } | 1214 } |
| 1216 } | 1215 } |
| OLD | NEW |