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

Side by Side Diff: content/content_common.gypi

Issue 45183002: Expose the p2p client in content/public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix gyp file Created 7 years 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 | « content/common/p2p_sockets.h ('k') | content/content_renderer.gypi » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'common/message_router.h', 309 'common/message_router.h',
310 'common/mime_registry_messages.h', 310 'common/mime_registry_messages.h',
311 'common/service_worker_messages.h', 311 'common/service_worker_messages.h',
312 'common/navigation_gesture.h', 312 'common/navigation_gesture.h',
313 'common/net/url_fetcher.cc', 313 'common/net/url_fetcher.cc',
314 'common/net/url_request_user_data.cc', 314 'common/net/url_request_user_data.cc',
315 'common/net/url_request_user_data.h', 315 'common/net/url_request_user_data.h',
316 'common/one_writer_seqlock.cc', 316 'common/one_writer_seqlock.cc',
317 'common/one_writer_seqlock.h', 317 'common/one_writer_seqlock.h',
318 'common/p2p_messages.h', 318 'common/p2p_messages.h',
319 'common/p2p_sockets.h',
320 'common/page_state_serialization.cc', 319 'common/page_state_serialization.cc',
321 'common/page_state_serialization.h', 320 'common/page_state_serialization.h',
322 'common/page_zoom.cc', 321 'common/page_zoom.cc',
323 'common/pepper_messages.h', 322 'common/pepper_messages.h',
324 'common/pepper_plugin_list.cc', 323 'common/pepper_plugin_list.cc',
325 'common/pepper_plugin_list.h', 324 'common/pepper_plugin_list.h',
326 'common/pepper_renderer_instance_data.cc', 325 'common/pepper_renderer_instance_data.cc',
327 'common/pepper_renderer_instance_data.h', 326 'common/pepper_renderer_instance_data.h',
328 'common/plugin_carbon_interpose_constants_mac.cc', 327 'common/plugin_carbon_interpose_constants_mac.cc',
329 'common/plugin_carbon_interpose_constants_mac.h', 328 'common/plugin_carbon_interpose_constants_mac.h',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 599 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
601 '<(output)', 600 '<(output)',
602 '<(PRODUCT_DIR)', 601 '<(PRODUCT_DIR)',
603 ], 602 ],
604 'msvs_cygwin_shell': 1, 603 'msvs_cygwin_shell': 1,
605 }, 604 },
606 ] 605 ]
607 }], 606 }],
608 ], 607 ],
609 } 608 }
OLDNEW
« no previous file with comments | « content/common/p2p_sockets.h ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698