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

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

Issue 1336823003: Move chrome::HostDesktopType to ui::HostDesktopType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_session_service_delegate_impl
Patch Set: Fix build on Mac and CrOS Created 5 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "font_render_params_android.cc", 91 "font_render_params_android.cc",
92 "font_render_params_linux.cc", 92 "font_render_params_linux.cc",
93 "font_render_params_mac.cc", 93 "font_render_params_mac.cc",
94 "font_render_params_win.cc", 94 "font_render_params_win.cc",
95 "gdi_util.cc", 95 "gdi_util.cc",
96 "gdi_util.h", 96 "gdi_util.h",
97 "generic_shared_memory_id.cc", 97 "generic_shared_memory_id.cc",
98 "generic_shared_memory_id.h", 98 "generic_shared_memory_id.h",
99 "gfx_paths.cc", 99 "gfx_paths.cc",
100 "gfx_paths.h", 100 "gfx_paths.h",
101 "host_desktop_type.h",
101 "hud_font.cc", 102 "hud_font.cc",
102 "hud_font.h", 103 "hud_font.h",
103 "icon_util.cc", 104 "icon_util.cc",
104 "icon_util.h", 105 "icon_util.h",
105 "image/image.cc", 106 "image/image.cc",
106 "image/image.h", 107 "image/image.h",
107 "image/image_family.cc", 108 "image/image_family.cc",
108 "image/image_family.h", 109 "image/image_family.h",
109 "image/image_ios.mm", 110 "image/image_ios.mm",
110 "image/image_mac.mm", 111 "image/image_mac.mm",
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 if (is_android) { 681 if (is_android) {
681 generate_jni("gfx_jni_headers") { 682 generate_jni("gfx_jni_headers") {
682 sources = [ 683 sources = [
683 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 684 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
684 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 685 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
685 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 686 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
686 ] 687 ]
687 jni_package = "gfx" 688 jni_package = "gfx"
688 } 689 }
689 } 690 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698