| 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 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1408 "//components/metrics_services_manager", | 1408 "//components/metrics_services_manager", |
| 1409 "//components/mime_util", | 1409 "//components/mime_util", |
| 1410 "//components/navigation_interception", | 1410 "//components/navigation_interception", |
| 1411 "//components/navigation_metrics", | 1411 "//components/navigation_metrics", |
| 1412 "//components/net_log", | 1412 "//components/net_log", |
| 1413 "//components/network_hints/common", | 1413 "//components/network_hints/common", |
| 1414 "//components/network_session_configurator", | 1414 "//components/network_session_configurator", |
| 1415 "//components/network_time", | 1415 "//components/network_time", |
| 1416 "//components/ntp_snippets", | 1416 "//components/ntp_snippets", |
| 1417 "//components/ntp_tiles", | 1417 "//components/ntp_tiles", |
| 1418 "//components/offline_pages/content/background_loader", |
| 1418 "//components/offline_pages/core", | 1419 "//components/offline_pages/core", |
| 1419 "//components/offline_pages/core/background:background_offliner", | 1420 "//components/offline_pages/core/background:background_offliner", |
| 1420 "//components/offline_pages/core/downloads:offline_pages_ui_adapter", | 1421 "//components/offline_pages/core/downloads:offline_pages_ui_adapter", |
| 1421 "//components/offline_pages/core/request_header:request_header", | 1422 "//components/offline_pages/core/request_header:request_header", |
| 1422 "//components/omnibox/browser", | 1423 "//components/omnibox/browser", |
| 1423 "//components/os_crypt", | 1424 "//components/os_crypt", |
| 1424 "//components/packed_ct_ev_whitelist", | 1425 "//components/packed_ct_ev_whitelist", |
| 1425 "//components/password_manager/content/browser", | 1426 "//components/password_manager/content/browser", |
| 1426 "//components/password_manager/core/browser", | 1427 "//components/password_manager/core/browser", |
| 1427 "//components/password_manager/core/common", | 1428 "//components/password_manager/core/common", |
| (...skipping 1671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3099 "android/ntp/most_visited_sites_bridge.cc", | 3100 "android/ntp/most_visited_sites_bridge.cc", |
| 3100 "android/ntp/most_visited_sites_bridge.h", | 3101 "android/ntp/most_visited_sites_bridge.h", |
| 3101 "android/ntp/new_tab_page_prefs.cc", | 3102 "android/ntp/new_tab_page_prefs.cc", |
| 3102 "android/ntp/new_tab_page_prefs.h", | 3103 "android/ntp/new_tab_page_prefs.h", |
| 3103 "android/ntp/new_tab_page_url_handler.cc", | 3104 "android/ntp/new_tab_page_url_handler.cc", |
| 3104 "android/ntp/new_tab_page_url_handler.h", | 3105 "android/ntp/new_tab_page_url_handler.h", |
| 3105 "android/ntp/ntp_snippets_bridge.cc", | 3106 "android/ntp/ntp_snippets_bridge.cc", |
| 3106 "android/ntp/ntp_snippets_bridge.h", | 3107 "android/ntp/ntp_snippets_bridge.h", |
| 3107 "android/ntp/ntp_snippets_launcher.cc", | 3108 "android/ntp/ntp_snippets_launcher.cc", |
| 3108 "android/ntp/ntp_snippets_launcher.h", | 3109 "android/ntp/ntp_snippets_launcher.h", |
| 3110 "android/offline_pages/background_loader_offliner.cc", |
| 3111 "android/offline_pages/background_loader_offliner.h", |
| 3109 "android/offline_pages/background_scheduler_bridge.cc", | 3112 "android/offline_pages/background_scheduler_bridge.cc", |
| 3110 "android/offline_pages/background_scheduler_bridge.h", | 3113 "android/offline_pages/background_scheduler_bridge.h", |
| 3111 "android/offline_pages/downloads/offline_page_download_bridge.cc", | 3114 "android/offline_pages/downloads/offline_page_download_bridge.cc", |
| 3112 "android/offline_pages/downloads/offline_page_download_bridge.h", | 3115 "android/offline_pages/downloads/offline_page_download_bridge.h", |
| 3113 "android/offline_pages/downloads/offline_page_infobar_delegate.cc", | 3116 "android/offline_pages/downloads/offline_page_infobar_delegate.cc", |
| 3114 "android/offline_pages/downloads/offline_page_infobar_delegate.h", | 3117 "android/offline_pages/downloads/offline_page_infobar_delegate.h", |
| 3115 "android/offline_pages/downloads/offline_page_notification_bridge.cc", | 3118 "android/offline_pages/downloads/offline_page_notification_bridge.cc", |
| 3116 "android/offline_pages/downloads/offline_page_notification_bridge.h", | 3119 "android/offline_pages/downloads/offline_page_notification_bridge.h", |
| 3117 "android/offline_pages/offline_page_bookmark_observer.cc", | 3120 "android/offline_pages/offline_page_bookmark_observer.cc", |
| 3118 "android/offline_pages/offline_page_bookmark_observer.h", | 3121 "android/offline_pages/offline_page_bookmark_observer.h", |
| (...skipping 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4453 # linking all of the test support. | 4456 # linking all of the test support. |
| 4454 static_library("pepper_cdm_test_constants") { | 4457 static_library("pepper_cdm_test_constants") { |
| 4455 testonly = true | 4458 testonly = true |
| 4456 visibility = [ "//chrome/*" ] | 4459 visibility = [ "//chrome/*" ] |
| 4457 sources = [ | 4460 sources = [ |
| 4458 "media/pepper_cdm_test_constants.cc", | 4461 "media/pepper_cdm_test_constants.cc", |
| 4459 "media/pepper_cdm_test_constants.h", | 4462 "media/pepper_cdm_test_constants.h", |
| 4460 ] | 4463 ] |
| 4461 } | 4464 } |
| 4462 } | 4465 } |
| OLD | NEW |