| 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 "//content/public/browser", | 108 "//content/public/browser", |
| 109 "//sql", | 109 "//sql", |
| 110 "//sync", | 110 "//sync", |
| 111 ] | 111 ] |
| 112 deps = [ | 112 deps = [ |
| 113 "//chrome:extra_resources", | 113 "//chrome:extra_resources", |
| 114 "//chrome:resources", | 114 "//chrome:resources", |
| 115 "//chrome:strings", | 115 "//chrome:strings", |
| 116 "//chrome/app/resources:platform_locale_settings", | 116 "//chrome/app/resources:platform_locale_settings", |
| 117 "//chrome/app/theme:theme_resources", | 117 "//chrome/app/theme:theme_resources", |
| 118 "//chrome/browser/budget_service:budget_proto", |
| 118 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", | 119 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", |
| 119 "//chrome/browser/net:probe_message_proto", | 120 "//chrome/browser/net:probe_message_proto", |
| 120 "//chrome/browser/ui", | 121 "//chrome/browser/ui", |
| 121 "//chrome/common", | 122 "//chrome/common", |
| 122 "//components/autofill/core/browser", | 123 "//components/autofill/core/browser", |
| 123 "//components/bookmarks/browser", | 124 "//components/bookmarks/browser", |
| 124 "//components/bookmarks/managed", | 125 "//components/bookmarks/managed", |
| 125 "//components/browser_sync/browser", | 126 "//components/browser_sync/browser", |
| 126 "//components/browser_sync/common", | 127 "//components/browser_sync/common", |
| 127 "//components/captive_portal", | 128 "//components/captive_portal", |
| (...skipping 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1362 # linking all of the test support. | 1363 # linking all of the test support. |
| 1363 source_set("pepper_cdm_test_constants") { | 1364 source_set("pepper_cdm_test_constants") { |
| 1364 testonly = true | 1365 testonly = true |
| 1365 visibility = [ "//chrome/*" ] | 1366 visibility = [ "//chrome/*" ] |
| 1366 sources = [ | 1367 sources = [ |
| 1367 "media/pepper_cdm_test_constants.cc", | 1368 "media/pepper_cdm_test_constants.cc", |
| 1368 "media/pepper_cdm_test_constants.h", | 1369 "media/pepper_cdm_test_constants.h", |
| 1369 ] | 1370 ] |
| 1370 } | 1371 } |
| 1371 } | 1372 } |
| OLD | NEW |