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

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

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing includes Created 6 years, 5 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_unittest.cc ('k') | no next file » | 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 'message_lib_deps': [ 8 'message_lib_deps': [
9 '../../../base/base.gyp:base', 9 '../../../base/base.gyp:base',
10 '../../../chrome/chrome.gyp:common', 10 '../../../chrome/chrome.gyp:common',
11 '../../../content/content.gyp:content_child', 11 '../../../content/content.gyp:content_child',
12 '../../../ipc/ipc.gyp:ipc', 12 '../../../ipc/ipc.gyp:ipc',
13 '../../../media/cast/cast.gyp:cast_transport', 13 '../../../media/cast/cast.gyp:cast_net',
14 '../../../ppapi/ppapi_internal.gyp:ppapi_ipc', 14 '../../../ppapi/ppapi_internal.gyp:ppapi_ipc',
15 '../../../remoting/remoting.gyp:remoting_host', 15 '../../../remoting/remoting.gyp:remoting_host',
16 '../../../skia/skia.gyp:skia', 16 '../../../skia/skia.gyp:skia',
17 '../../../third_party/libjingle/libjingle.gyp:libjingle', 17 '../../../third_party/libjingle/libjingle.gyp:libjingle',
18 '../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar', 18 '../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
19 '../../../third_party/WebKit/public/blink.gyp:blink', 19 '../../../third_party/WebKit/public/blink.gyp:blink',
20 '../../../ui/accessibility/accessibility.gyp:ax_gen', 20 '../../../ui/accessibility/accessibility.gyp:ax_gen',
21 ], 21 ],
22 }, 22 },
23 'targets': [ 23 'targets': [
(...skipping 18 matching lines...) Expand all
42 ], 42 ],
43 'include_dirs': [ 43 'include_dirs': [
44 '../../..', 44 '../../..',
45 ], 45 ],
46 'defines': [ 46 'defines': [
47 'USE_CUPS', 47 'USE_CUPS',
48 ], 48 ],
49 }, 49 },
50 ], 50 ],
51 } 51 }
OLDNEW
« no previous file with comments | « media/cast/video_sender/video_sender_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698