| 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 2872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2883 "android/blimp/blimp_client_context_factory.cc", | 2883 "android/blimp/blimp_client_context_factory.cc", |
| 2884 "android/blimp/blimp_client_context_factory.h", | 2884 "android/blimp/blimp_client_context_factory.h", |
| 2885 "android/blimp/blimp_client_context_factory_android.cc", | 2885 "android/blimp/blimp_client_context_factory_android.cc", |
| 2886 "android/blimp/blimp_client_context_factory_android.h", | 2886 "android/blimp/blimp_client_context_factory_android.h", |
| 2887 "android/blimp/blimp_contents_profile_attachment.cc", | 2887 "android/blimp/blimp_contents_profile_attachment.cc", |
| 2888 "android/blimp/blimp_contents_profile_attachment.h", | 2888 "android/blimp/blimp_contents_profile_attachment.h", |
| 2889 "android/blimp/chrome_blimp_client_context_delegate.cc", | 2889 "android/blimp/chrome_blimp_client_context_delegate.cc", |
| 2890 "android/blimp/chrome_blimp_client_context_delegate.h", | 2890 "android/blimp/chrome_blimp_client_context_delegate.h", |
| 2891 "android/blimp/chrome_blimp_client_context_delegate_android.cc", | 2891 "android/blimp/chrome_blimp_client_context_delegate_android.cc", |
| 2892 "android/blimp/chrome_blimp_client_context_delegate_android.h", | 2892 "android/blimp/chrome_blimp_client_context_delegate_android.h", |
| 2893 "android/blimp/chrome_compositor_dependencies.cc", |
| 2894 "android/blimp/chrome_compositor_dependencies.h", |
| 2893 "android/bookmarks/bookmark_bridge.cc", | 2895 "android/bookmarks/bookmark_bridge.cc", |
| 2894 "android/bookmarks/bookmark_bridge.h", | 2896 "android/bookmarks/bookmark_bridge.h", |
| 2895 "android/bookmarks/partner_bookmarks_reader.cc", | 2897 "android/bookmarks/partner_bookmarks_reader.cc", |
| 2896 "android/bookmarks/partner_bookmarks_reader.h", | 2898 "android/bookmarks/partner_bookmarks_reader.h", |
| 2897 "android/bookmarks/partner_bookmarks_shim.cc", | 2899 "android/bookmarks/partner_bookmarks_shim.cc", |
| 2898 "android/bookmarks/partner_bookmarks_shim.h", | 2900 "android/bookmarks/partner_bookmarks_shim.h", |
| 2899 "android/bottombar/overlay_panel_content.cc", | 2901 "android/bottombar/overlay_panel_content.cc", |
| 2900 "android/bottombar/overlay_panel_content.h", | 2902 "android/bottombar/overlay_panel_content.h", |
| 2901 "android/browsing_data/browsing_data_counter_bridge.cc", | 2903 "android/browsing_data/browsing_data_counter_bridge.cc", |
| 2902 "android/browsing_data/browsing_data_counter_bridge.h", | 2904 "android/browsing_data/browsing_data_counter_bridge.h", |
| (...skipping 1343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4246 # linking all of the test support. | 4248 # linking all of the test support. |
| 4247 static_library("pepper_cdm_test_constants") { | 4249 static_library("pepper_cdm_test_constants") { |
| 4248 testonly = true | 4250 testonly = true |
| 4249 visibility = [ "//chrome/*" ] | 4251 visibility = [ "//chrome/*" ] |
| 4250 sources = [ | 4252 sources = [ |
| 4251 "media/pepper_cdm_test_constants.cc", | 4253 "media/pepper_cdm_test_constants.cc", |
| 4252 "media/pepper_cdm_test_constants.h", | 4254 "media/pepper_cdm_test_constants.h", |
| 4253 ] | 4255 ] |
| 4254 } | 4256 } |
| 4255 } | 4257 } |
| OLD | NEW |