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

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

Issue 2618913002: Revert "third_party/protobuf: Update to HEAD (5f65ee6ac7)" (Closed)
Patch Set: Created 3 years, 11 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 | 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 1893 matching lines...) Expand 10 before | Expand all | Expand 10 after
1904 "//chrome:strings", 1904 "//chrome:strings",
1905 "//chrome/browser", 1905 "//chrome/browser",
1906 "//chrome/renderer", 1906 "//chrome/renderer",
1907 "//components/autofill/content/browser:risk_proto", 1907 "//components/autofill/content/browser:risk_proto",
1908 "//components/autofill/content/renderer:test_support", 1908 "//components/autofill/content/renderer:test_support",
1909 "//components/captive_portal:test_support", 1909 "//components/captive_portal:test_support",
1910 "//components/dom_distiller/content/browser", 1910 "//components/dom_distiller/content/browser",
1911 "//components/dom_distiller/content/renderer", 1911 "//components/dom_distiller/content/renderer",
1912 "//components/dom_distiller/core:test_support", 1912 "//components/dom_distiller/core:test_support",
1913 "//components/guest_view/browser:test_support", 1913 "//components/guest_view/browser:test_support",
1914 "//components/policy:chrome_settings_proto_generated_compile", 1914 "//components/policy:chrome_settings_proto",
1915 "//components/resources", 1915 "//components/resources",
1916 "//components/safe_browsing_db:test_database_manager", 1916 "//components/safe_browsing_db:test_database_manager",
1917 "//components/strings", 1917 "//components/strings",
1918 "//components/sync", 1918 "//components/sync",
1919 "//components/translate/core/common", 1919 "//components/translate/core/common",
1920 "//content/public/common:features", 1920 "//content/public/common:features",
1921 "//content/test:test_support", 1921 "//content/test:test_support",
1922 "//crypto:platform", 1922 "//crypto:platform",
1923 "//crypto:test_support", 1923 "//crypto:test_support",
1924 "//device/bluetooth:mocks", 1924 "//device/bluetooth:mocks",
(...skipping 3182 matching lines...) Expand 10 before | Expand all | Expand 10 after
5107 } 5107 }
5108 5108
5109 if (is_win) { 5109 if (is_win) {
5110 loadable_module("conflicts_dll") { 5110 loadable_module("conflicts_dll") {
5111 testonly = true 5111 testonly = true
5112 sources = [ 5112 sources = [
5113 "conflicts/conflicts_dll.cc", 5113 "conflicts/conflicts_dll.cc",
5114 ] 5114 ]
5115 } 5115 }
5116 } 5116 }
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