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

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

Issue 1414643005: Disable zoom bubble for PDF extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git add deps file Created 5 years, 2 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
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/chrome_tests.gni") 10 import("//chrome/chrome_tests.gni")
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "//components/metrics:test_support", 109 "//components/metrics:test_support",
110 "//components/omnibox/browser:test_support", 110 "//components/omnibox/browser:test_support",
111 "//components/password_manager/core/browser:test_support", 111 "//components/password_manager/core/browser:test_support",
112 "//components/pref_registry:test_support", 112 "//components/pref_registry:test_support",
113 "//components/rappor:test_support", 113 "//components/rappor:test_support",
114 "//components/search_engines:test_support", 114 "//components/search_engines:test_support",
115 "//components/signin/core/browser:test_support", 115 "//components/signin/core/browser:test_support",
116 "//components/sync_driver:test_support", 116 "//components/sync_driver:test_support",
117 "//components/syncable_prefs:test_support", 117 "//components/syncable_prefs:test_support",
118 "//components/update_client:test_support", 118 "//components/update_client:test_support",
119 "//components/ui/zoom:zoom_test_utils", 119 "//components/ui/zoom:test_support",
120 "//content/public/app:both", 120 "//content/public/app:both",
121 "//ui/gfx:test_support", 121 "//ui/gfx:test_support",
122 "//net", 122 "//net",
123 "//net:test_support", 123 "//net:test_support",
124 "//skia", 124 "//skia",
125 "//sql", 125 "//sql",
126 "//sql:test_support", 126 "//sql:test_support",
127 "//sync", 127 "//sync",
128 "//testing/gmock", 128 "//testing/gmock",
129 "//testing/gtest", 129 "//testing/gtest",
(...skipping 2020 matching lines...) Expand 10 before | Expand all | Expand 10 after
2150 "//third_party/mojo/src/mojo/edk/system", 2150 "//third_party/mojo/src/mojo/edk/system",
2151 ] 2151 ]
2152 2152
2153 if (!is_android && use_ash) { 2153 if (!is_android && use_ash) {
2154 sources += rebase_path( 2154 sources += rebase_path(
2155 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, 2155 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources,
2156 ".", 2156 ".",
2157 "//chrome") 2157 "//chrome")
2158 } 2158 }
2159 } 2159 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698