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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 "//components/crx_file", | 116 "//components/crx_file", |
117 "//components/data_reduction_proxy/core/browser", | 117 "//components/data_reduction_proxy/core/browser", |
118 "//components/data_usage/core", | 118 "//components/data_usage/core", |
119 "//components/data_use_measurement/core", | 119 "//components/data_use_measurement/core", |
120 "//components/device_event_log", | 120 "//components/device_event_log", |
121 "//components/domain_reliability", | 121 "//components/domain_reliability", |
122 "//components/enhanced_bookmarks", | 122 "//components/enhanced_bookmarks", |
123 "//components/favicon/core", | 123 "//components/favicon/core", |
124 "//components/favicon_base", | 124 "//components/favicon_base", |
125 "//components/flags_ui", | 125 "//components/flags_ui", |
| 126 "//components/framelet/browser", |
126 "//components/gcm_driver", | 127 "//components/gcm_driver", |
127 "//components/gcm_driver/instance_id", | 128 "//components/gcm_driver/instance_id", |
128 "//components/google/core/browser", | 129 "//components/google/core/browser", |
129 "//components/guest_view/browser", | 130 "//components/guest_view/browser", |
130 "//components/handoff", | 131 "//components/handoff", |
131 "//components/history/core/browser", | 132 "//components/history/core/browser", |
132 "//components/history/core/common", | 133 "//components/history/core/common", |
133 "//components/infobars/core", | 134 "//components/infobars/core", |
134 "//components/invalidation/impl", | 135 "//components/invalidation/impl", |
135 "//components/metrics:gpu", | 136 "//components/metrics:gpu", |
(...skipping 1197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1333 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1334 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
1334 deps = [ | 1335 deps = [ |
1335 "//components/google/core/browser", | 1336 "//components/google/core/browser", |
1336 "//components/omnibox/browser", | 1337 "//components/omnibox/browser", |
1337 "//components/rlz", | 1338 "//components/rlz", |
1338 "//components/search_engines", | 1339 "//components/search_engines", |
1339 "//rlz:rlz_lib", | 1340 "//rlz:rlz_lib", |
1340 ] | 1341 ] |
1341 } | 1342 } |
1342 } | 1343 } |
OLD | NEW |