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

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

Issue 2177743002: Migrate page_load_metrics out of components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: migrate page_load_metrics_messages to common message generator Created 4 years, 4 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:content_settings_content_common',
13 '../../../components/components.gyp:network_hints_common', 13 '../../../components/components.gyp:network_hints_common',
14 '../../../components/components.gyp:page_load_metrics_common',
15 '../../../components/components.gyp:pdf_common', 14 '../../../components/components.gyp:pdf_common',
16 '../../../components/nacl.gyp:nacl_common', 15 '../../../components/nacl.gyp:nacl_common',
17 '../../../content/content.gyp:content_child', 16 '../../../content/content.gyp:content_child',
18 '../../../ipc/ipc.gyp:ipc', 17 '../../../ipc/ipc.gyp:ipc',
19 '../../../media/cast/cast.gyp:cast_net', 18 '../../../media/cast/cast.gyp:cast_net',
20 '../../../ppapi/ppapi_internal.gyp:ppapi_ipc', 19 '../../../ppapi/ppapi_internal.gyp:ppapi_ipc',
21 '../../../skia/skia.gyp:skia', 20 '../../../skia/skia.gyp:skia',
22 '../../../third_party/libjingle/libjingle.gyp:libjingle', 21 '../../../third_party/libjingle/libjingle.gyp:libjingle',
23 '../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar', 22 '../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
24 '../../../third_party/WebKit/public/blink.gyp:blink', 23 '../../../third_party/WebKit/public/blink.gyp:blink',
(...skipping 23 matching lines...) Expand all
48 ], 47 ],
49 'include_dirs': [ 48 'include_dirs': [
50 '../../..', 49 '../../..',
51 ], 50 ],
52 'defines': [ 51 'defines': [
53 'USE_CUPS', 52 'USE_CUPS',
54 ], 53 ],
55 }, 54 },
56 ], 55 ],
57 } 56 }
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