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

Side by Side Diff: components/copresence.gypi

Issue 505853003: Work on GN build of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 6 years, 3 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/utility/BUILD.gn ('k') | components/copresence/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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'copresence', 8 'target_name': 'copresence',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
11 '../base/base.gyp:base', 11 '../base/base.gyp:base',
12 '../content/content.gyp:content_common', 12 '../content/content.gyp:content_common',
13 '../media/media.gyp:media', 13 '../media/media.gyp:media',
14 '../media/media.gyp:shared_memory_support', 14 '../media/media.gyp:shared_memory_support',
15 '../net/net.gyp:net', 15 '../net/net.gyp:net',
16 'copresence_proto', 16 'copresence_proto',
17 ], 17 ],
18 'include_dirs': [ 18 'include_dirs': [
19 '..', 19 '..',
20 ], 20 ],
21 'sources': [ 21 'sources': [
22 # Note: sources list duplicated in GN build.
22 'copresence/copresence_constants.cc', 23 'copresence/copresence_constants.cc',
23 'copresence/copresence_manager.cc', 24 'copresence/copresence_manager.cc',
24 'copresence/copresence_manager_impl.cc', 25 'copresence/copresence_manager_impl.cc',
25 'copresence/copresence_switches.cc', 26 'copresence/copresence_switches.cc',
26 'copresence/copresence_switches.h', 27 'copresence/copresence_switches.h',
27 'copresence/handlers/audio/audio_directive_handler.cc', 28 'copresence/handlers/audio/audio_directive_handler.cc',
28 'copresence/handlers/audio/audio_directive_handler.h', 29 'copresence/handlers/audio/audio_directive_handler.h',
29 'copresence/handlers/audio/audio_directive_list.cc', 30 'copresence/handlers/audio/audio_directive_list.cc',
30 'copresence/handlers/audio/audio_directive_list.h', 31 'copresence/handlers/audio/audio_directive_list.h',
31 'copresence/handlers/directive_handler.cc', 32 'copresence/handlers/directive_handler.cc',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'copresence/proto/rpcs.proto', 76 'copresence/proto/rpcs.proto',
76 ], 77 ],
77 'variables': { 78 'variables': {
78 'proto_in_dir': 'copresence/proto', 79 'proto_in_dir': 'copresence/proto',
79 'proto_out_dir': 'components/copresence/proto', 80 'proto_out_dir': 'components/copresence/proto',
80 }, 81 },
81 'includes': [ '../build/protoc.gypi' ] 82 'includes': [ '../build/protoc.gypi' ]
82 }, 83 },
83 ], 84 ],
84 } 85 }
OLDNEW
« no previous file with comments | « chrome/utility/BUILD.gn ('k') | components/copresence/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698