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

Issue 2458573004: Move debug_devtools to a buildflag_header. (Closed)

Created:
4 years, 1 month ago by brettw
Modified:
4 years, 1 month ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, cbentzel+watch_chromium.org, Peter Beverloo, samuong+watch_chromium.org, jam, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, dglazkov+blink, darin-cc_chromium.org, jochen+watch_chromium.org, devtools-reviews_chromium.org, blink-reviews, apavlov+blink_chromium.org, blink-reviews-api_chromium.org, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move debug_devtools to a buildflag_header. Previously this was in the global features.gni file, and files did an ad-hoc reference to the debug_devtools config if they needed the define. This is fragile and will not scale as additional flags are added. This patch introduces a Blink public features buildflag_header (in the future I expect we'll also have a Blink-internal one in Source/). The existing users of debug_devtools are updated to use this. BUG= Committed: https://crrev.com/cb4ab75ac5e94b7857b70a9d6f73eefe9db47a7f Cr-Commit-Position: refs/heads/master@{#429362}

Patch Set 1 #

Patch Set 2 : Merge #

Patch Set 3 : Merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -39 lines) Patch
M build/config/features.gni View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/BUILD.gn View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/devtools/BUILD.gn View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/devtools/device/port_forwarding_controller.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/devtools/device/tcp_device_provider.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/devtools/devtools_ui_bindings.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/devtools/devtools_window.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/devtools/remote_debugging_server.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/devtools_ui.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/test/BUILD.gn View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/test/chromedriver/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/chromedriver/net/adb_client_socket.cc View 3 chunks +5 lines, -4 lines 0 comments Download
M content/browser/BUILD.gn View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/BUILD.gn View 1 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/public/BUILD.gn View 1 2 chunks +6 lines, -4 lines 0 comments Download
A third_party/WebKit/public/public_features.gni View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (26 generated)
brettw
4 years, 1 month ago (2016-10-28 16:50:19 UTC) #10
brettw
Merge
4 years, 1 month ago (2016-10-28 16:50:20 UTC) #11
brettw
4 years, 1 month ago (2016-10-28 21:07:58 UTC) #17
brettw
Merge
4 years, 1 month ago (2016-10-31 17:04:05 UTC) #18
brettw
Ping
4 years, 1 month ago (2016-10-31 21:25:46 UTC) #23
dcheng
LGTM
4 years, 1 month ago (2016-11-01 22:34:24 UTC) #29
brettw
+Avi for content and chrome (should be straightforward search-and-replace).
4 years, 1 month ago (2016-11-01 22:39:14 UTC) #31
Avi (use Gerrit)
On 2016/11/01 22:39:14, brettw (ping on IM after 24h) wrote: > +Avi for content and ...
4 years, 1 month ago (2016-11-02 17:37:59 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2458573004/40001
4 years, 1 month ago (2016-11-02 17:39:23 UTC) #34
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 1 month ago (2016-11-02 19:26:36 UTC) #35
commit-bot: I haz the power
4 years, 1 month ago (2016-11-02 19:28:28 UTC) #37
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/cb4ab75ac5e94b7857b70a9d6f73eefe9db47a7f
Cr-Commit-Position: refs/heads/master@{#429362}

Powered by Google App Engine
This is Rietveld 408576698