| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "//components/content_settings/core/browser", | 100 "//components/content_settings/core/browser", |
| 101 "//components/content_settings/core/common", | 101 "//components/content_settings/core/common", |
| 102 "//components/crx_file", | 102 "//components/crx_file", |
| 103 "//components/data_reduction_proxy/core/browser", | 103 "//components/data_reduction_proxy/core/browser", |
| 104 "//components/device_event_log", | 104 "//components/device_event_log", |
| 105 "//components/domain_reliability", | 105 "//components/domain_reliability", |
| 106 "//components/enhanced_bookmarks", | 106 "//components/enhanced_bookmarks", |
| 107 "//components/favicon/core", | 107 "//components/favicon/core", |
| 108 "//components/favicon_base", | 108 "//components/favicon_base", |
| 109 "//components/gcm_driver", | 109 "//components/gcm_driver", |
| 110 "//components/gcm_driver/crypto", |
| 110 "//components/gcm_driver/instance_id", | 111 "//components/gcm_driver/instance_id", |
| 111 "//components/google/core/browser", | 112 "//components/google/core/browser", |
| 112 "//components/guest_view/browser", | 113 "//components/guest_view/browser", |
| 113 "//components/handoff", | 114 "//components/handoff", |
| 114 "//components/history/core/browser", | 115 "//components/history/core/browser", |
| 115 "//components/history/core/common", | 116 "//components/history/core/common", |
| 116 "//components/infobars/core", | 117 "//components/infobars/core", |
| 117 "//components/invalidation/impl", | 118 "//components/invalidation/impl", |
| 118 "//components/metrics:gpu", | 119 "//components/metrics:gpu", |
| 119 "//components/metrics:net", | 120 "//components/metrics:net", |
| (...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1209 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1210 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1210 deps = [ | 1211 deps = [ |
| 1211 "//components/google/core/browser", | 1212 "//components/google/core/browser", |
| 1212 "//components/omnibox/browser", | 1213 "//components/omnibox/browser", |
| 1213 "//components/rlz", | 1214 "//components/rlz", |
| 1214 "//components/search_engines", | 1215 "//components/search_engines", |
| 1215 "//rlz:rlz_lib", | 1216 "//rlz:rlz_lib", |
| 1216 ] | 1217 ] |
| 1217 } | 1218 } |
| 1218 } | 1219 } |
| OLD | NEW |