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

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

Issue 2724913002: Move chromeos::EventRewriter to //ui/chromeos/events (Closed)
Patch Set: Fix a typo Created 3 years, 9 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/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 import("//rlz/features/features.gni") 10 import("//rlz/features/features.gni")
(...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 deps += [ 1001 deps += [
1002 "//components/chrome_apps", 1002 "//components/chrome_apps",
1003 "//components/constrained_window", 1003 "//components/constrained_window",
1004 "//components/drive", 1004 "//components/drive",
1005 "//components/user_manager", 1005 "//components/user_manager",
1006 "//remoting/host", 1006 "//remoting/host",
1007 "//remoting/host/it2me:common", 1007 "//remoting/host/it2me:common",
1008 "//third_party/protobuf:protobuf_lite", 1008 "//third_party/protobuf:protobuf_lite",
1009 "//ui/app_list", 1009 "//ui/app_list",
1010 "//ui/chromeos", 1010 "//ui/chromeos",
1011 "//ui/chromeos/events",
1011 "//ui/file_manager", 1012 "//ui/file_manager",
1012 "//ui/views/", 1013 "//ui/views/",
1013 ] 1014 ]
1014 } else { 1015 } else {
1015 sources += [ 1016 sources += [
1016 "api/easy_unlock_private/easy_unlock_private_crypto_delegate_stub.cc", 1017 "api/easy_unlock_private/easy_unlock_private_crypto_delegate_stub.cc",
1017 "api/image_writer_private/operation_nonchromeos.cc", 1018 "api/image_writer_private/operation_nonchromeos.cc",
1018 "api/image_writer_private/removable_storage_provider_linux.cc", 1019 "api/image_writer_private/removable_storage_provider_linux.cc",
1019 "api/messaging/native_message_process_host.cc", 1020 "api/messaging/native_message_process_host.cc",
1020 "api/messaging/native_message_process_host.h", 1021 "api/messaging/native_message_process_host.h",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1186 "api/braille_display_private/brlapi_connection.cc", 1187 "api/braille_display_private/brlapi_connection.cc",
1187 "api/braille_display_private/brlapi_connection.h", 1188 "api/braille_display_private/brlapi_connection.h",
1188 "api/braille_display_private/brlapi_keycode_map.cc", 1189 "api/braille_display_private/brlapi_keycode_map.cc",
1189 "api/braille_display_private/brlapi_keycode_map.h", 1190 "api/braille_display_private/brlapi_keycode_map.h",
1190 ] 1191 ]
1191 deps += [ "//build/linux/libbrlapi" ] 1192 deps += [ "//build/linux/libbrlapi" ]
1192 } else { 1193 } else {
1193 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1194 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1194 } 1195 }
1195 } 1196 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/preferences.cc ('k') | chrome/browser/extensions/api/settings_private/prefs_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698