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

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

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years 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 | components/policy/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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1878 matching lines...) Expand 10 before | Expand all | Expand 10 after
1889 "//chrome:strings", 1889 "//chrome:strings",
1890 "//chrome/browser", 1890 "//chrome/browser",
1891 "//chrome/renderer", 1891 "//chrome/renderer",
1892 "//components/autofill/content/browser:risk_proto", 1892 "//components/autofill/content/browser:risk_proto",
1893 "//components/autofill/content/renderer:test_support", 1893 "//components/autofill/content/renderer:test_support",
1894 "//components/captive_portal:test_support", 1894 "//components/captive_portal:test_support",
1895 "//components/dom_distiller/content/browser", 1895 "//components/dom_distiller/content/browser",
1896 "//components/dom_distiller/content/renderer", 1896 "//components/dom_distiller/content/renderer",
1897 "//components/dom_distiller/core:test_support", 1897 "//components/dom_distiller/core:test_support",
1898 "//components/guest_view/browser:test_support", 1898 "//components/guest_view/browser:test_support",
1899 "//components/policy:chrome_settings_proto", 1899 "//components/policy:chrome_settings_proto_generated_compile",
1900 "//components/resources", 1900 "//components/resources",
1901 "//components/safe_browsing_db:test_database_manager", 1901 "//components/safe_browsing_db:test_database_manager",
1902 "//components/strings", 1902 "//components/strings",
1903 "//components/sync", 1903 "//components/sync",
1904 "//components/translate/core/common", 1904 "//components/translate/core/common",
1905 "//content/public/common:features", 1905 "//content/public/common:features",
1906 "//content/test:test_support", 1906 "//content/test:test_support",
1907 "//crypto:platform", 1907 "//crypto:platform",
1908 "//crypto:test_support", 1908 "//crypto:test_support",
1909 "//device/bluetooth:mocks", 1909 "//device/bluetooth:mocks",
(...skipping 3186 matching lines...) Expand 10 before | Expand all | Expand 10 after
5096 } 5096 }
5097 5097
5098 if (is_win) { 5098 if (is_win) {
5099 loadable_module("conflicts_dll") { 5099 loadable_module("conflicts_dll") {
5100 testonly = true 5100 testonly = true
5101 sources = [ 5101 sources = [
5102 "conflicts/conflicts_dll.cc", 5102 "conflicts/conflicts_dll.cc",
5103 ] 5103 ]
5104 } 5104 }
5105 } 5105 }
OLDNEW
« no previous file with comments | « no previous file | components/policy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698