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