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

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

Issue 539173004: Bring up of the enhanced bookmarks cluster service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@intermediary2
Patch Set: Rebase, OVERRIDE->override, plus better comments. Created 6 years, 2 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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//components/nacl/nacl_defines.gni") 8 import("//components/nacl/nacl_defines.gni")
9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
10 # produces a conflict for the "grit" template so we have to only include one. 10 # produces a conflict for the "grit" template so we have to only include one.
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "//components/autofill/core/browser", 59 "//components/autofill/core/browser",
60 "//components/bookmarks/browser", 60 "//components/bookmarks/browser",
61 "//components/captive_portal", 61 "//components/captive_portal",
62 "//components/cloud_devices/common", 62 "//components/cloud_devices/common",
63 "//components/component_updater", 63 "//components/component_updater",
64 "//components/content_settings/core/browser", 64 "//components/content_settings/core/browser",
65 "//components/content_settings/core/common", 65 "//components/content_settings/core/common",
66 "//components/crx_file", 66 "//components/crx_file",
67 "//components/data_reduction_proxy/browser", 67 "//components/data_reduction_proxy/browser",
68 "//components/domain_reliability", 68 "//components/domain_reliability",
69 "//components/enhanced_bookmarks",
69 "//components/favicon_base", 70 "//components/favicon_base",
70 "//components/favicon/core", 71 "//components/favicon/core",
71 "//components/feedback", 72 "//components/feedback",
72 "//components/gcm_driver", 73 "//components/gcm_driver",
73 "//components/google/core/browser", 74 "//components/google/core/browser",
74 "//components/history/core/browser", 75 "//components/history/core/browser",
75 "//components/history/core/common", 76 "//components/history/core/common",
76 "//components/infobars/core", 77 "//components/infobars/core",
77 "//components/invalidation", 78 "//components/invalidation",
78 "//components/metrics:gpu", 79 "//components/metrics:gpu",
(...skipping 842 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 ] 922 ]
922 } 923 }
923 924
924 if (enable_wifi_bootstrapping) { 925 if (enable_wifi_bootstrapping) {
925 sources += [ 926 sources += [
926 "local_discovery/wifi/mock_wifi_manager.cc", 927 "local_discovery/wifi/mock_wifi_manager.cc",
927 "local_discovery/wifi/mock_wifi_manager.h", 928 "local_discovery/wifi/mock_wifi_manager.h",
928 ] 929 ]
929 } 930 }
930 } 931 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698