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

Side by Side Diff: ui/views/BUILD.gn

Issue 2498053004: Add InProcessContextProvider and update InProcessCommandBuffer (Closed)
Patch Set: Revert experiments and fix android_webview Created 4 years, 1 month 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
« no previous file with comments | « ui/compositor/test/in_process_context_provider.cc ('k') | ui/views/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//ui/ozone/ozone.gni") 8 import("//ui/ozone/ozone.gni")
9 9
10 config("flags") { 10 config("flags") {
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 visibility = [ "./*" ] 711 visibility = [ "./*" ]
712 712
713 configs += [ "//build/config:precompiled_headers" ] 713 configs += [ "//build/config:precompiled_headers" ]
714 714
715 public_deps = [ 715 public_deps = [
716 ":views", 716 ":views",
717 ] 717 ]
718 deps = [ 718 deps = [
719 "//base", 719 "//base",
720 "//base/test:test_support", 720 "//base/test:test_support",
721 "//gpu/ipc/service",
721 "//ipc:test_support", 722 "//ipc:test_support",
722 "//skia", 723 "//skia",
723 "//testing/gtest", 724 "//testing/gtest",
724 "//ui/base", 725 "//ui/base",
725 "//ui/base:test_support", 726 "//ui/base:test_support",
726 "//ui/base/ime", 727 "//ui/base/ime",
727 "//ui/compositor", 728 "//ui/compositor",
728 "//ui/compositor:test_support", 729 "//ui/compositor:test_support",
729 "//ui/events", 730 "//ui/events",
730 "//ui/events:events_base", 731 "//ui/events:events_base",
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 "//ui/base:test_support", 1014 "//ui/base:test_support",
1014 "//ui/compositor", 1015 "//ui/compositor",
1015 "//ui/events:test_support", 1016 "//ui/events:test_support",
1016 "//ui/gl:test_support", 1017 "//ui/gl:test_support",
1017 "//ui/resources", 1018 "//ui/resources",
1018 "//ui/resources:ui_test_pak", 1019 "//ui/resources:ui_test_pak",
1019 "//ui/strings", 1020 "//ui/strings",
1020 ] 1021 ]
1021 } 1022 }
1022 } 1023 }
OLDNEW
« no previous file with comments | « ui/compositor/test/in_process_context_provider.cc ('k') | ui/views/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698