|
|
Chromium Code Reviews
DescriptionAdd header files that were missing from BUILD.gn.
Those headers files are part of the targets but not listed in their
sources properties meaning that "gn check" ignores them which can
lead to incorrect dependencies.
The files were found by inspecting headers included from ios targets
downstream that were not listed in the generated Xcode project.
BUG=None
Committed: https://crrev.com/ed4f8cdf3476e743759bf3a8c6e9ce95d95f3c7a
Cr-Commit-Position: refs/heads/master@{#432862}
Patch Set 1 #Patch Set 2 : Add dependency on //components/keyed_service/core #Patch Set 3 : Rebase #Patch Set 4 : Rebase #
Messages
Total messages: 49 (33 generated)
The CQ bit was checked by sdefresne@chromium.org to run a CQ dry run
sdefresne@chromium.org changed reviewers: + brettw@chromium.org
Please take a look.
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds...)
lgtm
The CQ bit was checked by sdefresne@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Patchset #2 (id:20001) has been deleted
The CQ bit was checked by sdefresne@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by sdefresne@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from brettw@chromium.org Link to the patchset: https://codereview.chromium.org/2496573002/#ps40001 (title: "Add dependency on //components/keyed_service/core")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Failed to apply patch for ios/public/provider/chrome/browser/BUILD.gn:
While running git apply --index -p1;
error: patch failed: ios/public/provider/chrome/browser/BUILD.gn:16
error: ios/public/provider/chrome/browser/BUILD.gn: patch does not apply
Patch: ios/public/provider/chrome/browser/BUILD.gn
Index: ios/public/provider/chrome/browser/BUILD.gn
diff --git a/ios/public/provider/chrome/browser/BUILD.gn
b/ios/public/provider/chrome/browser/BUILD.gn
index
61bab28523c5702e2e9cbe04279e9b7796ac13c8..388968f6f6ed0dcfe4605278c7eefe14d2b1b6dc
100644
--- a/ios/public/provider/chrome/browser/BUILD.gn
+++ b/ios/public/provider/chrome/browser/BUILD.gn
@@ -16,6 +16,7 @@ source_set("browser") {
"native_app_launcher/native_app_types.h",
"omaha/omaha_service_provider.h",
"omaha/omaha_service_provider.mm",
+ "sessions/live_tab_context_provider.h",
"signin/chrome_identity.h",
"signin/chrome_identity.mm",
"signin/chrome_identity_browser_opener.h",
The CQ bit was checked by sdefresne@chromium.org to run a CQ dry run
The CQ bit was checked by sdefresne@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from brettw@chromium.org Link to the patchset: https://codereview.chromium.org/2496573002/#ps60001 (title: "Rebase")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...) linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by sdefresne@chromium.org
Resending to CQ as failure seems to be unrelated.
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_...)
The CQ bit was checked by sdefresne@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by sdefresne@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Failed to apply patch for ios/public/provider/chrome/browser/BUILD.gn:
While running git apply --index -p1;
error: patch failed: ios/public/provider/chrome/browser/BUILD.gn:18
error: ios/public/provider/chrome/browser/BUILD.gn: patch does not apply
Patch: ios/public/provider/chrome/browser/BUILD.gn
Index: ios/public/provider/chrome/browser/BUILD.gn
diff --git a/ios/public/provider/chrome/browser/BUILD.gn
b/ios/public/provider/chrome/browser/BUILD.gn
index
7fda8ca3eaeb9e107d78b6ba9ae50475b5e01758..6bbfc4bfde6978ce7379a3f1ae7d0255030acb8e
100644
--- a/ios/public/provider/chrome/browser/BUILD.gn
+++ b/ios/public/provider/chrome/browser/BUILD.gn
@@ -18,6 +18,7 @@ source_set("browser") {
"native_app_launcher/native_app_whitelist_manager.h",
"omaha/omaha_service_provider.h",
"omaha/omaha_service_provider.mm",
+ "sessions/live_tab_context_provider.h",
"signin/chrome_identity.h",
"signin/chrome_identity.mm",
"signin/chrome_identity_browser_opener.h",
The CQ bit was checked by sdefresne@chromium.org to run a CQ dry run
The CQ bit was checked by sdefresne@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from brettw@chromium.org Link to the patchset: https://codereview.chromium.org/2496573002/#ps80001 (title: "Rebase")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_...)
The CQ bit was checked by sdefresne@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #4 (id:80001)
Message was sent while issue was closed.
Description was changed from ========== Add header files that were missing from BUILD.gn. Those headers files are part of the targets but not listed in their sources properties meaning that "gn check" ignores them which can lead to incorrect dependencies. The files were found by inspecting headers included from ios targets downstream that were not listed in the generated Xcode project. BUG=None ========== to ========== Add header files that were missing from BUILD.gn. Those headers files are part of the targets but not listed in their sources properties meaning that "gn check" ignores them which can lead to incorrect dependencies. The files were found by inspecting headers included from ios targets downstream that were not listed in the generated Xcode project. BUG=None Committed: https://crrev.com/ed4f8cdf3476e743759bf3a8c6e9ce95d95f3c7a Cr-Commit-Position: refs/heads/master@{#432862} ==========
Message was sent while issue was closed.
Patchset 4 (id:??) landed as https://crrev.com/ed4f8cdf3476e743759bf3a8c6e9ce95d95f3c7a Cr-Commit-Position: refs/heads/master@{#432862} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
