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

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

Issue 2390823005: Update device permissions dialog ui for Chrome apps and extensions (Closed)
Patch Set: clean up code 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
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 9
10 assert(enable_extensions) 10 assert(enable_extensions)
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 "convert_user_script.cc", 513 "convert_user_script.cc",
514 "convert_user_script.h", 514 "convert_user_script.h",
515 "convert_web_app.cc", 515 "convert_web_app.cc",
516 "convert_web_app.h", 516 "convert_web_app.h",
517 "crx_installer.cc", 517 "crx_installer.cc",
518 "crx_installer.h", 518 "crx_installer.h",
519 "data_deleter.cc", 519 "data_deleter.cc",
520 "data_deleter.h", 520 "data_deleter.h",
521 "dev_mode_bubble_delegate.cc", 521 "dev_mode_bubble_delegate.cc",
522 "dev_mode_bubble_delegate.h", 522 "dev_mode_bubble_delegate.h",
523 "device_permissions_dialog_controller.cc",
524 "device_permissions_dialog_controller.h",
523 "devtools_util.cc", 525 "devtools_util.cc",
524 "devtools_util.h", 526 "devtools_util.h",
525 "display_info_provider_chromeos.cc", 527 "display_info_provider_chromeos.cc",
526 "display_info_provider_chromeos.h", 528 "display_info_provider_chromeos.h",
527 "display_info_provider_mac.cc", 529 "display_info_provider_mac.cc",
528 "display_info_provider_mac.h", 530 "display_info_provider_mac.h",
529 "display_info_provider_win.cc", 531 "display_info_provider_win.cc",
530 "display_info_provider_win.h", 532 "display_info_provider_win.h",
531 "error_console/error_console.cc", 533 "error_console/error_console.cc",
532 "error_console/error_console.h", 534 "error_console/error_console.h",
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
1180 "api/braille_display_private/brlapi_connection.cc", 1182 "api/braille_display_private/brlapi_connection.cc",
1181 "api/braille_display_private/brlapi_connection.h", 1183 "api/braille_display_private/brlapi_connection.h",
1182 "api/braille_display_private/brlapi_keycode_map.cc", 1184 "api/braille_display_private/brlapi_keycode_map.cc",
1183 "api/braille_display_private/brlapi_keycode_map.h", 1185 "api/braille_display_private/brlapi_keycode_map.h",
1184 ] 1186 ]
1185 deps += [ "//build/linux/libbrlapi" ] 1187 deps += [ "//build/linux/libbrlapi" ]
1186 } else { 1188 } else {
1187 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1189 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1188 } 1190 }
1189 } 1191 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698