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

Side by Side Diff: blimp/client/BUILD.gn

Issue 1920163005: Split //ui/gl into //ui/gl + //ui/gi/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 7 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
« no previous file with comments | « android_webview/browser/test/fake_window.cc ('k') | blimp/client/app/blimp_startup.cc » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/ui.gni") 5 import("//build/config/ui.gni")
6 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "//blimp/common", 57 "//blimp/common",
58 "//blimp/common/proto", 58 "//blimp/common/proto",
59 "//blimp/net", 59 "//blimp/net",
60 "//cc", 60 "//cc",
61 "//gpu/command_buffer/client:gles2_implementation", 61 "//gpu/command_buffer/client:gles2_implementation",
62 "//gpu/skia_bindings", 62 "//gpu/skia_bindings",
63 "//net", 63 "//net",
64 "//third_party/libwebp", 64 "//third_party/libwebp",
65 "//ui/gfx/geometry", 65 "//ui/gfx/geometry",
66 "//ui/gl", 66 "//ui/gl",
67 "//ui/gl/init",
67 "//url:url", 68 "//url:url",
68 ] 69 ]
69 } 70 }
70 71
71 source_set("switches") { 72 source_set("switches") {
72 sources = [ 73 sources = [
73 "app/blimp_client_switches.cc", 74 "app/blimp_client_switches.cc",
74 "app/blimp_client_switches.h", 75 "app/blimp_client_switches.h",
75 ] 76 ]
76 } 77 }
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 apk_name = "BlimpTest" 514 apk_name = "BlimpTest"
514 apk_under_test = ":blimp_apk" 515 apk_under_test = ":blimp_apk"
515 android_manifest = blimp_test_apk_manifest 516 android_manifest = blimp_test_apk_manifest
516 deps = [ 517 deps = [
517 ":blimp_test_apk_manifest", 518 ":blimp_test_apk_manifest",
518 ":blimp_test_java", 519 ":blimp_test_java",
519 google_play_services_resources, 520 google_play_services_resources,
520 ] 521 ]
521 } 522 }
522 } 523 }
OLDNEW
« no previous file with comments | « android_webview/browser/test/fake_window.cc ('k') | blimp/client/app/blimp_startup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698