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

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

Issue 2744503002: Revert of Move chrome/common/safe_browsing/csd.proto to components/safe_browsing (Closed)
Patch Set: Created 3 years, 9 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/browser/safe_browsing/threat_details_unittest.cc ('k') | chrome/common/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/chromecast_build.gni") 5 import("//build/config/chromecast_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 1197 matching lines...) Expand 10 before | Expand all | Expand 10 after
1208 "webui/flash_ui.h", 1208 "webui/flash_ui.h",
1209 "webui/options/pepper_flash_content_settings_utils.cc", 1209 "webui/options/pepper_flash_content_settings_utils.cc",
1210 "webui/options/pepper_flash_content_settings_utils.h", 1210 "webui/options/pepper_flash_content_settings_utils.h",
1211 ] 1211 ]
1212 deps += [ "//ppapi/proxy:ipc" ] 1212 deps += [ "//ppapi/proxy:ipc" ]
1213 } 1213 }
1214 if (safe_browsing_mode == 1) { 1214 if (safe_browsing_mode == 1) {
1215 deps += [ 1215 deps += [
1216 "//chrome/browser/safe_browsing:chunk_proto", 1216 "//chrome/browser/safe_browsing:chunk_proto",
1217 "//chrome/common/safe_browsing:proto", 1217 "//chrome/common/safe_browsing:proto",
1218 "//components/safe_browsing:csd_proto",
1219 ] 1218 ]
1220 } 1219 }
1221 1220
1222 if (is_chromeos && !is_official_build) { 1221 if (is_chromeos && !is_official_build) {
1223 sources += [ 1222 sources += [
1224 "webui/chromeos/emulator/device_emulator_message_handler.cc", 1223 "webui/chromeos/emulator/device_emulator_message_handler.cc",
1225 "webui/chromeos/emulator/device_emulator_message_handler.h", 1224 "webui/chromeos/emulator/device_emulator_message_handler.h",
1226 "webui/chromeos/emulator/device_emulator_ui.cc", 1225 "webui/chromeos/emulator/device_emulator_ui.cc",
1227 "webui/chromeos/emulator/device_emulator_ui.h", 1226 "webui/chromeos/emulator/device_emulator_ui.h",
1228 ] 1227 ]
(...skipping 2305 matching lines...) Expand 10 before | Expand all | Expand 10 after
3534 "test/test_confirm_bubble_model.cc", 3533 "test/test_confirm_bubble_model.cc",
3535 "test/test_confirm_bubble_model.h", 3534 "test/test_confirm_bubble_model.h",
3536 ] 3535 ]
3537 deps += [ "//chrome/test:test_support_ui" ] 3536 deps += [ "//chrome/test:test_support_ui" ]
3538 } 3537 }
3539 3538
3540 if (enable_extensions) { 3539 if (enable_extensions) {
3541 deps += [ "//extensions/browser" ] 3540 deps += [ "//extensions/browser" ]
3542 } 3541 }
3543 } 3542 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/threat_details_unittest.cc ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698