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 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1451 "//components/storage_monitor", | 1451 "//components/storage_monitor", |
1452 "//components/strings", | 1452 "//components/strings", |
1453 "//components/subresource_filter/content/browser", | 1453 "//components/subresource_filter/content/browser", |
1454 "//components/subresource_filter/core/browser", | 1454 "//components/subresource_filter/core/browser", |
1455 "//components/suggestions", | 1455 "//components/suggestions", |
1456 "//components/supervised_user_error_page", | 1456 "//components/supervised_user_error_page", |
1457 "//components/sync", | 1457 "//components/sync", |
1458 "//components/sync_bookmarks", | 1458 "//components/sync_bookmarks", |
1459 "//components/sync_preferences", | 1459 "//components/sync_preferences", |
1460 "//components/sync_sessions", | 1460 "//components/sync_sessions", |
1461 "//components/task_scheduler_util/initialization", | 1461 "//components/task_scheduler_util:browser", |
1462 "//components/task_scheduler_util/variations", | |
1463 "//components/tracing:startup_tracing", | 1462 "//components/tracing:startup_tracing", |
1464 "//components/translate/content/browser", | 1463 "//components/translate/content/browser", |
1465 "//components/translate/core/browser", | 1464 "//components/translate/core/browser", |
1466 "//components/translate/core/common", | 1465 "//components/translate/core/common", |
1467 "//components/undo", | 1466 "//components/undo", |
1468 "//components/update_client", | 1467 "//components/update_client", |
1469 "//components/upload_list", | 1468 "//components/upload_list", |
1470 "//components/url_formatter", | 1469 "//components/url_formatter", |
1471 "//components/url_matcher", | 1470 "//components/url_matcher", |
1472 "//components/user_prefs", | 1471 "//components/user_prefs", |
(...skipping 2978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4451 # linking all of the test support. | 4450 # linking all of the test support. |
4452 static_library("pepper_cdm_test_constants") { | 4451 static_library("pepper_cdm_test_constants") { |
4453 testonly = true | 4452 testonly = true |
4454 visibility = [ "//chrome/*" ] | 4453 visibility = [ "//chrome/*" ] |
4455 sources = [ | 4454 sources = [ |
4456 "media/pepper_cdm_test_constants.cc", | 4455 "media/pepper_cdm_test_constants.cc", |
4457 "media/pepper_cdm_test_constants.h", | 4456 "media/pepper_cdm_test_constants.h", |
4458 ] | 4457 ] |
4459 } | 4458 } |
4460 } | 4459 } |
OLD | NEW |