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

Side by Side Diff: tools/ipc_fuzzer/message_lib/message_lib.gyp

Issue 248083005: Reland: [Cast] Consolidate plethora of GYP files into cast.gyp and cast_testing.gypi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes to problems exposed by r265481. Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « media/cast/video_sender/video_sender.gypi ('k') | tools/ipc_fuzzer/mutate/mutate.gyp » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'ipc_message_lib', 11 'target_name': 'ipc_message_lib',
12 'type': 'static_library', 12 'type': 'static_library',
13 'dependencies': [ 13 'dependencies': [
14 '../../../base/base.gyp:base', 14 '../../../base/base.gyp:base',
15 '../../../chrome/chrome.gyp:common', 15 '../../../chrome/chrome.gyp:common',
16 '../../../ipc/ipc.gyp:ipc', 16 '../../../ipc/ipc.gyp:ipc',
17 '../../../media/cast/transport/cast_transport.gyp:cast_transport', 17 '../../../media/cast/cast.gyp:cast_transport',
18 '../../../skia/skia.gyp:skia', 18 '../../../skia/skia.gyp:skia',
19 '../../../third_party/libjingle/libjingle.gyp:libjingle', 19 '../../../third_party/libjingle/libjingle.gyp:libjingle',
20 '../../../ui/accessibility/accessibility.gyp:ax_gen', 20 '../../../ui/accessibility/accessibility.gyp:ax_gen',
21 ], 21 ],
22 'sources': [ 22 'sources': [
23 'all_messages.h', 23 'all_messages.h',
24 'message_cracker.h', 24 'message_cracker.h',
25 'message_file.h', 25 'message_file.h',
26 'message_file_format.h', 26 'message_file_format.h',
27 'message_file_reader.cc', 27 'message_file_reader.cc',
28 'message_file_writer.cc', 28 'message_file_writer.cc',
29 'message_names.cc', 29 'message_names.cc',
30 'message_names.h', 30 'message_names.h',
31 ], 31 ],
32 'include_dirs': [ 32 'include_dirs': [
33 '../../..', 33 '../../..',
34 ], 34 ],
35 'defines': [ 35 'defines': [
36 'USE_CUPS', 36 'USE_CUPS',
37 ], 37 ],
38 }, 38 },
39 ], 39 ],
40 } 40 }
OLDNEW
« no previous file with comments | « media/cast/video_sender/video_sender.gypi ('k') | tools/ipc_fuzzer/mutate/mutate.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698