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

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

Issue 2540313002: Split //ui/display and create //ui/display/manager. (Closed)
Patch Set: Cleanup export header. Created 4 years 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 10
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 "//third_party/WebKit/public:resources", 905 "//third_party/WebKit/public:resources",
906 "//third_party/cacheinvalidation", 906 "//third_party/cacheinvalidation",
907 "//third_party/icu", 907 "//third_party/icu",
908 "//third_party/leveldatabase", 908 "//third_party/leveldatabase",
909 "//third_party/libaddressinput:util", 909 "//third_party/libaddressinput:util",
910 "//third_party/re2", 910 "//third_party/re2",
911 "//third_party/webrtc/modules/desktop_capture", 911 "//third_party/webrtc/modules/desktop_capture",
912 "//ui/accessibility:ax_gen", 912 "//ui/accessibility:ax_gen",
913 "//ui/base", 913 "//ui/base",
914 "//ui/base/ime", 914 "//ui/base/ime",
915 "//ui/display/manager",
915 "//ui/gfx", 916 "//ui/gfx",
916 "//ui/gfx/geometry", 917 "//ui/gfx/geometry",
917 "//ui/native_theme", 918 "//ui/native_theme",
918 "//ui/resources", 919 "//ui/resources",
919 "//ui/shell_dialogs", 920 "//ui/shell_dialogs",
920 "//ui/strings", 921 "//ui/strings",
921 "//url", 922 "//url",
922 ] 923 ]
923 924
924 if (!is_chromeos) { 925 if (!is_chromeos) {
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
1184 "api/braille_display_private/brlapi_connection.cc", 1185 "api/braille_display_private/brlapi_connection.cc",
1185 "api/braille_display_private/brlapi_connection.h", 1186 "api/braille_display_private/brlapi_connection.h",
1186 "api/braille_display_private/brlapi_keycode_map.cc", 1187 "api/braille_display_private/brlapi_keycode_map.cc",
1187 "api/braille_display_private/brlapi_keycode_map.h", 1188 "api/braille_display_private/brlapi_keycode_map.h",
1188 ] 1189 ]
1189 deps += [ "//build/linux/libbrlapi" ] 1190 deps += [ "//build/linux/libbrlapi" ]
1190 } else { 1191 } else {
1191 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1192 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1192 } 1193 }
1193 } 1194 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698