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

Issue 12545059: ifdef OS_NAME -> if defined(OS_NAME) (Closed)

Created:
7 years, 9 months ago by Dan Beam
Modified:
7 years, 9 months ago
CC:
chromium-reviews, sadrul, ben+watch_chromium.org, benjhayden+dwatch_chromium.org, tfarina, jam, apatrick_chromium, joi+watch-content_chromium.org, Aaron Boodman, pam+watch_chromium.org, sail+watch_chromium.org, rdsmith+dwatch_chromium.org, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, cc-bugs_chromium.org, erikwright+watch_chromium.org
Visibility:
Public.

Description

ifdef OS_NAME -> if defined(OS_NAME) ifndef OS_NAME -> if !defined(OS_NAME) BUG=none TEST=no regressions Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190069

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -35 lines) Patch
M base/message_loop.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/path_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/rand_util.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/output/software_renderer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/messaging/native_messaging_test_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/importer/firefox_importer_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/managed_mode/managed_user_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/print_dialog_cloud.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/pepper/pepper_flash_browser_host.cc View 1 chunk +1 line, -1 line 1 comment Download
M chrome/browser/ui/ash/screenshot_taker.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/flags_ui.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/flags_ui.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_handler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/download/download_item_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/plugin_data_remover_impl_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/plugin_service_impl_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/test/webrtc_audio_device_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M courgette/memory_allocator.h View 1 chunk +1 line, -1 line 0 comments Download
M courgette/memory_allocator.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/tests/occlusion_query_unittests.cc View 1 chunk +1 line, -1 line 0 comments Download
M tools/metrics/testdata/foo.cc View 1 chunk +1 line, -1 line 1 comment Download
M tools/metrics/testdata/foo_ignored.txt View 1 chunk +1 line, -1 line 1 comment Download
M tools/metrics/testdata/subdir/foo_test.mm View 1 chunk +1 line, -1 line 1 comment Download
M webkit/plugins/npapi/test/plugin_get_javascript_url_test.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M webkit/plugins/npapi/webplugin_delegate_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Dan Beam
i smell another potential presubmit https://codereview.chromium.org/12545059/diff/1/tools/metrics/testdata/foo.cc File tools/metrics/testdata/foo.cc (left): https://codereview.chromium.org/12545059/diff/1/tools/metrics/testdata/foo.cc#oldcode15 tools/metrics/testdata/foo.cc:15: #ifdef OS_WIN ^ intentional, ...
7 years, 9 months ago (2013-03-21 15:30:18 UTC) #1
groby-ooo-7-16
Summoning Jói, who'll be able to tell you if this was intentional.
7 years, 9 months ago (2013-03-21 16:05:55 UTC) #2
Scott Hess - ex-Googler
lgtm, except possibly the test cases you mentioned. A minute or so of poking around ...
7 years, 9 months ago (2013-03-21 17:13:43 UTC) #3
Dan Beam
On 2013/03/21 17:13:43, shess wrote: > lgtm, except possibly the test cases you mentioned. > ...
7 years, 9 months ago (2013-03-21 17:29:05 UTC) #4
Dan Beam
+darin@ for OWNERS, still waiting for Jói
7 years, 9 months ago (2013-03-21 17:29:50 UTC) #5
Jói
As long as ./tools/metrics/count_ifdefs_unittest.py still passes, I'm happy with the changes. I don't recall them ...
7 years, 9 months ago (2013-03-21 17:42:56 UTC) #6
Scott Hess - ex-Googler
On 2013/03/21 17:29:05, Dan Beam wrote: > On 2013/03/21 17:13:43, shess wrote: > > lgtm, ...
7 years, 9 months ago (2013-03-21 17:55:23 UTC) #7
Dan Beam
On 2013/03/21 17:42:56, Jói wrote: > As long as ./tools/metrics/count_ifdefs_unittest.py still passes, I'm happy with ...
7 years, 9 months ago (2013-03-21 18:19:27 UTC) #8
Dan Beam
On 2013/03/21 17:55:23, shess wrote: > On 2013/03/21 17:29:05, Dan Beam wrote: > > On ...
7 years, 9 months ago (2013-03-21 18:20:37 UTC) #9
Scott Hess - ex-Googler
On 2013/03/21 18:20:37, Dan Beam wrote: > It advocates (via example) #if defined() but doesn't ...
7 years, 9 months ago (2013-03-21 18:30:17 UTC) #10
groby-ooo-7-16
On 2013/03/21 18:30:17, shess wrote: > On 2013/03/21 18:20:37, Dan Beam wrote: > > It ...
7 years, 9 months ago (2013-03-21 19:11:55 UTC) #11
Dan Beam
On 2013/03/21 19:11:55, groby wrote: > On 2013/03/21 18:30:17, shess wrote: > > On 2013/03/21 ...
7 years, 9 months ago (2013-03-21 19:15:28 UTC) #12
Dan Beam
+ben@ as well (darin@ seems to be busy right now)
7 years, 9 months ago (2013-03-22 18:42:06 UTC) #13
Dan Beam
ben@/darin@: this is just in need of a OWNERS stamp if you agree with the ...
7 years, 9 months ago (2013-03-22 18:47:02 UTC) #14
darin (slow to review)
LGTM
7 years, 9 months ago (2013-03-23 06:25:54 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/12545059/1
7 years, 9 months ago (2013-03-23 12:47:29 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/12545059/1
7 years, 9 months ago (2013-03-23 15:00:51 UTC) #17
commit-bot: I haz the power
7 years, 9 months ago (2013-03-23 19:10:57 UTC) #18
Message was sent while issue was closed.
Change committed as 190069

Powered by Google App Engine
This is Rietveld 408576698