| 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("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 | 160 |
| 161 # TODO(fdoray): Remove this once the PreRead field trial has expired. | 161 # TODO(fdoray): Remove this once the PreRead field trial has expired. |
| 162 # crbug.com/577698 | 162 # crbug.com/577698 |
| 163 "//components/startup_metric_utils/common", | 163 "//components/startup_metric_utils/common", |
| 164 "//components/strings", | 164 "//components/strings", |
| 165 "//components/subresource_filter/core/browser", | 165 "//components/subresource_filter/core/browser", |
| 166 "//components/suggestions", | 166 "//components/suggestions", |
| 167 "//components/supervised_user_error_page", | 167 "//components/supervised_user_error_page", |
| 168 "//components/sync", | 168 "//components/sync", |
| 169 "//components/sync_bookmarks", | 169 "//components/sync_bookmarks", |
| 170 "//components/sync_driver", | |
| 171 "//components/sync_sessions", | 170 "//components/sync_sessions", |
| 172 "//components/tracing:startup_tracing", | 171 "//components/tracing:startup_tracing", |
| 173 "//components/translate/core/browser", | 172 "//components/translate/core/browser", |
| 174 "//components/translate/core/common", | 173 "//components/translate/core/common", |
| 175 "//components/undo", | 174 "//components/undo", |
| 176 "//components/update_client", | 175 "//components/update_client", |
| 177 "//components/url_formatter", | 176 "//components/url_formatter", |
| 178 "//components/user_prefs", | 177 "//components/user_prefs", |
| 179 "//components/user_prefs/tracked:user_prefs_tracked", | 178 "//components/user_prefs/tracked:user_prefs_tracked", |
| 180 "//components/variations", | 179 "//components/variations", |
| (...skipping 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1352 # linking all of the test support. | 1351 # linking all of the test support. |
| 1353 static_library("pepper_cdm_test_constants") { | 1352 static_library("pepper_cdm_test_constants") { |
| 1354 testonly = true | 1353 testonly = true |
| 1355 visibility = [ "//chrome/*" ] | 1354 visibility = [ "//chrome/*" ] |
| 1356 sources = [ | 1355 sources = [ |
| 1357 "media/pepper_cdm_test_constants.cc", | 1356 "media/pepper_cdm_test_constants.cc", |
| 1358 "media/pepper_cdm_test_constants.h", | 1357 "media/pepper_cdm_test_constants.h", |
| 1359 ] | 1358 ] |
| 1360 } | 1359 } |
| 1361 } | 1360 } |
| OLD | NEW |