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

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

Issue 1198313003: Fix the browser match rules. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address sky@'s comment. Created 5 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 | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/base/test_browser_window.h » ('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("//chrome/chrome_tests.gni") 9 import("//chrome/chrome_tests.gni")
10 import("//chrome/test/base/js2gtest.gni") 10 import("//chrome/test/base/js2gtest.gni")
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 deps += [ 175 deps += [
176 "//win8:test_registrar_constants", 176 "//win8:test_registrar_constants",
177 "//win8:test_support_win8", 177 "//win8:test_support_win8",
178 ] 178 ]
179 } 179 }
180 } 180 }
181 if (is_chromeos) { 181 if (is_chromeos) {
182 deps += [ "//components/ownership" ] 182 deps += [ "//components/ownership" ]
183 } 183 }
184 184
185 if (use_aura) {
186 sources += [
187 "base/test_browser_window_aura.cc",
188 "base/test_browser_window_aura.h",
189 ]
190 }
191
185 if (enable_plugins) { 192 if (enable_plugins) {
186 sources += [ 193 sources += [
187 "ppapi/ppapi_test.cc", 194 "ppapi/ppapi_test.cc",
188 "ppapi/ppapi_test.h", 195 "ppapi/ppapi_test.h",
189 ] 196 ]
190 deps += [ "//pdf" ] 197 deps += [ "//pdf" ]
191 } 198 }
192 199
193 if (use_ash) { 200 if (use_ash) {
194 deps += [ "//ash:test_support" ] 201 deps += [ "//ash:test_support" ]
(...skipping 1569 matching lines...) Expand 10 before | Expand all | Expand 10 after
1764 "//third_party/mojo/src/mojo/edk/system", 1771 "//third_party/mojo/src/mojo/edk/system",
1765 ] 1772 ]
1766 1773
1767 if (!is_android && use_ash) { 1774 if (!is_android && use_ash) {
1768 sources += rebase_path( 1775 sources += rebase_path(
1769 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, 1776 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources,
1770 ".", 1777 ".",
1771 "//chrome") 1778 "//chrome")
1772 } 1779 }
1773 } 1780 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/base/test_browser_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698