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

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

Issue 919183002: Move chromeos::device_event_log into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Shut down in PostDestroyThreads. Created 5 years, 10 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 | « chrome/app/chromium_strings.grd ('k') | chrome/browser/DEPS » ('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/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 8
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "//chrome/common/net", 81 "//chrome/common/net",
82 "//components/autofill/core/browser", 82 "//components/autofill/core/browser",
83 "//components/bookmarks/browser", 83 "//components/bookmarks/browser",
84 "//components/captive_portal", 84 "//components/captive_portal",
85 "//components/cloud_devices/common", 85 "//components/cloud_devices/common",
86 "//components/component_updater", 86 "//components/component_updater",
87 "//components/content_settings/core/browser", 87 "//components/content_settings/core/browser",
88 "//components/content_settings/core/common", 88 "//components/content_settings/core/common",
89 "//components/crx_file", 89 "//components/crx_file",
90 "//components/data_reduction_proxy/core/browser", 90 "//components/data_reduction_proxy/core/browser",
91 "//components/device_event_log",
91 "//components/domain_reliability", 92 "//components/domain_reliability",
92 "//components/enhanced_bookmarks", 93 "//components/enhanced_bookmarks",
93 "//components/favicon_base", 94 "//components/favicon_base",
94 "//components/favicon/core", 95 "//components/favicon/core",
95 "//components/feedback", 96 "//components/feedback",
96 "//components/gcm_driver", 97 "//components/gcm_driver",
97 "//components/google/core/browser", 98 "//components/google/core/browser",
98 "//components/handoff", 99 "//components/handoff",
99 "//components/history/core/browser", 100 "//components/history/core/browser",
100 "//components/history/core/browser:proto", 101 "//components/history/core/browser:proto",
(...skipping 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 ] 1112 ]
1112 } 1113 }
1113 1114
1114 if (enable_wifi_bootstrapping) { 1115 if (enable_wifi_bootstrapping) {
1115 sources += [ 1116 sources += [
1116 "local_discovery/wifi/mock_wifi_manager.cc", 1117 "local_discovery/wifi/mock_wifi_manager.cc",
1117 "local_discovery/wifi/mock_wifi_manager.h", 1118 "local_discovery/wifi/mock_wifi_manager.h",
1118 ] 1119 ]
1119 } 1120 }
1120 } 1121 }
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698