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

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

Issue 2778153002: Add missing header files to GN files (Closed)
Patch Set: fix merge Created 3 years, 8 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 | « base/allocator/BUILD.gn ('k') | chrome/browser/media/router/discovery/BUILD.gn » ('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 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 615 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 "extension_system_impl.cc", 626 "extension_system_impl.cc",
627 "extension_system_impl.h", 627 "extension_system_impl.h",
628 "extension_tab_util.cc", 628 "extension_tab_util.cc",
629 "extension_tab_util.h", 629 "extension_tab_util.h",
630 "extension_ui_util.cc", 630 "extension_ui_util.cc",
631 "extension_ui_util.h", 631 "extension_ui_util.h",
632 "extension_uninstall_dialog.cc", 632 "extension_uninstall_dialog.cc",
633 "extension_uninstall_dialog.h", 633 "extension_uninstall_dialog.h",
634 "extension_util.cc", 634 "extension_util.cc",
635 "extension_util.h", 635 "extension_util.h",
636 "extension_view.h",
636 "extension_view_host.cc", 637 "extension_view_host.cc",
637 "extension_view_host.h", 638 "extension_view_host.h",
638 "extension_view_host_factory.cc", 639 "extension_view_host_factory.cc",
639 "extension_view_host_factory.h", 640 "extension_view_host_factory.h",
640 "extension_web_ui.cc", 641 "extension_web_ui.cc",
641 "extension_web_ui.h", 642 "extension_web_ui.h",
642 "extension_web_ui_override_registrar.cc", 643 "extension_web_ui_override_registrar.cc",
643 "extension_web_ui_override_registrar.h", 644 "extension_web_ui_override_registrar.h",
644 "extension_webkit_preferences.cc", 645 "extension_webkit_preferences.cc",
645 "extension_webkit_preferences.h", 646 "extension_webkit_preferences.h",
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
1187 "api/braille_display_private/brlapi_connection.cc", 1188 "api/braille_display_private/brlapi_connection.cc",
1188 "api/braille_display_private/brlapi_connection.h", 1189 "api/braille_display_private/brlapi_connection.h",
1189 "api/braille_display_private/brlapi_keycode_map.cc", 1190 "api/braille_display_private/brlapi_keycode_map.cc",
1190 "api/braille_display_private/brlapi_keycode_map.h", 1191 "api/braille_display_private/brlapi_keycode_map.h",
1191 ] 1192 ]
1192 deps += [ "//build/linux/libbrlapi" ] 1193 deps += [ "//build/linux/libbrlapi" ]
1193 } else { 1194 } else {
1194 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1195 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1195 } 1196 }
1196 } 1197 }
OLDNEW
« no previous file with comments | « base/allocator/BUILD.gn ('k') | chrome/browser/media/router/discovery/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698