0
Commit Graph

229 Commits

Author SHA1 Message Date
sdy
93387fa96a Make some small tweaks to the build instructions.
- Standardize on fenced code blocks, add 'shell' where appropriate.
- Add '$' to shell commands where missing.
- Add `code` marks to more identifiers.
- Minor stylistic/grammatical suggestions.

R=dpranke@chromium.org, teresam@google.com

Review-Url: https://codereview.chromium.org/2536723008
Cr-Commit-Position: refs/heads/master@{#435508}
2016-12-01 01:08:25 +00:00
1b48096ad1 Remove the obsolete code coverage documentation.
TBR=tansell@chromium.org
NOTRY=true
BUG=

Review-Url: https://codereview.chromium.org/2537313003
Cr-Commit-Position: refs/heads/master@{#435151}
2016-11-30 08:05:08 +00:00
0ae7cad40a Update the build instructions to be consistent.
We have lots of inconsistencies between the different platforms in the
public instructions, and between the public instructions and the internal
instructions.

This CL (along with an internal one) should clean everything up.

TBR=teresam@google.com, sdy@chromium.org
NOTRY=true

Review-Url: https://codereview.chromium.org/2526563003
Cr-Commit-Position: refs/heads/master@{#435138}
2016-11-30 07:53:36 +00:00
2a46c2d1e1 update chromium clang docs
- remove references to gyp
- remove line implying that lld only works on win (it works on linux too)

BUG=

Review-Url: https://codereview.chromium.org/2536093004
Cr-Commit-Position: refs/heads/master@{#435098}
2016-11-29 22:45:34 +00:00
4ea2eb3e13 New documentation on writing LayoutTests.
This CL pulls out the content on writing LayoutTests from
layout_tests.md, and does a significant overhaul of it.

BUG=665494

Review-Url: https://codereview.chromium.org/2492733003
Cr-Commit-Position: refs/heads/master@{#434842}
2016-11-29 02:53:18 +00:00
5183d87fbc Update memory-infra doc with descriptions for displayed metrics
Review-Url: https://codereview.chromium.org/2535853003
Cr-Commit-Position: refs/heads/master@{#434789}
2016-11-29 00:15:49 +00:00
3674a562b4 Add the exact versions to the vulcanize.md install command.
BUG=629406

Review-Url: https://codereview.chromium.org/2525163002
Cr-Commit-Position: refs/heads/master@{#434401}
2016-11-24 22:37:33 +00:00
d65703a80b Android: Update docs for auto import.
Android studio requires additional configuration to enable automatic
imports on the fly.

Also fix some markdown formatting, 4-space tabs necessary for sublists.

BUG=667858

Review-Url: https://codereview.chromium.org/2530903003
Cr-Commit-Position: refs/heads/master@{#434370}
2016-11-24 18:50:12 +00:00
468fc9bc7f Reland of Update references to linux_precise_blink_rel in src. (patchset id:1 of https://codereview.chromium.org/2504373002/ )
Reason for revert:
linux_trusty_blink_rel is now working, with more capacity

Original issue's description:
> Revert of Update references to linux_precise_blink_rel in src. (patchset  id:1 of https://codereview.chromium.org/2470243002/ )
>
> Reason for revert:
> Submitting this before more capacity was added to linux_trusty_blink_rel caused that builder to get too busy (http://crbug.com/665246); should be able to reland after http://crbug.com/665917 is fixed.
>
> Original issue's description:
> > Update references to linux_precise_blink_rel in src.
> >
> > Reason: We're planning to drop support for Linux Precise for layout tests.
> >
> > BUG=660580
> > CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
> >
> > Committed: https://crrev.com/ab87a374dd800813751d405a6fdf3a4c4b3066f7
> > Cr-Commit-Position: refs/heads/master@{#430673}
>
> TBR=dpranke@chromium.org,enne@chromium.org
> # Not skipping CQ checks because original CL landed more than 1 days ago.
> BUG=660580
>
> Committed: https://crrev.com/745af0be287c0ef9e2af4694e80760931574945c
> Cr-Commit-Position: refs/heads/master@{#432545}

TBR=dpranke@chromium.org,enne@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=660580

Review-Url: https://codereview.chromium.org/2509333002
Cr-Commit-Position: refs/heads/master@{#432914}
2016-11-17 18:13:29 +00:00
c0b135ff0d Add public doc for accessing C++ enums in Java.
BUG=570878

Review-Url: https://codereview.chromium.org/2507863003
Cr-Commit-Position: refs/heads/master@{#432885}
2016-11-17 16:08:05 +00:00
ac3af53080 Update links to layout test documentation.
BUG=665494

Review-Url: https://codereview.chromium.org/2505683002
Cr-Commit-Position: refs/heads/master@{#432639}
2016-11-16 22:13:32 +00:00
2cefaf65d6 generate_gradle.py: Add support for junit and java_binary targets
Rather than add all the features required by robolectric, this adds a
new "gradle_treat_as_prebuilt" flag that is set on a few targets.

BUG=620034

Review-Url: https://codereview.chromium.org/2508553002
Cr-Commit-Position: refs/heads/master@{#432608}
2016-11-16 20:24:16 +00:00
745af0be28 Revert of Update references to linux_precise_blink_rel in src. (patchset id:1 of https://codereview.chromium.org/2470243002/ )
Reason for revert:
Submitting this before more capacity was added to linux_trusty_blink_rel caused that builder to get too busy (http://crbug.com/665246); should be able to reland after http://crbug.com/665917 is fixed.

Original issue's description:
> Update references to linux_precise_blink_rel in src.
>
> Reason: We're planning to drop support for Linux Precise for layout tests.
>
> BUG=660580
> CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
>
> Committed: https://crrev.com/ab87a374dd800813751d405a6fdf3a4c4b3066f7
> Cr-Commit-Position: refs/heads/master@{#430673}

TBR=dpranke@chromium.org,enne@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=660580

Review-Url: https://codereview.chromium.org/2504373002
Cr-Commit-Position: refs/heads/master@{#432545}
2016-11-16 17:54:36 +00:00
3f9183878c Better text for link to Gittiles-flavored Markdown.
The current link text makes it seem like it would point to a generic
Markdown guide. The updated text makes it clearer that the link is worth
following, even if the reader already knows Markdown.

BUG=

Review-Url: https://codereview.chromium.org/2502163002
Cr-Commit-Position: refs/heads/master@{#432533}
2016-11-16 17:26:01 +00:00
233d31c7c6 Revert of Replace kochi-*.ttf with IPA Fonts. (patchset id:40001 of https://codereview.chromium.org/2500063003/ )
Reason for revert:
Looks like caused many failures in webkit_tests.

BUG=665693

Original issue's description:
> Replace kochi-*.ttf with IPA Fonts.
>
> kochi-gothic.ttf and kochi-mincho.ttf were deprecated [1]
> and dropped from Debian and Ubuntu [2].
> They were replaced with ipag.ttf and ipam.ttf (fonts-ipafont package).
>
> [1] https://packages.debian.org/wheezy/ttf-kochi-gothic
> [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726382#33
>
> BUG=665515
>
> Committed: https://crrev.com/a15698acc363af3e3b28543135e765019ef709a1
> Cr-Commit-Position: refs/heads/master@{#432306}

TBR=thomasanderson@chromium.org,asvitkine@chromium.org,msw@chromium.org,derat@chromium.org,thomasanderson@google.com,thakis@chromium.org,jack@nottheoilrig.com
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=665515

Review-Url: https://codereview.chromium.org/2504863002
Cr-Commit-Position: refs/heads/master@{#432371}
2016-11-16 03:47:34 +00:00
a15698acc3 Replace kochi-*.ttf with IPA Fonts.
kochi-gothic.ttf and kochi-mincho.ttf were deprecated [1]
and dropped from Debian and Ubuntu [2].
They were replaced with ipag.ttf and ipam.ttf (fonts-ipafont package).

[1] https://packages.debian.org/wheezy/ttf-kochi-gothic
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726382#33

BUG=665515

Review-Url: https://codereview.chromium.org/2500063003
Cr-Commit-Position: refs/heads/master@{#432306}
2016-11-16 00:17:33 +00:00
hjd
0304f11a58 Move memory docs to docs/memory-infra
I replaced the old documents with links that redirect to
the new locations so we don't break external links.
Also fixes a couple of broken links I found.

BUG=chromium:663353

Review-Url: https://codereview.chromium.org/2494063002
Cr-Commit-Position: refs/heads/master@{#431920}
2016-11-14 22:39:29 +00:00
399b51c074 Ozone: Improve sandboxing documentation
The Linux SUID sandbox is going to be removed [1]. Also, it may not
necessary to disable it to run Ozone builds. Instead of repeating
the command line parameter --disable-setuid-sandbox everywhere, the
documentation is changed to point to the general Sandboxing page.

BUG=None

[1] https://bugs.chromium.org/p/chromium/issues/detail?id=312380

Review-Url: https://codereview.chromium.org/2480293011
Cr-Commit-Position: refs/heads/master@{#431226}
2016-11-10 09:53:54 +00:00
d8a250726e Move sub-pages of "Layout Tests" from Google Sites to Markdown.
The page on LayoutTests in dev.chromium.org [1] has already been moved
to Markdown. This CL moves its sub-pages to Markdown as well.

[1] https://sites.google.com/a/chromium.org/dev/developers/testing/webkit-layout-tests

BUG=

Review-Url: https://codereview.chromium.org/2488463004
Cr-Commit-Position: refs/heads/master@{#430981}
2016-11-09 18:31:41 +00:00
ab87a374dd Update references to linux_precise_blink_rel in src.
Reason: We're planning to drop support for Linux Precise for layout tests.

BUG=660580
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel

Review-Url: https://codereview.chromium.org/2470243002
Cr-Commit-Position: refs/heads/master@{#430673}
2016-11-08 19:01:47 +00:00
15744c760b Ozone documentation: Take into account recent changes in Linux Desktop
BUG=295089

Review-Url: https://codereview.chromium.org/2490533002
Cr-Commit-Position: refs/heads/master@{#430599}
2016-11-08 14:02:33 +00:00
6390027298 Ozone documentation: Import the screenshot of the caca backend.
BUG=None

Review-Url: https://codereview.chromium.org/2483843003
Cr-Commit-Position: refs/heads/master@{#430590}
2016-11-08 12:36:21 +00:00
ae101a5f5a Move webkit_layout_tests documentation to Markdown.
In the interest of avoiding any controversy, this is a direct conversion
of https://www.chromium.org/developers/testing/webkit-layout-tests

There are many opportunities for improving the contents of the docs, and
for removing redundancy. This can happen in follow-up CLs.

BUG=

Review-Url: https://codereview.chromium.org/2476573006
Cr-Commit-Position: refs/heads/master@{#430438}
2016-11-08 00:32:51 +00:00
c6ff030caf Add more topics to accessiiblity documentation.
Thanks to Elly for writing a great first draft of
technical documentation. I took a stab at introducing
a lot of the key higher-level concepts that provide
important context for understanding the rest of the
code.

BUG=none
NOTRY=true

Review-Url: https://codereview.chromium.org/2478083002
Cr-Commit-Position: refs/heads/master@{#430033}
2016-11-04 22:20:08 +00:00
7fa6daf773 Improve documentation for Ozone/Caca
- Add a link to out-of-tree Ozone/Caca.
- Rewrite a bit explanation to use an old revision.

BUG=None

Review-Url: https://codereview.chromium.org/2473713002
Cr-Commit-Position: refs/heads/master@{#429607}
2016-11-03 16:11:05 +00:00
740b32d86c Windows build docs update: Update 2 -> Update 3
TBR=brucedawson@chromium.org

Review-Url: https://codereview.chromium.org/2478493002
Cr-Commit-Position: refs/heads/master@{#429602}
2016-11-03 15:58:10 +00:00
8491a61260 Move Ozone developer documentation into the chromium tree
The Ozone Overview [1] is a bit old. We convert it to Markdown and move
it into the docs/ directory so that it will be easier to maintain in the
future. We also update a bit that documentation.

[1] https://www.chromium.org/developers/design-documents/ozone

BUG=None

Review-Url: https://codereview.chromium.org/2457443003
Cr-Commit-Position: refs/heads/master@{#428808}
2016-10-31 21:02:10 +00:00
3299ca326b add cpplint and add hotkey for switch-header-source on OSX
BUG=nobug

Review-Url: https://codereview.chromium.org/2459203002
Cr-Commit-Position: refs/heads/master@{#428630}
2016-10-30 20:21:34 +00:00
ac6be9c6e7 Update RedHat/Fedora prerequisites in linux build instructions.
BUG=
TEST=built Chromium for Linux with/without sysroot
TEST=build Chromium for ChromeOS and Android with sysroot

Review-Url: https://codereview.chromium.org/2410793003
Cr-Commit-Position: refs/heads/master@{#427870}
2016-10-26 23:25:14 +00:00
sdy
3c28e8160f Add my IRC nick mapping.
BUG=

Review-Url: https://codereview.chromium.org/2451523005
Cr-Commit-Position: refs/heads/master@{#427740}
2016-10-26 18:05:59 +00:00
901c8bdf45 Reland of Upgrade to new Android SDK. (patchset id:1 of https://codereview.chromium.org/2438913004/ )
Reason for revert:
With https://codereview.chromium.org/2447583002/ and https://codereview.chromium.org/2437383002/ this should be okay now.

Original issue's description:
> Revert of [Reland] Upgrade to new Android SDK. (patchset  id:20001 of https://codereview.chromium.org/2438133002/ )
>
> Reason for revert:
> forward --list issues + gtest perf test adb locations need to be updated.
>
> Original issue's description:
> > [Reland] Upgrade to new Android SDK.
> >
> > https://codereview.chromium.org/2350013004/ was reverted due to breakage on the perf waterfall. After https://codereview.chromium.org/2438563004/, this should hopefully be resolved.
> >
> > BUG=623989
> >
> > Committed: https://crrev.com/a8b2a521ccd425935ef26a70e0f65b57de50d788
> > Cr-Commit-Position: refs/heads/master@{#426777}
>
> TBR=xunjieli@chromium.org,stip@chromium.org
> # Skipping CQ checks because original CL landed less than 1 days ago.
> NOPRESUBMIT=true
> NOTREECHECKS=true
> NOTRY=true
> BUG=623989
>
> Committed: https://crrev.com/8397f04a7f49909e445d30ccb8d187fedc7959e2
> Cr-Commit-Position: refs/heads/master@{#426926}

TBR=xunjieli@chromium.org,jbudorick@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=623989

Review-Url: https://codereview.chromium.org/2442363003
Cr-Commit-Position: refs/heads/master@{#427538}
2016-10-25 23:48:43 +00:00
8397f04a7f Revert of [Reland] Upgrade to new Android SDK. (patchset id:20001 of https://codereview.chromium.org/2438133002/ )
Reason for revert:
forward --list issues + gtest perf test adb locations need to be updated.

Original issue's description:
> [Reland] Upgrade to new Android SDK.
>
> https://codereview.chromium.org/2350013004/ was reverted due to breakage on the perf waterfall. After https://codereview.chromium.org/2438563004/, this should hopefully be resolved.
>
> BUG=623989
>
> Committed: https://crrev.com/a8b2a521ccd425935ef26a70e0f65b57de50d788
> Cr-Commit-Position: refs/heads/master@{#426777}

TBR=xunjieli@chromium.org,stip@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=623989

Review-Url: https://chromiumcodereview.appspot.com/2438913004
Cr-Commit-Position: refs/heads/master@{#426926}
2016-10-21 23:27:48 +00:00
660b131772 Add gradle-specific information to docs.
BUG=658024

Review-Url: https://chromiumcodereview.appspot.com/2438883002
Cr-Commit-Position: refs/heads/master@{#426813}
2016-10-21 16:48:14 +00:00
a8b2a521cc [Reland] Upgrade to new Android SDK.
https://codereview.chromium.org/2350013004/ was reverted due to breakage on the perf waterfall. After https://codereview.chromium.org/2438563004/, this should hopefully be resolved.

BUG=623989

Review-Url: https://chromiumcodereview.appspot.com/2438133002
Cr-Commit-Position: refs/heads/master@{#426777}
2016-10-21 12:49:08 +00:00
3d5a0fb164 Revert of Upgrade to new Android SDK. (patchset id:300001 of https://codereview.chromium.org/2350013004/ )
Reason for revert:
This may have changed the adb used by adb_logcat_monitor.py  & creates a conflict with the one used by telemetry.

BUG=656224

Original issue's description:
> Upgrade to new Android SDK.
>
> BUG=623989
>
> Committed: https://crrev.com/e3c21739bcc8d5df70d2dd011c3f575570085b6d
> Cr-Commit-Position: refs/heads/master@{#425423}

TBR=jbudorick@chromium.org,xunjieli@chromium.org,agrieve@chromium.org,stip@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=623989

Review-Url: https://codereview.chromium.org/2425563002
Cr-Commit-Position: refs/heads/master@{#425604}
2016-10-17 01:40:31 +00:00
734fb6640d Move services/shell to services/service_manager
Moving the symbols to the service_manager namespace will
happen in a follow-up CL.

Copied from https://codereview.chromium.org/2419723002 because
rietveld is choking on that one.

BUG=None
NOPRESUBMIT=true
TBR=ben@chromium.org
TBR=dcheng@chromium.org
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2419063003
Cr-Commit-Position: refs/heads/master@{#425565}
2016-10-15 16:43:09 +00:00
e3c21739bc Upgrade to new Android SDK.
BUG=623989

Review-Url: https://codereview.chromium.org/2350013004
Cr-Commit-Position: refs/heads/master@{#425423}
2016-10-14 19:24:34 +00:00
5aabdfebf0 docs: Use the right argument name for use_debug_fission
The "Linux Faster Builds" page was still using the gyp name of the
variable.

R=brettw@chromium.org,dpranke@chromium.org

Review-Url: https://codereview.chromium.org/2418743002
Cr-Commit-Position: refs/heads/master@{#425096}
2016-10-13 18:28:00 +00:00
1ab91d65d1 docs: add accessibility overview
BUG=

Review-Url: https://codereview.chromium.org/2385683003
Cr-Commit-Position: refs/heads/master@{#423229}
2016-10-05 18:30:56 +00:00
7c0c0cf17a Update //docs/callback.md for OnceCallback and RepeatingCallback
Review-Url: https://codereview.chromium.org/2318113002
Cr-Commit-Position: refs/heads/master@{#423110}
2016-10-05 08:15:59 +00:00
04c4e1fd19 Update classpath to make Robolectric JUnit tests work in Eclipse.
* Update path to hamcrest-core jar file.
* Robolectric:
  - Use compiled version of robolectric_java and robolectric_utils. They use parts of the JRE library that aren't available in the Android subset, so Eclipse (building against android.jar) can't compile this from source. The compiled version works because the JUnit test target can *run* against a different version of the JRE.
  - Use compiled version of shadows-core. Shadows are registered via generated classes that are not available in the source directory.
* Add missing jar files for bouncycastle, intellij-annotations, and sqlite4java (required by Robolectric).

Review-Url: https://codereview.chromium.org/2341093002
Cr-Commit-Position: refs/heads/master@{#422425}
2016-10-03 15:21:24 +00:00
d36b5ce262 Reland "Letting Flash join MediaSession (stack implementaion)"
This CL lets Flash join and be managed by MediaSession.
Flash will take "Gain" audio focus, and sessions with Flash will duck instead of being suspended.

Test flags:
--enable-default-media-session
--ppapi-flash-path=/opt/google/chrome/PepperFlash/libpepflashplayer.so
--enable-features=flash-join-media-session

Test URL (can open multiple tabs and try):
http://xxyzzzq.github.io/sandbox/media-session/flash-test.html

BUG=619084
TBR=avayvod@chromium.org,jochen@chromium.org,mlamouri@chromium.org

Review-Url: https://codereview.chromium.org/2381963004
Cr-Commit-Position: refs/heads/master@{#422142}
2016-09-30 17:33:11 +00:00
50cc6c6778 Revert of Letting Flash join MediaSession (stack implementaion) (patchset id:260001 of https://codereview.chromium.org/2274873003/ )
Reason for revert:
This appears to be causing failures of:

AudioFocusManagerTest.PepperRequestsGainFocus
AudioFocusManagerTest.AbandoningGainFocusRevokesTopMostPepperSession
AudioFocusManagerTest.GainDucksPepper

on

Linux ChromiumOS Tests (1)
Cast Linux

Original issue's description:
> Letting Flash join MediaSession (stack implementaion)
>
> This CL lets Flash join and be managed by MediaSession.
> Flash will take "Gain" audio focus, and sessions with Flash will duck instead of being suspended.
>
> Test flags:
> --enable-default-media-session
> --ppapi-flash-path=/opt/google/chrome/PepperFlash/libpepflashplayer.so
> --enable-features=flash-join-media-session
>
> Test URL (can open multiple tabs and try):
> http://xxyzzzq.github.io/sandbox/media-session/flash-test.html
>
> BUG=619084
>
> Committed: https://crrev.com/bc67624f3ea12ffabfb129c269c7bd82c9a1127d
> Cr-Commit-Position: refs/heads/master@{#422087}

TBR=jochen@chromium.org,avayvod@chromium.org,mlamouri@chromium.org,zqzhang@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=619084

Review-Url: https://codereview.chromium.org/2382723006
Cr-Commit-Position: refs/heads/master@{#422098}
2016-09-30 13:31:21 +00:00
bc67624f3e Letting Flash join MediaSession (stack implementaion)
This CL lets Flash join and be managed by MediaSession.
Flash will take "Gain" audio focus, and sessions with Flash will duck instead of being suspended.

Test flags:
--enable-default-media-session
--ppapi-flash-path=/opt/google/chrome/PepperFlash/libpepflashplayer.so
--enable-features=flash-join-media-session

Test URL (can open multiple tabs and try):
http://xxyzzzq.github.io/sandbox/media-session/flash-test.html

BUG=619084

Review-Url: https://codereview.chromium.org/2274873003
Cr-Commit-Position: refs/heads/master@{#422087}
2016-09-30 12:29:41 +00:00
cf0a052eb2 Remove windows_precompiled_headers.md
The entire contents of this file are obsolete.

NOTRY=true (markdown-only change)

Review-Url: https://codereview.chromium.org/2370053004
Cr-Commit-Position: refs/heads/master@{#421321}
2016-09-27 20:31:59 +00:00
52d7e485d1 Fix typo in clang-tidy documentation
BUG=none

Review-Url: https://codereview.chromium.org/2359133002
Cr-Commit-Position: refs/heads/master@{#421006}
2016-09-26 21:50:41 +00:00
e244c1ae9c generate_gradle.py: Allow multiple --target and add --all
While --all does what it says, Android Studio was not happy trying to
import the swath of generated projects. The flag will be available only
for the adventurous :).

BUG=620034
NOTRY=true

Review-Url: https://codereview.chromium.org/2362613002
Cr-Commit-Position: refs/heads/master@{#420426}
2016-09-22 19:40:44 +00:00
c62a52d34d Add Android Studio code style to third_party/android_platform
Makes things like import order work correctly.

BUG=620034

Review-Url: https://codereview.chromium.org/2360043002
Cr-Commit-Position: refs/heads/master@{#420234}
2016-09-22 01:50:54 +00:00
0c28e4fe67 Android Studio: Set Android Gradle plugin to v2.2.0
This appeases Android Studio 2.2. Without this, it prompts to update
every time you regenerate the gradle files.

BUG=620034

Review-Url: https://codereview.chromium.org/2359593002
Cr-Commit-Position: refs/heads/master@{#420224}
2016-09-22 01:10:03 +00:00
0730244c01 Gut gyp_chromium, common.gypi.
This change removes all of the code referencing gyp_chromium that
isn't needed to keep the closure_compilation builder working and/or
also needed for proper functioning of the gclient hooks.

R=brettw@chromium.org, dbeam@chromium.org
BUG=570091, 632206
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2355673003
Cr-Commit-Position: refs/heads/master@{#420182}
2016-09-21 22:29:06 +00:00