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("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 "//components/crx_file", | 117 "//components/crx_file", |
118 "//components/data_reduction_proxy/core/browser", | 118 "//components/data_reduction_proxy/core/browser", |
119 "//components/data_usage/core", | 119 "//components/data_usage/core", |
120 "//components/data_use_measurement/core", | 120 "//components/data_use_measurement/core", |
121 "//components/device_event_log", | 121 "//components/device_event_log", |
122 "//components/domain_reliability", | 122 "//components/domain_reliability", |
123 "//components/enhanced_bookmarks", | 123 "//components/enhanced_bookmarks", |
124 "//components/favicon/core", | 124 "//components/favicon/core", |
125 "//components/favicon_base", | 125 "//components/favicon_base", |
126 "//components/flags_ui", | 126 "//components/flags_ui", |
| 127 "//components/framelet/browser", |
127 "//components/gcm_driver", | 128 "//components/gcm_driver", |
128 "//components/gcm_driver/instance_id", | 129 "//components/gcm_driver/instance_id", |
129 "//components/google/core/browser", | 130 "//components/google/core/browser", |
130 "//components/guest_view/browser", | 131 "//components/guest_view/browser", |
131 "//components/handoff", | 132 "//components/handoff", |
132 "//components/history/core/browser", | 133 "//components/history/core/browser", |
133 "//components/history/core/common", | 134 "//components/history/core/common", |
134 "//components/infobars/core", | 135 "//components/infobars/core", |
135 "//components/invalidation/impl", | 136 "//components/invalidation/impl", |
136 "//components/metrics:gpu", | 137 "//components/metrics:gpu", |
(...skipping 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1320 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1321 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1321 deps = [ | 1322 deps = [ |
1322 "//components/google/core/browser", | 1323 "//components/google/core/browser", |
1323 "//components/omnibox/browser", | 1324 "//components/omnibox/browser", |
1324 "//components/rlz", | 1325 "//components/rlz", |
1325 "//components/search_engines", | 1326 "//components/search_engines", |
1326 "//rlz:rlz_lib", | 1327 "//rlz:rlz_lib", |
1327 ] | 1328 ] |
1328 } | 1329 } |
1329 } | 1330 } |
OLD | NEW |