Граф коммитов

1095 Коммитов

Автор SHA1 Сообщение Дата
mark@chromium.org 0026c64d9c Allow target_arch to select the Mac 64-bit build.
BUG=18323
Review URL: https://codereview.chromium.org/12068002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@178644 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-24 21:00:23 +00:00
nona@chromium.org f418f37e3a Remove use_ibus variable from gyp file.
We can remove use_ibus flag because the ibus dependency was gone.

BUG=None
TEST=try bots


Review URL: https://chromiumcodereview.appspot.com/11896029

git-svn-id: http://src.chromium.org/svn/trunk/src/build@178568 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-24 14:43:36 +00:00
jcivelli@chromium.org 95f90e9036 Disabling automation on Android.
Not compiling the automation code on Android where it is not used.

BUG=None
TEST=All targets should still build on Android.


Review URL: https://chromiumcodereview.appspot.com/12045031

git-svn-id: http://src.chromium.org/svn/trunk/src/build@178375 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-23 20:54:49 +00:00
wtc@chromium.org ade11db83c Support Visual Studio Express 2012.
Remove Visual Studio 2005 and 2008 support from
build/common.gypi.

R=mark@chromium.org,scottmg@chromium.org
BUG=171142
TEST=none

Review URL: https://chromiumcodereview.appspot.com/11933005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@178369 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-23 20:32:51 +00:00
glider@chromium.org 6797698eb7 Use -fPIC instead of -fPIE for ThreadSanitizer v2
BUG=171402,128314
TBR=thakis
Review URL: https://codereview.chromium.org/12042048

git-svn-id: http://src.chromium.org/svn/trunk/src/build@178276 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-23 10:38:29 +00:00
dmikurube@chromium.org 5df30d0746 An option and a tentative fix for 32-bit Clang build.
BUG=162816

Review URL: https://chromiumcodereview.appspot.com/11280181

git-svn-id: http://src.chromium.org/svn/trunk/src/build@178249 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-23 04:47:32 +00:00
iannucci@chromium.org f6ad35e731 Revert "Set msvs_cygwin_shell default to 0"
This reverts commit 27a1f2c62be751eb8926f4792cdd3b5d4baac310.

I suspect this is causing issues for the Win7 Tests (1) bot.
Something went wrong that causes a lot of browser_tests to fail.
I suspect that a step is running incorrectly on the build side
which causes the packaged build to not work on the testers.

http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%281%29/builds/19113

TBR=iannucci@chromium.org

Review URL: https://codereview.chromium.org/12041037

git-svn-id: http://src.chromium.org/svn/trunk/src/build@178222 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-23 03:20:29 +00:00
iannucci@chromium.org bd499816c0 Set msvs_cygwin_shell default to 0
This will cause all actions which do not have 'msvs_cygwin_shell': 1 
to be run under cmd.exe.

BUG=158680,123026

Review URL: https://chromiumcodereview.appspot.com/11941002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@178146 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-22 23:05:51 +00:00
yfriedman@chromium.org 0582d3f71c Enable breakpad building by default on Android.
After https://chromiumcodereview.appspot.com/10407058 we can compile
breakpad by default and still have it disabled for non-official builds.

Changes the Android build to allow compiling breakpad but not use
it by not creating the crash fd and not passing it to the renderer
process unless breakpad is enabled.

Changes linux and Android to use a switch for enabling breakpad
since that's a lot easier to test with on android then an environment
variable.

BUG=105778,170530


Review URL: https://chromiumcodereview.appspot.com/11969025

git-svn-id: http://src.chromium.org/svn/trunk/src/build@178111 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-22 21:53:43 +00:00
bauerb@chromium.org 047b872a34 Add ManagedUserService for profile-specific managed user data.
Because ManagedModeURLFilter is now owned by ProfileIOData, make it refcounted, so ProfileImplIOData and OffTheRecordProfileIOData can share the same filter.

TBR=ben@chromium.org,evan@chromium.org

BUG=169819

Review URL: https://chromiumcodereview.appspot.com/11826059

git-svn-id: http://src.chromium.org/svn/trunk/src/build@177813 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-19 03:44:31 +00:00
csharp@chromium.org cb7ec551c0 Set test_isolation_outdir to '' by default
This will cause isolate to create a unique temporary directory when running isolate.

TBR=maruel@chromium.org
BUG=


Review URL: https://chromiumcodereview.appspot.com/11968049

git-svn-id: http://src.chromium.org/svn/trunk/src/build@177521 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-17 23:08:52 +00:00
yfriedman@chromium.org d537080fb5 Move android gyp definitions to gyp
This removes unneeded gyp defines from envsetup. I still left the environment variables because some scripts (e.g. findbugs) still depend on them. I'll remove those usages and the environment variables separately.

Review URL: https://codereview.chromium.org/11886053

git-svn-id: http://src.chromium.org/svn/trunk/src/build@177169 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-16 17:45:57 +00:00
phajdan.jr@chromium.org a818303409 Linux: use generated shim headers for system mesa.
BUG=161389, 165264

Review URL: https://codereview.chromium.org/11693007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@176926 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-15 17:34:31 +00:00
mseaborn@chromium.org edad9d25ca Compile Breakpad into Chromium by default on Linux
This brings the Linux build into line with the Windows and Mac builds,
where Breakpad is compiled in by default.  This allows us to test
Breakpad on the trybots and buildbots.

It's still possible to omit Breakpad support using a Gyp option.

As with Windows and Mac, we don't want to enable Breakpad in Chromium
at run time by default (since that would spam the crash server, which
doesn't have symbols for Chromium builds anyway), so we put this
behind a run time flag.  We also don't compile in debug info (-g) by
default.

We extend NaCl's Breakpad tests to be able to locate crash dumps on
Linux.

We add some "#ifdef GOOGLE_CHROME_BUILD"s to prevent Breakpad from
being enabled accidentally without the run time flag, but this is just
in case because there should be no GUI option for enabling stats/crash
reporting inside non-Chrome Chromium builds.

BUG=105778
TEST=breakpad_browser_process_crash_test in nacl_integration

Review URL: https://chromiumcodereview.appspot.com/10407058

git-svn-id: http://src.chromium.org/svn/trunk/src/build@176911 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-15 16:13:10 +00:00
apatrick@chromium.org a6917ee1bc windows: Remove DirectX SDK from search paths for include files and library files.
Chrome and its dependencies no longer need D3DX so the Windows Platform SDK is sufficient.

WebRTC still needs the directx_sdk_path gyp variable so that is not deleted.

Review URL: https://chromiumcodereview.appspot.com/11877003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@176585 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-12 19:56:06 +00:00
boliu@chromium.org 350cd42c65 Disable webrtc for Android system build
This should not affect upstream build configuration. This should only
affect build when building as part of the Android System build.

Disabling since we do not yet merge the necessary third_party
repositories so it is breaking downstream build.

dcommitted after all the bots have passed compile

BUG=161417
TBR=wjia@chromium.org

Review URL: https://codereview.chromium.org/11884010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@176518 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-12 08:35:43 +00:00
wjia@chromium.org 3c644e99ec Enable webrtc build on android.
By setting enable_webrtc=1, webrtc build will be enabled by default on android. This will help to keep webrtc build green on Android. Expect some code size increase. 

BUG=161417
Review URL: https://codereview.chromium.org/11833022

git-svn-id: http://src.chromium.org/svn/trunk/src/build@176512 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-12 04:34:59 +00:00
mseaborn@chromium.org c85fc6b70f Breakpad: Remove redundant Gyp setting and misleading comment
This linux_breakpad=0 assignment for Android is overridden by the
later block (which was added in
http://src.chromium.org/viewvc/chrome?view=rev&revision=147088):

        # Configure crash reporting and build options based on release type.
        'conditions': [
          ['buildtype=="Official"', {
            # Only report crash dumps for Official builds.
            'linux_breakpad%': 1,
          }, {
            'linux_breakpad%': 0,
          }],
        ],

BUG=105778
TEST=none


Review URL: https://chromiumcodereview.appspot.com/11878002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@176500 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-12 03:33:53 +00:00
tapted@chromium.org c6cfcacd8f Skeleton for app_list on OSX, and refactoring for enable_app_list=1 on OS=="mac".
Moves ui/app_list code specific to toolkit-views to ui/app_list/views.
Update gyp[i], include guards, #includes for moved files.
Seed chrome/browser/ui/cocoa/app_list and ui/app_list/cocoa with a
skeleton Cocoa UI.

BUG=138633
TEST=Mostly build changes. Functionality of AppLauncher on ChromeOS
     and Windows should be unchanged.
     On OSX, without chrome running, `Chromium.app/Contents/MacOS/Chromium --show-app-list`
     should show a borderless gray window for 1 second (note: this is for
     testing only -- OSX needs a different approach for IPC).

Review URL: https://chromiumcodereview.appspot.com/11784034

git-svn-id: http://src.chromium.org/svn/trunk/src/build@176042 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-10 07:33:09 +00:00
dewittj@chromium.org fa037bfcd5 Rearrange gyp files for Message Center
In order to facilitate the move to MessageCenterNotificationManager, we
need to be able to determine when message_center.gyp is being included
in the build.  This change defines ENABLE_MESSAGE_CENTER which can be
used for conditional compilation.

r=stevenjb@chromium.org
TBR=ben@chromium.org

BUG=168605

Review URL: https://chromiumcodereview.appspot.com/11791004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@175876 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-09 20:29:15 +00:00
phajdan.jr@chromium.org 0551e2a8e7 Linux: add option to use system nspr.
Note that for NaCl bundles nspr files will be used anyway, since NaCl toolchain doesn't looks for libraries in system directories.

BUG=none

Review URL: https://codereview.chromium.org/11685002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@175539 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-08 16:49:07 +00:00
kristianm@chromium.org 46a74d09aa Remove Android only warnings
BUG=b/7719282


Review URL: https://chromiumcodereview.appspot.com/11746004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@175067 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-04 00:48:55 +00:00
glider@chromium.org de9d287691 Use real dSYM files for ASan Mac builds by default.
BUG=148383
TBR=thakis
Review URL: https://codereview.chromium.org/11668022

git-svn-id: http://src.chromium.org/svn/trunk/src/build@174573 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-24 10:50:35 +00:00
glider@chromium.org 98a357b78c Pass ASan .saves file to strip when real .dSYM files are built.
BUG=128544,166857
Review URL: https://codereview.chromium.org/11660008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@174572 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-24 10:13:40 +00:00
glider@chromium.org c845308bd0 Revert 174367
> Enable real .dSYM files for ASan on Mac.
> 
> BUG=166857
> TBR=thakis
> Review URL: https://codereview.chromium.org/11667004

__asan_init and other symbols are stripped from the binaries, so the tests can't load instrumented shared libraries.

TBR=glider@google.com
Review URL: https://codereview.chromium.org/11669003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@174372 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-21 11:42:52 +00:00
glider@google.com 27763547bc Enable real .dSYM files for ASan on Mac.
BUG=166857
TBR=thakis
Review URL: https://codereview.chromium.org/11667004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@174367 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-21 10:34:10 +00:00
scottmg@chromium.org 8fa68fb00e Turn PCH on always for Windows now that 2008 is gone
It was already defaulted on for 2010, and as we no longer support 2008
clean this up. This has the side benefit of enabling pch for 2010e, which
was slightly incorrect in the previous "enable for 2010" case.

R=joi@chromium.org


Review URL: https://chromiumcodereview.appspot.com/11642028

git-svn-id: http://src.chromium.org/svn/trunk/src/build@174228 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-20 20:45:39 +00:00
qsr@chromium.org d06493a41c Changing deployment target of Chrome for iOS to 5.0
BUG=None
R=stuartmorgan@chromium.org


Review URL: https://chromiumcodereview.appspot.com/11649036

git-svn-id: http://src.chromium.org/svn/trunk/src/build@174172 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-20 16:56:18 +00:00
phajdan.jr@chromium.org 85375bdbef Linux: use generated library loader for libgps.
BUG=162733

Review URL: https://codereview.chromium.org/11571036

git-svn-id: http://src.chromium.org/svn/trunk/src/build@173972 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-19 19:22:39 +00:00
glider@chromium.org f087881a23 Temporarily disable real .dSYM files for ASan builds.
BUG=166857
TBR=thakis
Review URL: https://codereview.chromium.org/11636015

git-svn-id: http://src.chromium.org/svn/trunk/src/build@173907 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-19 13:03:36 +00:00
glider@chromium.org 0660a9f462 Re-landing https://chromiumcodereview.appspot.com/11587012: Introduce mac_want_real_dsym GYP flag.
By default, fake .dSYM files
will be generated for regular builds, and dsymutils will be used to create .dSYMs for ASan builds.
mac_want_real_dsym can be used to override this.

mac_real_dsym can't be set directly, because it's not a % variable.
According to https://codereview.chromium.org/113999, it can't be made a
% variable now, because of a bug in % handling in GYP that leads to
mac_real_dsym being unconditionally set to 1 for some targets.

BUG=148383
TBR=thakis
Review URL: https://codereview.chromium.org/11636014

git-svn-id: http://src.chromium.org/svn/trunk/src/build@173896 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-19 11:09:37 +00:00
wjia@chromium.org ffa29f9f47 Revert 173749
It broke mac asan bots.
> Introduce mac_want_real_dsym GYP flag. By default, fake .dSYM files
> will be generated for regular builds, and dsymutils will be used to create .dSYMs for ASan builds.
> mac_want_real_dsym can be used to override this.
> 
> mac_real_dsym can't be set directly, because it's not a % variable.
> According to https://codereview.chromium.org/113999, it can't be made a
> % variable now, because of a bug in % handling in GYP that leads to
> mac_real_dsym being unconditionally set to 1 for some targets.
> 
> BUG=148383
> 
> Review URL: https://chromiumcodereview.appspot.com/11587012

TBR=glider@chromium.org
Review URL: https://codereview.chromium.org/11616021

git-svn-id: http://src.chromium.org/svn/trunk/src/build@173765 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-18 19:49:04 +00:00
glider@chromium.org da3a593714 Introduce mac_want_real_dsym GYP flag. By default, fake .dSYM files
will be generated for regular builds, and dsymutils will be used to create .dSYMs for ASan builds.
mac_want_real_dsym can be used to override this.

mac_real_dsym can't be set directly, because it's not a % variable.
According to https://codereview.chromium.org/113999, it can't be made a
% variable now, because of a bug in % handling in GYP that leads to
mac_real_dsym being unconditionally set to 1 for some targets.

BUG=148383

Review URL: https://chromiumcodereview.appspot.com/11587012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@173749 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-18 17:49:58 +00:00
benwells@chromium.org 9e0e24e44d Show app list items which open in chrome with a tab overlay.
This change affects chrome os and windows implementations of the app list. Chrome, web store, and v1 apps like google search are displayed with a tab overlay.

BUG=159859

Review URL: https://chromiumcodereview.appspot.com/11442044

git-svn-id: http://src.chromium.org/svn/trunk/src/build@173423 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-17 06:41:33 +00:00
ivankr@chromium.org 6bc4ff8552 Remove the protector service.
BUG=165008
NOTRY=true


Review URL: https://chromiumcodereview.appspot.com/11493003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@173169 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-14 17:00:58 +00:00
sbc@chromium.org 59f5df1c36 Don't fail at gyp time if arm-sysroot is missing.
This fixes the NaCl SDK build which builds with target_arch=arm
but only builds untrusted targets so doesn't need the arm
sysroot.


BUG=


Review URL: https://chromiumcodereview.appspot.com/11554028

git-svn-id: http://src.chromium.org/svn/trunk/src/build@173045 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-14 01:53:43 +00:00
sebmarchand@chromium.org 594d1bc389 Turn on the ADDRESS_SANITIZER on all platform when asan==1.
BUG=


Review URL: https://chromiumcodereview.appspot.com/11547031

git-svn-id: http://src.chromium.org/svn/trunk/src/build@173020 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-14 00:40:25 +00:00
phajdan.jr@chromium.org eb27d16023 Linux: add option to use system harfbuzz.
Works great!

BUG=none

Review URL: https://codereview.chromium.org/11555026

git-svn-id: http://src.chromium.org/svn/trunk/src/build@172664 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-12 21:39:00 +00:00
sbc@chromium.org 74ac1428b0 Set defaults for building chrome for linux/arm.
Previously many custom GYP_DEFINES were needed to get a
chrome build for linux/arm.  This adds these as sensible
defaults. This allows chrome for arm to be built with
with only target_arch=arm set in GYP_DEFINES.

In order to set a default sysroot based on target_arch
this change also defines target_arch one level deeper
in common.gypi.


BUG=

Review URL: https://chromiumcodereview.appspot.com/11465030

git-svn-id: http://src.chromium.org/svn/trunk/src/build@172377 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-11 19:49:22 +00:00
yfriedman@chromium.org 0c4ffcc54e [Android] Add support for labeling a build with a particular build id.
The build id will be included in about:version page and used for tracking build artifacts
such as static libraries and symbol files with a particular build.

BUG=163224


Review URL: https://chromiumcodereview.appspot.com/11464012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@172296 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-11 10:36:17 +00:00
fischman@chromium.org 49ba09182f Include gnu-libstdc++/include in -I paths for android build.
libjingle, for example, needs that path for tr1/tuple.

BUG=webrtc:1169


Review URL: https://chromiumcodereview.appspot.com/11516017

git-svn-id: http://src.chromium.org/svn/trunk/src/build@172264 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-11 04:29:48 +00:00
phajdan.jr@chromium.org 377565758e Only build with _FORTIFY_SOURCE in Release mode.
This prevents build failures on Fedora.

BUG=16257, 55439

Review URL: https://codereview.chromium.org/11490019

git-svn-id: http://src.chromium.org/svn/trunk/src/build@172225 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-11 01:54:58 +00:00
ivankr@chromium.org d8c325f478 [cros] Enable RLZ by default on ChromeOS.
BUG=160059


Review URL: https://chromiumcodereview.appspot.com/11497006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@172135 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-10 21:52:41 +00:00
dfalcantara@chromium.org 85241d7134 Add Android-specific parameters to search_engines/
Previous attempt; expanded since then:
https://chromiumcodereview.appspot.com/10332156/

* The search string has "sourceid=chrome-mobile" on Android devices.

* SearchTermsDataAndroid added to handle the data values that Android
  needs to store for RLZ tracking.

* UiThreadSearchTermsData calls Android specific functions when being
  asked for rlz= or client= strings.

* ENABLE_RLZ is moved around (or removed) in some cases to allow use of
  the fields even when the RLZ library is not in use.

* The RLZ unit test is changed to account for the way Android sets the 
  RLZ string.

* A new SearchClient unit test is added to check that setting client
  strings works.

BUG=145065

Review URL: https://chromiumcodereview.appspot.com/11448005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@171954 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-08 06:56:11 +00:00
danakj@chromium.org 40bf89ac45 Revert 171917
> Update gold linker to 2.23.1
> 
> This is the second attempt to integrate latest gold version.
> The first time around there were crashes seen on 32-bit linux
> hosts.  Disabling multi-threaded linking on 32-bit hosts
> fixes the issue.
> 
> 
> BUG=161942
> NOTRY=true
> 
> Review URL: https://chromiumcodereview.appspot.com/11444012

TBR=sbc@chromium.org
Review URL: https://codereview.chromium.org/11475055

git-svn-id: http://src.chromium.org/svn/trunk/src/build@171924 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-08 03:36:32 +00:00
sbc@chromium.org 9d74007ab5 Update gold linker to 2.23.1
This is the second attempt to integrate latest gold version.
The first time around there were crashes seen on 32-bit linux
hosts.  Disabling multi-threaded linking on 32-bit hosts
fixes the issue.


BUG=161942
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/11444012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@171917 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-08 02:42:50 +00:00
vadimt@chromium.org 9a274ebd6e Creating a skeleton for Google Now for Chrome implementation.
The CL creates the top-level structure for showing Google Now cards in Chrome via Chrome Notifications.
The implementation lives behind -enable-google-now-integration flag.

BUG=164227

Review URL: https://chromiumcodereview.appspot.com/11412291

git-svn-id: http://src.chromium.org/svn/trunk/src/build@171868 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-07 22:44:40 +00:00
nileshagrawal@chromium.org daf89a2f40 Add a gyp flag to allow removing dependency on ppapi.
- Introduces a new macro ENABLE_PLUGINS
 - Create a new PluginDelegateHelper interface which is used by RenderViewImpl 


This flag will be used to remove all plugins related code from the Android build.

BUG=162667


Review URL: https://chromiumcodereview.appspot.com/11414180

git-svn-id: http://src.chromium.org/svn/trunk/src/build@171162 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-05 05:24:54 +00:00
yfriedman@chromium.org 8f55ff34f6 Remove references to android_upstream_bringup.
It's not used anymore.


Review URL: https://chromiumcodereview.appspot.com/11414317

git-svn-id: http://src.chromium.org/svn/trunk/src/build@171128 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-05 02:28:08 +00:00
benwells@chromium.org dd36813bdf Revert 171038
A better fix for the problem this revert was addressing has been checked in in r171097.

> Disable the settings app by default.
> 
> BUG=164064
> TBR=tapted, benwells
> 
> Review URL: https://codereview.chromium.org/11428167

TBR=erikwright@chromium.org
Review URL: https://codereview.chromium.org/11441002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@171101 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-05 00:47:12 +00:00