| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL move //mojo/public and //mojo/edk to live in the following locations:
- //third_party/mojo/src/mojo/public
- //third_party/mojo/src/mojo/edk
It moves the related gypfiles from //mojo to //third_party/mojo and updates
them as necessary to account for the file moves. It also updates clients of the
mojo SDK and EDK targets in both GYP and GN. (Note that for GN, the mojo SDK
and EDK build systems are maintained in the Mojo repo and designed to be
flexible wrt the location of the SDK/EDK in a client repo, so no changes are
needed.
This CL does not update include paths to the code being moved to limit the
number of moving parts, instead relying on the include_dirs that the SDK and
EDK targets supply to their direct dependents to ensure that include paths
continue to resolve correctly.
NOPRESUBMIT=true
Review URL: https://codereview.chromium.org/814543006
Cr-Commit-Position: refs/heads/master@{#312129}
|
|
|
|
|
|
|
|
|
|
| |
BUG=None
TBR=jamesr@chromium.org
TBR=darin@chromium.org
Review URL: https://codereview.chromium.org/830593003
Cr-Commit-Position: refs/heads/master@{#311784}
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
R=jamesr@chromium.org
TBR=jbudorick@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/795593004
Cr-Commit-Position: refs/heads/master@{#309785}
|
|
|
|
|
|
|
|
|
|
| |
BUG=435144
TBR=jamesr@chromium.org
TBR=dalecurtis@chromium.org for media test update
Review URL: https://codereview.chromium.org/769753003
Cr-Commit-Position: refs/heads/master@{#306367}
|
|
|
|
|
|
|
|
|
| |
Also includes changes from https://codereview.chromium.org/695953002/ to
update html_viewer for API changes.
Review URL: https://codereview.chromium.org/694923002
Cr-Commit-Position: refs/heads/master@{#302333}
|
|
|
|
|
|
|
|
|
|
| |
This relands https://codereview.chromium.org/683583002/
TBR=jamesr@chromium.org
Review URL: https://codereview.chromium.org/695583002
Cr-Commit-Position: refs/heads/master@{#302203}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(patchset #6 id:120001 of https://codereview.chromium.org/683583002/)
Reason for revert:
Suspected to cause android bot failures:
New warnings.
Please fix, or perhaps add to /b/build/slave/Android_Builder__dbg_/build/src/build/android/findbugs_filter/findbugs_known_bugs.txt
--------------------------------------------------------------------------------
M D DLS: Dead store to other in org.chromium.mojo.bindings.test.mojom.imported.ImportedInterface_Internal$ImportedInterfaceDoSomethingParams.equals(Object) At ImportedInterface_Internal.java
M D DLS: Dead store to other in org.chromium.mojo.bindings.test.mojom.math.Calculator_Internal$CalculatorClearParams.equals(Object) At Calculator_Internal.java
M D DLS: Dead store to other in org.chromium.mojo.bindings.test.mojom.mojo.IntegrationTestInterface2_Internal$IntegrationTestInterface2Method0Params.equals(Object) At IntegrationTestInterface2_Internal.java
M D DLS: Dead store to other in org.chromium.mojo.bindings.test.mojom.regression_tests.CheckMethodWithEmptyResponse_Internal$CheckMethodWithEmptyResponseWithParameterAndEmptyResponseResponseParams.equals(Object) At CheckMethodWithEmptyResponse_Internal.java
M D DLS: Dead store to other in org.chromium.mojo.bindings.test.mojom.regression_tests.CheckMethodWithEmptyResponse_Internal$CheckMethodWithEmptyResponseWithouParameterAndEmptyResponseParams.equals(Object) At CheckMethodWithEmptyResponse_Internal.java
M D DLS: Dead store to other in org.chromium.mojo.bindings.test.mojom.regression_tests.CheckMethodWithEmptyResponse_Internal$CheckMethodWithEmptyResponseWithouParameterAndEmptyResponseResponseParams.equals(Object) At CheckMethodWithEmptyResponse_Internal.java
M D DLS: Dead store to other in org.chromium.mojo.bindings.test.mojom.regression_tests.EmptyStruct.equals(Object) At EmptyStruct.java
M D DLS: Dead store to other in org.chromium.mojo.bindings.test.mojom.sample.NamedObject_Internal$NamedObjectGetNameParams.equals(Object) At NamedObject_Internal.java
M D DLS: Dead store to other in org.chromium.mojo.bindings.test.mojom.test_structs.EmptyStruct.equals(Object) At EmptyStruct.java
--------------------------------------------------------------------------------
*** 9 FindBugs warnings! ***
*** 9: new ***
Original issue's description:
> Update mojo sdk to rev e083961bf11fd0c94d40be8853761da529b6d444
>
> TBR=jam@chromium.org
>
> Committed: https://crrev.com/37273cab357d03ad9d2bcfa4ae467567ce93e2c4
> Cr-Commit-Position: refs/heads/master@{#302038}
TBR=jamesr@chromium.org,aa@chromium.org
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/694463002
Cr-Commit-Position: refs/heads/master@{#302066}
|
|
TBR=jam@chromium.org
Review URL: https://codereview.chromium.org/683583002
Cr-Commit-Position: refs/heads/master@{#302038}
|