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

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

Issue 2345843003: [Sync] Merge //components/browser_sync into one directory. (Closed)
Patch Set: Address comment + rebase. Created 4 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/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 8
9 assert(enable_extensions) 9 assert(enable_extensions)
10 10
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 "//chrome/browser/media/router", 830 "//chrome/browser/media/router",
831 "//chrome/common", 831 "//chrome/common",
832 "//chrome/common/extensions/api:api_registration", 832 "//chrome/common/extensions/api:api_registration",
833 "//chrome/common/extensions/api:extensions_features", 833 "//chrome/common/extensions/api:extensions_features",
834 "//chrome/common/safe_browsing:proto", 834 "//chrome/common/safe_browsing:proto",
835 "//chrome/installer/util:with_no_strings", 835 "//chrome/installer/util:with_no_strings",
836 "//components/app_modal", 836 "//components/app_modal",
837 "//components/autofill/content/browser", 837 "//components/autofill/content/browser",
838 "//components/bookmarks/browser", 838 "//components/bookmarks/browser",
839 "//components/bookmarks/managed", 839 "//components/bookmarks/managed",
840 "//components/browser_sync/browser", 840 "//components/browser_sync",
841 "//components/browsing_data/core", 841 "//components/browsing_data/core",
842 "//components/bubble", 842 "//components/bubble",
843 "//components/content_settings/core/browser", 843 "//components/content_settings/core/browser",
844 "//components/crx_file", 844 "//components/crx_file",
845 "//components/data_reduction_proxy/core/browser", 845 "//components/data_reduction_proxy/core/browser",
846 "//components/dom_distiller/core", 846 "//components/dom_distiller/core",
847 "//components/favicon/content", 847 "//components/favicon/content",
848 "//components/feedback", 848 "//components/feedback",
849 "//components/gcm_driver", 849 "//components/gcm_driver",
850 "//components/guest_view/browser", 850 "//components/guest_view/browser",
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 "api/braille_display_private/brlapi_connection.cc", 1172 "api/braille_display_private/brlapi_connection.cc",
1173 "api/braille_display_private/brlapi_connection.h", 1173 "api/braille_display_private/brlapi_connection.h",
1174 "api/braille_display_private/brlapi_keycode_map.cc", 1174 "api/braille_display_private/brlapi_keycode_map.cc",
1175 "api/braille_display_private/brlapi_keycode_map.h", 1175 "api/braille_display_private/brlapi_keycode_map.h",
1176 ] 1176 ]
1177 deps += [ "//build/linux/libbrlapi" ] 1177 deps += [ "//build/linux/libbrlapi" ]
1178 } else { 1178 } else {
1179 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1179 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1180 } 1180 }
1181 } 1181 }
OLDNEW
« no previous file with comments | « chrome/browser/drive/drive_notification_manager_factory.cc ('k') | chrome/browser/extensions/api/gcm/gcm_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698