| 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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 "//components/dom_distiller/content/browser", | 360 "//components/dom_distiller/content/browser", |
| 361 "//components/error_page/common", | 361 "//components/error_page/common", |
| 362 "//components/favicon/content", | 362 "//components/favicon/content", |
| 363 "//components/history/content/browser", | 363 "//components/history/content/browser", |
| 364 "//components/keyed_service/content", | 364 "//components/keyed_service/content", |
| 365 "//components/navigation_interception", | 365 "//components/navigation_interception", |
| 366 "//components/net_log", | 366 "//components/net_log", |
| 367 "//components/network_hints/common", | 367 "//components/network_hints/common", |
| 368 "//components/password_manager/content/browser", | 368 "//components/password_manager/content/browser", |
| 369 "//components/password_manager/sync/browser", | 369 "//components/password_manager/sync/browser", |
| 370 "//components/previews", |
| 370 "//components/profile_metrics", | 371 "//components/profile_metrics", |
| 371 "//components/proxy_config", | 372 "//components/proxy_config", |
| 372 "//components/resources", | 373 "//components/resources", |
| 373 "//components/safe_browsing_db", | 374 "//components/safe_browsing_db", |
| 374 "//components/safe_json", | 375 "//components/safe_json", |
| 375 "//components/sessions", | 376 "//components/sessions", |
| 376 "//components/ssl_config", | 377 "//components/ssl_config", |
| 377 "//components/storage_monitor", | 378 "//components/storage_monitor", |
| 378 "//components/subresource_filter/content/browser", | 379 "//components/subresource_filter/content/browser", |
| 379 "//components/syncable_prefs", | 380 "//components/syncable_prefs", |
| (...skipping 998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1378 # linking all of the test support. | 1379 # linking all of the test support. |
| 1379 static_library("pepper_cdm_test_constants") { | 1380 static_library("pepper_cdm_test_constants") { |
| 1380 testonly = true | 1381 testonly = true |
| 1381 visibility = [ "//chrome/*" ] | 1382 visibility = [ "//chrome/*" ] |
| 1382 sources = [ | 1383 sources = [ |
| 1383 "media/pepper_cdm_test_constants.cc", | 1384 "media/pepper_cdm_test_constants.cc", |
| 1384 "media/pepper_cdm_test_constants.h", | 1385 "media/pepper_cdm_test_constants.h", |
| 1385 ] | 1386 ] |
| 1386 } | 1387 } |
| 1387 } | 1388 } |
| OLD | NEW |