Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(444)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2297933002: blimp: Set up the CompositorDependencies for blimp in Chrome. (Closed)
Patch Set: retry gpu process failures after crbug.com/643282 Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « blimp/client/support/compositor/mock_compositor_dependencies.cc ('k') | chrome/browser/android/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698