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

Side by Side Diff: remoting/app_remoting_test.gyp

Issue 880273006: Adding the AccessTokenFetcher and Environment class to the app remoting test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing some lint/readability errors Created 5 years, 10 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 | remoting/remoting_test.gypi » ('j') | remoting/test/access_token_fetcher.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 { 5 {
6 'includes': [ 6 'includes': [
7 'remoting_version.gypi', 7 'remoting_version.gypi',
8 ], 8 ],
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 11 matching lines...) Expand all
22 '../net/net.gyp:net', 22 '../net/net.gyp:net',
23 '../remoting/remoting.gyp:remoting_base', 23 '../remoting/remoting.gyp:remoting_base',
24 '../remoting/remoting.gyp:remoting_client', 24 '../remoting/remoting.gyp:remoting_client',
25 '../remoting/remoting.gyp:remoting_protocol', 25 '../remoting/remoting.gyp:remoting_protocol',
26 '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib', 26 '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib',
27 '../testing/gtest.gyp:gtest', 27 '../testing/gtest.gyp:gtest',
28 ], 28 ],
29 'defines': [ 29 'defines': [
30 'VERSION=<(version_full)', 30 'VERSION=<(version_full)',
31 ], 31 ],
32 'sources': [
33 'test/access_token_fetcher.cc',
34 'test/app_remoting_test_driver_environment.cc',
35 'test/refresh_token_storage.cc',
36 ],
32 }, # end of target 'ar_test_driver_common' 37 }, # end of target 'ar_test_driver_common'
33 { 38 {
34 # An external version of the test driver tool which includes minimal tests 39 # An external version of the test driver tool which includes minimal tests
35 'target_name': 'ar_sample_test_driver', 40 'target_name': 'ar_sample_test_driver',
36 'type': '<(gtest_target_type)', 41 'type': '<(gtest_target_type)',
37 'dependencies': [ 42 'dependencies': [
38 'ar_test_driver_common', 43 'ar_test_driver_common',
39 ], 44 ],
40 'defines': [ 45 'defines': [
41 'VERSION=<(version_full)', 46 'VERSION=<(version_full)',
42 ], 47 ],
43 'sources': [ 48 'sources': [
44 'test/app_remoting_test_driver.cc', 49 'test/app_remoting_test_driver.cc',
45 ], 50 ],
46 'include_dirs': [ 51 'include_dirs': [
47 '../testing/gtest/include', 52 '../testing/gtest/include',
48 ], 53 ],
49 }, # end of target 'ar_sample_test_driver' 54 }, # end of target 'ar_sample_test_driver'
50 ], # end of targets 55 ], # end of targets
51 } 56 }
OLDNEW
« no previous file with comments | « no previous file | remoting/remoting_test.gypi » ('j') | remoting/test/access_token_fetcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698