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

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

Issue 2892703002: Finish ../platform => public/platform refactor (Closed)
Patch Set: Fix syntax error in chrome/browser/BUILD.gn Created 3 years, 7 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/BUILD.gn ('k') | components/autofill/content/renderer/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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 312
313 public_deps = [ 313 public_deps = [
314 "//chrome/browser:test_support_ui", 314 "//chrome/browser:test_support_ui",
315 ] 315 ]
316 deps = [ 316 deps = [
317 "//components/metrics:test_support", 317 "//components/metrics:test_support",
318 "//components/os_crypt:test_support", 318 "//components/os_crypt:test_support",
319 "//content/public/browser:browser", 319 "//content/public/browser:browser",
320 "//skia", 320 "//skia",
321 "//testing/gtest", 321 "//testing/gtest",
322 "//third_party/WebKit/public:blink_headers",
322 ] 323 ]
323 324
324 if (enable_plugins) { 325 if (enable_plugins) {
325 sources += [ 326 sources += [
326 "ppapi/ppapi_test.cc", 327 "ppapi/ppapi_test.cc",
327 "ppapi/ppapi_test.h", 328 "ppapi/ppapi_test.h",
328 ] 329 ]
329 } 330 }
330 } 331 }
331 332
(...skipping 4796 matching lines...) Expand 10 before | Expand all | Expand 10 after
5128 } 5129 }
5129 5130
5130 if (is_win) { 5131 if (is_win) {
5131 loadable_module("conflicts_dll") { 5132 loadable_module("conflicts_dll") {
5132 testonly = true 5133 testonly = true
5133 sources = [ 5134 sources = [
5134 "conflicts/conflicts_dll.cc", 5135 "conflicts/conflicts_dll.cc",
5135 ] 5136 ]
5136 } 5137 }
5137 } 5138 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | components/autofill/content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698