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

Side by Side Diff: remoting/remoting_test.gypi

Issue 820133002: Reusing names of policy keys from policy_constants.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Marked the 5 "new" policies as chrome_os:42- Created 5 years, 11 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 | « remoting/remoting_host.gypi ('k') | tools/metrics/histograms/histograms.xml » ('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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'remoting_test_common', 8 'target_name': 'remoting_test_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 }, 68 },
69 69
70 # Remoting unit tests 70 # Remoting unit tests
71 { 71 {
72 'target_name': 'remoting_unittests', 72 'target_name': 'remoting_unittests',
73 'type': '<(gtest_target_type)', 73 'type': '<(gtest_target_type)',
74 'dependencies': [ 74 'dependencies': [
75 '../base/base.gyp:base', 75 '../base/base.gyp:base',
76 '../base/base.gyp:base_i18n', 76 '../base/base.gyp:base_i18n',
77 '../base/base.gyp:test_support_base', 77 '../base/base.gyp:test_support_base',
78 '../components/components.gyp:policy',
78 '../ipc/ipc.gyp:ipc', 79 '../ipc/ipc.gyp:ipc',
79 '../net/net.gyp:net_test_support', 80 '../net/net.gyp:net_test_support',
80 '../ppapi/ppapi.gyp:ppapi_cpp', 81 '../ppapi/ppapi.gyp:ppapi_cpp',
81 '../testing/gmock.gyp:gmock', 82 '../testing/gmock.gyp:gmock',
82 '../testing/gtest.gyp:gtest', 83 '../testing/gtest.gyp:gtest',
83 '../third_party/libyuv/libyuv.gyp:libyuv', 84 '../third_party/libyuv/libyuv.gyp:libyuv',
84 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 85 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
85 '../ui/base/ui_base.gyp:ui_base', 86 '../ui/base/ui_base.gyp:ui_base',
86 '../ui/gfx/gfx.gyp:gfx', 87 '../ui/gfx/gfx.gyp:gfx',
87 '../ui/gfx/gfx.gyp:gfx_geometry', 88 '../ui/gfx/gfx.gyp:gfx_geometry',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 'dependencies': [ 445 'dependencies': [
445 '../base/allocator/allocator.gyp:allocator', 446 '../base/allocator/allocator.gyp:allocator',
446 ], 447 ],
447 }], 448 }],
448 ], # end of 'conditions' 449 ], # end of 'conditions'
449 }, # end of target 'remoting_perftests' 450 }, # end of target 'remoting_perftests'
450 ] 451 ]
451 }] 452 }]
452 ] 453 ]
453 } 454 }
OLDNEW
« no previous file with comments | « remoting/remoting_host.gypi ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698