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

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

Issue 1958033003: Allows client to access auth token from command line specified file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds documentation Created 4 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
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 source_set("engine_browsertests") { 7 source_set("engine_browsertests") {
8 testonly = true 8 testonly = true
9 9
10 sources = [ 10 sources = [
11 "browser_tests/blimp_browser_test.cc", 11 "browser_tests/blimp_browser_test.cc",
12 "browser_tests/blimp_browser_test.h", 12 "browser_tests/blimp_browser_test.h",
13 "browser_tests/blimp_test_launcher.cc", 13 "browser_tests/blimp_test_launcher.cc",
14 "browser_tests/engine_browsertest.cc", 14 "browser_tests/engine_browsertest.cc",
15 ] 15 ]
16 16
17 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 17 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
18 18
19 deps = [ 19 deps = [
20 "//base", 20 "//base",
21 "//blimp/client:feature", 21 "//blimp/client:feature",
22 "//blimp/client:session", 22 "//blimp/client:session",
23 "//blimp/client:switches", 23 "//blimp/client:switches",
24 "//blimp/client:test_support", 24 "//blimp/client:test_support",
25 "//blimp/common",
25 "//blimp/engine:app", 26 "//blimp/engine:app",
26 "//blimp/engine:app_config", 27 "//blimp/engine:app_config",
27 "//blimp/engine:app_switches", 28 "//blimp/engine:app_switches",
28 "//blimp/engine:pak", 29 "//blimp/engine:pak",
29 "//blimp/engine:session", 30 "//blimp/engine:session",
30 "//blimp/engine:test_support", 31 "//blimp/engine:test_support",
31 "//blimp/net", 32 "//blimp/net",
32 "//content/public/app:both", 33 "//content/public/app:both",
33 "//content/test:browsertest_base", 34 "//content/test:browsertest_base",
34 "//content/test:test_support", 35 "//content/test:test_support",
35 "//testing/gmock", 36 "//testing/gmock",
36 "//testing/gtest", 37 "//testing/gtest",
37 ] 38 ]
38 39
39 data = [ 40 data = [
40 "data/", 41 "data/",
41 "$root_out_dir/blimp_engine.pak", 42 "$root_out_dir/blimp_engine.pak",
42 ] 43 ]
43 } 44 }
OLDNEW
« no previous file with comments | « blimp/engine/app/ui/blimp_screen_unittest.cc ('k') | blimp/test/browser_tests/blimp_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698