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

Issue 1416513006: Aura on Android: compile gn target extensions/browser. (Closed)

Created:
5 years, 1 month ago by Hadi
Modified:
5 years, 1 month ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@content_unittests
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Aura on Android: build gn target extensions/browser. Changes necessary to get extensions/browser build on Android when using use_aura=true. Most of these changes are because we don't have USB support for Aura on Android yet. This is a prerequisite for building the "extensions" target for Aura on Android. BUG=548797 Committed: https://crrev.com/23ae24f61bdb3945ffb3ef55e26de209d08cecf1 Cr-Commit-Position: refs/heads/master@{#360073}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Addressed feedback from patch set 1. #

Total comments: 2

Patch Set 3 : Addressed feedback from patchset 2. #

Patch Set 4 : Reordered imports in BUILD.gn to fix analyze error on android. #

Patch Set 5 : rebase. #

Patch Set 6 : Fix analyze error #

Total comments: 2

Patch Set 7 : add comments to features.gni. #

Patch Set 8 : Fix comment. #

Total comments: 2

Patch Set 9 : addressed feedback. #

Patch Set 10 : Revert the changes in features.gni. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -1 line) Patch
M device/usb/BUILD.gn View 1 2 chunks +6 lines, -1 line 0 comments Download
M extensions/browser/api/serial/serial_api.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M extensions/browser/guest_view/web_view/web_view_guest.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 35 (11 generated)
Hadi
5 years, 1 month ago (2015-10-28 19:51:49 UTC) #3
no sievers
I see, so I'm guessing we're doing this because it's easier to compile most of ...
5 years, 1 month ago (2015-10-28 20:12:23 UTC) #4
mfomitchev
https://codereview.chromium.org/1416513006/diff/1/device/usb/BUILD.gn File device/usb/BUILD.gn (right): https://codereview.chromium.org/1416513006/diff/1/device/usb/BUILD.gn#newcode61 device/usb/BUILD.gn:61: deps -= [ "//third_party/libusb" ] Created crbug.com/549257 https://codereview.chromium.org/1416513006/diff/1/extensions/common/BUILD.gn File ...
5 years, 1 month ago (2015-10-29 19:31:55 UTC) #5
Hadi
https://codereview.chromium.org/1416513006/diff/1/device/usb/BUILD.gn File device/usb/BUILD.gn (right): https://codereview.chromium.org/1416513006/diff/1/device/usb/BUILD.gn#newcode61 device/usb/BUILD.gn:61: deps -= [ "//third_party/libusb" ] On 2015/10/29 19:31:55, mfomitchev ...
5 years, 1 month ago (2015-11-04 18:32:42 UTC) #7
mfomitchev
Please clarify in the CL title and/or description which GN target you are building. Otherwise ...
5 years, 1 month ago (2015-11-04 22:06:30 UTC) #9
mfomitchev
https://codereview.chromium.org/1416513006/diff/20001/extensions/browser/api/serial/serial_api.cc File extensions/browser/api/serial/serial_api.cc (right): https://codereview.chromium.org/1416513006/diff/20001/extensions/browser/api/serial/serial_api.cc#newcode88 extensions/browser/api/serial/serial_api.cc:88: #if !defined(OS_ANDROID) Add a TODO for crbug.com/549257 here as ...
5 years, 1 month ago (2015-11-04 22:06:37 UTC) #10
Hadi
https://codereview.chromium.org/1416513006/diff/20001/extensions/browser/api/serial/serial_api.cc File extensions/browser/api/serial/serial_api.cc (right): https://codereview.chromium.org/1416513006/diff/20001/extensions/browser/api/serial/serial_api.cc#newcode88 extensions/browser/api/serial/serial_api.cc:88: #if !defined(OS_ANDROID) On 2015/11/04 22:06:37, mfomitchev wrote: > Add ...
5 years, 1 month ago (2015-11-09 17:37:49 UTC) #12
Hadi
reillyg@ can you please review the changes in device/usb and extensions/? brettw@ can you please ...
5 years, 1 month ago (2015-11-09 17:51:31 UTC) #14
Reilly Grant (use Gerrit)
lgtm
5 years, 1 month ago (2015-11-09 18:58:12 UTC) #15
brettw
lgtm
5 years, 1 month ago (2015-11-10 21:59:58 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1416513006/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1416513006/40001
5 years, 1 month ago (2015-11-10 22:03:37 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/138821) android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 1 month ago (2015-11-10 22:18:48 UTC) #21
Hadi
brettw@ can you please look at the new changes to features.gni? The previous version caused ...
5 years, 1 month ago (2015-11-11 16:51:51 UTC) #22
mfomitchev
https://codereview.chromium.org/1416513006/diff/100001/build/config/features.gni File build/config/features.gni (right): https://codereview.chromium.org/1416513006/diff/100001/build/config/features.gni#newcode164 build/config/features.gni:164: enable_extensions = (!is_android && !is_ios) || (defined(use_aura) && use_aura) ...
5 years, 1 month ago (2015-11-11 17:00:35 UTC) #23
mfomitchev
https://codereview.chromium.org/1416513006/diff/100001/build/config/features.gni File build/config/features.gni (right): https://codereview.chromium.org/1416513006/diff/100001/build/config/features.gni#newcode164 build/config/features.gni:164: enable_extensions = (!is_android && !is_ios) || (defined(use_aura) && use_aura) ...
5 years, 1 month ago (2015-11-11 17:04:36 UTC) #24
Hadi
On 2015/11/11 17:00:35, mfomitchev wrote: > https://codereview.chromium.org/1416513006/diff/100001/build/config/features.gni > File build/config/features.gni (right): > > https://codereview.chromium.org/1416513006/diff/100001/build/config/features.gni#newcode164 > ...
5 years, 1 month ago (2015-11-12 17:47:15 UTC) #25
Hadi
On 2015/11/12 17:47:15, Hadi wrote: > On 2015/11/11 17:00:35, mfomitchev wrote: > > > https://codereview.chromium.org/1416513006/diff/100001/build/config/features.gni ...
5 years, 1 month ago (2015-11-12 17:47:50 UTC) #26
mfomitchev
https://codereview.chromium.org/1416513006/diff/140001/build/config/features.gni File build/config/features.gni (right): https://codereview.chromium.org/1416513006/diff/140001/build/config/features.gni#newcode165 build/config/features.gni:165: # If use_aura is not explicitly set, defined(use_aura) is ...
5 years, 1 month ago (2015-11-12 18:07:03 UTC) #27
Hadi
https://codereview.chromium.org/1416513006/diff/140001/build/config/features.gni File build/config/features.gni (right): https://codereview.chromium.org/1416513006/diff/140001/build/config/features.gni#newcode165 build/config/features.gni:165: # If use_aura is not explicitly set, defined(use_aura) is ...
5 years, 1 month ago (2015-11-12 18:15:12 UTC) #28
Hadi
Removed the changes to features.gni per internal discussion. Planning to address this change and similar ...
5 years, 1 month ago (2015-11-16 21:36:58 UTC) #29
mfomitchev
Still LGTM
5 years, 1 month ago (2015-11-16 22:25:18 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1416513006/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1416513006/180001
5 years, 1 month ago (2015-11-17 14:53:34 UTC) #33
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 1 month ago (2015-11-17 14:57:28 UTC) #34
commit-bot: I haz the power
5 years, 1 month ago (2015-11-17 14:58:14 UTC) #35
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/23ae24f61bdb3945ffb3ef55e26de209d08cecf1
Cr-Commit-Position: refs/heads/master@{#360073}

Powered by Google App Engine
This is Rietveld 408576698