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

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

Issue 798923003: Make chrome/renderer/content_settings_observer.cc depend on //components/contents_settings for IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix fuzzer compilation Created 5 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
« no previous file with comments | « tools/ipc_fuzzer/message_lib/all_messages.h ('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 '../../../chrome/chrome.gyp:safe_browsing_proto', 11 '../../../chrome/chrome.gyp:safe_browsing_proto',
12 '../../../components/components.gyp:content_settings_content_common',
12 '../../../components/components.gyp:pdf_common', 13 '../../../components/components.gyp:pdf_common',
13 '../../../components/nacl.gyp:nacl_common', 14 '../../../components/nacl.gyp:nacl_common',
14 '../../../content/content.gyp:content_child', 15 '../../../content/content.gyp:content_child',
15 '../../../ipc/ipc.gyp:ipc', 16 '../../../ipc/ipc.gyp:ipc',
16 '../../../media/cast/cast.gyp:cast_net', 17 '../../../media/cast/cast.gyp:cast_net',
17 '../../../ppapi/ppapi_internal.gyp:ppapi_ipc', 18 '../../../ppapi/ppapi_internal.gyp:ppapi_ipc',
18 '../../../remoting/remoting.gyp:remoting_host', 19 '../../../remoting/remoting.gyp:remoting_host',
19 '../../../skia/skia.gyp:skia', 20 '../../../skia/skia.gyp:skia',
20 '../../../third_party/libjingle/libjingle.gyp:libjingle', 21 '../../../third_party/libjingle/libjingle.gyp:libjingle',
21 '../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar', 22 '../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
(...skipping 23 matching lines...) Expand all
45 ], 46 ],
46 'include_dirs': [ 47 'include_dirs': [
47 '../../..', 48 '../../..',
48 ], 49 ],
49 'defines': [ 50 'defines': [
50 'USE_CUPS', 51 'USE_CUPS',
51 ], 52 ],
52 }, 53 },
53 ], 54 ],
54 } 55 }
OLDNEW
« no previous file with comments | « tools/ipc_fuzzer/message_lib/all_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698