| 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 2544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2555 "accessibility/invert_bubble_prefs.cc", | 2555 "accessibility/invert_bubble_prefs.cc", |
| 2556 "accessibility/invert_bubble_prefs.h", | 2556 "accessibility/invert_bubble_prefs.h", |
| 2557 "background/background_contents.cc", | 2557 "background/background_contents.cc", |
| 2558 "background/background_contents.h", | 2558 "background/background_contents.h", |
| 2559 "banners/app_banner_infobar_delegate_desktop.cc", | 2559 "banners/app_banner_infobar_delegate_desktop.cc", |
| 2560 "banners/app_banner_infobar_delegate_desktop.h", | 2560 "banners/app_banner_infobar_delegate_desktop.h", |
| 2561 "banners/app_banner_manager_desktop.cc", | 2561 "banners/app_banner_manager_desktop.cc", |
| 2562 "banners/app_banner_manager_desktop.h", | 2562 "banners/app_banner_manager_desktop.h", |
| 2563 "bookmarks/bookmark_html_writer.cc", | 2563 "bookmarks/bookmark_html_writer.cc", |
| 2564 "bookmarks/bookmark_html_writer.h", | 2564 "bookmarks/bookmark_html_writer.h", |
| 2565 "certificate_viewer.cc", | |
| 2566 "certificate_viewer.h", | 2565 "certificate_viewer.h", |
| 2567 "chooser_controller/chooser_controller.cc", | 2566 "chooser_controller/chooser_controller.cc", |
| 2568 "chooser_controller/chooser_controller.h", | 2567 "chooser_controller/chooser_controller.h", |
| 2569 "chrome_browser_field_trials_desktop.cc", | 2568 "chrome_browser_field_trials_desktop.cc", |
| 2570 "chrome_browser_field_trials_desktop.h", | 2569 "chrome_browser_field_trials_desktop.h", |
| 2571 "chrome_browser_main_posix.cc", | 2570 "chrome_browser_main_posix.cc", |
| 2572 "chrome_browser_main_posix.h", | 2571 "chrome_browser_main_posix.h", |
| 2573 "chrome_process_singleton.cc", | 2572 "chrome_process_singleton.cc", |
| 2574 "chrome_process_singleton.h", | 2573 "chrome_process_singleton.h", |
| 2575 "component_updater/widevine_cdm_component_installer.cc", | 2574 "component_updater/widevine_cdm_component_installer.cc", |
| (...skipping 1680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4256 # linking all of the test support. | 4255 # linking all of the test support. |
| 4257 static_library("pepper_cdm_test_constants") { | 4256 static_library("pepper_cdm_test_constants") { |
| 4258 testonly = true | 4257 testonly = true |
| 4259 visibility = [ "//chrome/*" ] | 4258 visibility = [ "//chrome/*" ] |
| 4260 sources = [ | 4259 sources = [ |
| 4261 "media/pepper_cdm_test_constants.cc", | 4260 "media/pepper_cdm_test_constants.cc", |
| 4262 "media/pepper_cdm_test_constants.h", | 4261 "media/pepper_cdm_test_constants.h", |
| 4263 ] | 4262 ] |
| 4264 } | 4263 } |
| 4265 } | 4264 } |
| OLD | NEW |