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

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

Issue 2965063003: Create third-party conflicts module whitelist/blacklist protobuf definitions. (Closed)
Patch Set: Address nits. Created 3 years, 5 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 | « no previous file | chrome/browser/conflicts/proto/module_list.proto » ('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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 4150 matching lines...) Expand 10 before | Expand all | Expand 10 after
4161 sources = [ 4161 sources = [
4162 "android/proto/client_discourse_context.proto", 4162 "android/proto/client_discourse_context.proto",
4163 ] 4163 ]
4164 } 4164 }
4165 4165
4166 proto_library("delta_file_proto") { 4166 proto_library("delta_file_proto") {
4167 sources = [ 4167 sources = [
4168 "android/proto/delta_file.proto", 4168 "android/proto/delta_file.proto",
4169 ] 4169 ]
4170 } 4170 }
4171
4172 if (is_win) {
4173 proto_library("conflicts_module_list_proto") {
4174 sources = [
4175 "conflicts/proto/module_list.proto",
4176 ]
4177 }
4178 }
4171 } 4179 }
4172 4180
4173 if (is_win) { 4181 if (is_win) {
4174 static_library("chrome_process_finder") { 4182 static_library("chrome_process_finder") {
4175 sources = [ 4183 sources = [
4176 "win/chrome_process_finder.cc", 4184 "win/chrome_process_finder.cc",
4177 "win/chrome_process_finder.h", 4185 "win/chrome_process_finder.h",
4178 ] 4186 ]
4179 deps = [ 4187 deps = [
4180 "//base", 4188 "//base",
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
4595 "//components/search_engines", 4603 "//components/search_engines",
4596 "//rlz:rlz_lib", 4604 "//rlz:rlz_lib",
4597 ] 4605 ]
4598 } 4606 }
4599 } 4607 }
4600 4608
4601 service_manifest("preferences_forwarder_manifest") { 4609 service_manifest("preferences_forwarder_manifest") {
4602 name = "preferences_forwarder" 4610 name = "preferences_forwarder"
4603 source = "prefs/forwarder_manifest.json" 4611 source = "prefs/forwarder_manifest.json"
4604 } 4612 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/conflicts/proto/module_list.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698