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

Issue 1419103010: Aura on Android: Compile extensions gn target. (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@compile_extensions_browser
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Aura on Android: Compile extensions gn target. BUG=548797 Committed: https://crrev.com/d3b26c09b19052043a33bacbd9a3e4250f2eab0e Cr-Commit-Position: refs/heads/master@{#360642}

Patch Set 1 #

Patch Set 2 : Added links to corresponding bugs. #

Patch Set 3 : Addressed feedback from CL 1415733008. #

Patch Set 4 : rebase on CL 1434663004. #

Total comments: 8

Patch Set 5 : Addressed feedback. #

Total comments: 2

Patch Set 6 : Fixed enable_plugins. #

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

Patch Set 8 : Minor fix in comment. #

Patch Set 9 : Updated the comment. #

Total comments: 4

Patch Set 10 : Addressed feedback from patchset 9. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -18 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/component_loader.cc View 1 2 3 4 5 6 7 8 9 2 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/ui/browser_navigator_params.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_navigator_params.cc View 5 chunks +7 lines, -5 lines 0 comments Download
M chrome/common/pref_names.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/pref_names.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 21 (4 generated)
Hadi
PTAL. These changes are enough to compile extensions gn target after applying CL's 1416513006 and ...
5 years, 1 month ago (2015-11-10 20:54:47 UTC) #1
Hadi
(forgot to add reviewers in the previous message) PTAL. These changes are enough to compile ...
5 years, 1 month ago (2015-11-10 20:55:31 UTC) #3
mfomitchev
https://codereview.chromium.org/1419103010/diff/60001/build/config/features.gni File build/config/features.gni (right): https://codereview.chromium.org/1419103010/diff/60001/build/config/features.gni#newcode27 build/config/features.gni:27: enable_plugins = (!is_android && !is_ios) || is_chromecast || use_aura ...
5 years, 1 month ago (2015-11-10 21:27:28 UTC) #4
Hadi
https://codereview.chromium.org/1419103010/diff/60001/build/config/features.gni File build/config/features.gni (right): https://codereview.chromium.org/1419103010/diff/60001/build/config/features.gni#newcode27 build/config/features.gni:27: enable_plugins = (!is_android && !is_ios) || is_chromecast || use_aura ...
5 years, 1 month ago (2015-11-12 16:33:36 UTC) #5
mfomitchev
https://codereview.chromium.org/1419103010/diff/80001/build/config/features.gni File build/config/features.gni (right): https://codereview.chromium.org/1419103010/diff/80001/build/config/features.gni#newcode27 build/config/features.gni:27: enable_plugins = is_mac || is_chromecast || (defined(use_aura) && use_aura) ...
5 years, 1 month ago (2015-11-12 16:55:22 UTC) #6
Hadi
https://codereview.chromium.org/1419103010/diff/80001/build/config/features.gni File build/config/features.gni (right): https://codereview.chromium.org/1419103010/diff/80001/build/config/features.gni#newcode27 build/config/features.gni:27: enable_plugins = is_mac || is_chromecast || (defined(use_aura) && use_aura) ...
5 years, 1 month ago (2015-11-12 17:34:04 UTC) #7
Hadi
On 2015/11/12 17:34:04, Hadi wrote: > https://codereview.chromium.org/1419103010/diff/80001/build/config/features.gni > File build/config/features.gni (right): > > https://codereview.chromium.org/1419103010/diff/80001/build/config/features.gni#newcode27 > ...
5 years, 1 month ago (2015-11-12 18:25:33 UTC) #8
mfomitchev
LGTM
5 years, 1 month ago (2015-11-12 18:30:23 UTC) #9
Hadi
+sky@ for chrome/browser/ui OWNERS +reillyg@ for chrome/browser/extensions OWNERS +brettw@ for build/config OWNERS thanks.
5 years, 1 month ago (2015-11-12 18:40:41 UTC) #11
brettw
https://codereview.chromium.org/1419103010/diff/160001/build/config/features.gni File build/config/features.gni (right): https://codereview.chromium.org/1419103010/diff/160001/build/config/features.gni#newcode28 build/config/features.gni:28: # use_aura is assigned a value in ui.gni, so ...
5 years, 1 month ago (2015-11-12 18:56:27 UTC) #12
Reilly Grant (use Gerrit)
https://codereview.chromium.org/1419103010/diff/160001/chrome/browser/extensions/component_loader.cc File chrome/browser/extensions/component_loader.cc (right): https://codereview.chromium.org/1419103010/diff/160001/chrome/browser/extensions/component_loader.cc#newcode69 chrome/browser/extensions/component_loader.cc:69: #if defined(ENABLE_APP_LIST) || defined(ENABLE_EXTENSIONS) Since this file should only ...
5 years, 1 month ago (2015-11-12 19:34:16 UTC) #13
sky
LGTM
5 years, 1 month ago (2015-11-12 22:07:38 UTC) #14
Hadi
https://codereview.chromium.org/1419103010/diff/160001/build/config/features.gni File build/config/features.gni (right): https://codereview.chromium.org/1419103010/diff/160001/build/config/features.gni#newcode28 build/config/features.gni:28: # use_aura is assigned a value in ui.gni, so ...
5 years, 1 month ago (2015-11-17 16:49:58 UTC) #15
Reilly Grant (use Gerrit)
lgtm
5 years, 1 month ago (2015-11-19 18:11:47 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1419103010/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1419103010/180001
5 years, 1 month ago (2015-11-19 18:32:21 UTC) #19
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 1 month ago (2015-11-19 19:29:44 UTC) #20
commit-bot: I haz the power
5 years, 1 month ago (2015-11-19 19:30:33 UTC) #21
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/d3b26c09b19052043a33bacbd9a3e4250f2eab0e
Cr-Commit-Position: refs/heads/master@{#360642}

Powered by Google App Engine
This is Rietveld 408576698