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

Issue 6882021: Wrap the p2p transport API in a compile time flag. (Closed)

Created:
9 years, 8 months ago by Satish
Modified:
9 years, 7 months ago
Reviewers:
Sergey Ulanov, brettw
CC:
chromium-reviews, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Wrap the p2p transport API in a compile time flag. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=82295

Patch Set 1 #

Patch Set 2 : . #

Total comments: 2

Patch Set 3 : . #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -30 lines) Patch
M build/common.gypi View 1 2 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/about_flags.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 chunks +6 lines, -2 lines 0 comments Download
M content/browser/renderer_host/browser_render_process_host.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M content/common/content_switches.h View 1 2 1 chunk +2 lines, -0 lines 1 comment Download
M content/common/content_switches.cc View 1 2 1 chunk +2 lines, -0 lines 1 comment Download
M content/content_browser.gypi View 1 2 2 chunks +14 lines, -10 lines 0 comments Download
M content/content_renderer.gypi View 1 2 2 chunks +14 lines, -10 lines 0 comments Download
M content/renderer/pepper_plugin_delegate_impl.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/render_view.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/ppapi_cpp.gypi View 1 2 4 chunks +14 lines, -4 lines 0 comments Download
M ppapi/ppapi_tests.gypi View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/plugin_module.cc View 1 2 1 chunk +4 lines, -0 lines 1 comment Download

Messages

Total messages: 8 (0 generated)
Satish
9 years, 8 months ago (2011-04-18 20:09:39 UTC) #1
Sergey Ulanov
You will also need to add ifdefs around code that depends on P2P code you ...
9 years, 8 months ago (2011-04-18 20:27:26 UTC) #2
Satish
New patch uploaded disabling more code as suggested if the p2p api was not enabled ...
9 years, 8 months ago (2011-04-19 11:26:56 UTC) #3
Sergey Ulanov
+brettw, to review/approve ppapi changes http://codereview.chromium.org/6882021/diff/2009/build/common.gypi File build/common.gypi (right): http://codereview.chromium.org/6882021/diff/2009/build/common.gypi#newcode133 build/common.gypi:133: 'ppapi_transport%': 1, It might ...
9 years, 8 months ago (2011-04-19 18:54:57 UTC) #4
Sergey Ulanov
LGTM.
9 years, 8 months ago (2011-04-19 20:03:41 UTC) #5
Satish
Hi Brett, could you please have a look and if look ok approve the changes ...
9 years, 8 months ago (2011-04-20 06:55:27 UTC) #6
brettw
LGTM with some minor moving of ifdefed code. http://codereview.chromium.org/6882021/diff/31/content/common/content_switches.cc File content/common/content_switches.cc (right): http://codereview.chromium.org/6882021/diff/31/content/common/content_switches.cc#newcode145 content/common/content_switches.cc:145: #if ...
9 years, 8 months ago (2011-04-20 15:41:33 UTC) #7
Satish
9 years, 8 months ago (2011-04-20 15:49:12 UTC) #8
Thanks, will submit after making these changes.

Powered by Google App Engine
This is Rietveld 408576698