summaryrefslogtreecommitdiffstats
path: root/content/content_shell.gypi
Commit message (Collapse)AuthorAgeFilesLines
* Embed compatibility manifest into all *.exe filesYukawa@chromium.org2013-07-301-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | This CL introduces an automated and centralized way to embed compatibility manifest into all *.exe files. With this CL, a potential risk of behavioural inconsistency between production binaries and unit test binaries is resolved by enforcing the same compatibility context. This CL uses 'target_conditions' feature of gyp to inject manifest settings into each executable target. One tricky part is that some executables such as setup.exe and mini_installer.exe require external manifest file instead of embedded one when component build is enabled. See http://crbug.com/127233 for this. You can override the gyp variable 'win_exe_compatibility_manifest' locally for a given executable target to embed a custom compatibility manifest. BUG=260692 Review URL: https://chromiumcodereview.appspot.com/19275010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214427 0039d316-1c4b-4281-b951-d872f2087c98
* Reland "Include entries to blink_resources."tfarina@chromium.org2013-07-301-0/+1
| | | | | | | | | | | This was reverted in r214248 because it increased the size of chrome.pak. R=abarth@chromium.org, joth@chromium.org, thestig@chromium.org,taysom@chromium.org TBR=darin Review URL: https://codereview.chromium.org/21121005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214294 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 214239 "Include entries to blink_resources."dewittj@chromium.org2013-07-291-1/+0
| | | | | | | | | | | | | | | | | | | | | | Attempted fix for: Failed Sizes PERF_REGRESS: chrome.pak/chrome.pak (1.89%), chrome.pak/chrome.pak (1.89%) > Include entries to blink_resources. > > We can't remove entries of webkit_chromium_resources just yet, because on > Blink side DumpRenderTree is still using it through Chromium :( > > TBR=abarth@chromium.org, joth@chromium.org, thestig@chromium.org > > Review URL: https://codereview.chromium.org/20329005 TBR=tfarina@chromium.org Review URL: https://codereview.chromium.org/21014006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214248 0039d316-1c4b-4281-b951-d872f2087c98
* Include entries to blink_resources.tfarina@chromium.org2013-07-291-0/+1
| | | | | | | | | | | We can't remove entries of webkit_chromium_resources just yet, because on Blink side DumpRenderTree is still using it through Chromium :( TBR=abarth@chromium.org, joth@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/20329005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214239 0039d316-1c4b-4281-b951-d872f2087c98
* Update tools/imagediff/image_diff target to for layout testsjamesr@chromium.org2013-07-251-0/+11
| | | | | | | | | | | | This updates the tools/imagediff/image_diff target to build everywhere we may want to run layout tests. The only tricky bit here is that on android we build the image diff tool on the host toolchain (to avoid doing costly image comparisons on phones, etc). webkit_support_gfx is set up to build in this configuration, but ui isn't. This ports temporarily to webkit_support_gfx. After this patch lands and we switch the bots over to using this version instead of the ImageDiff from third_party/WebKit/Tools/DumpRenderTree/chromium/ImageDiff.cpp, we can migrate the webkit_support_gfx code to a more logical location. R=darin,dpranke Review URL: https://chromiumcodereview.appspot.com/18872002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213686 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 213636 "Switch Chromium to use Blink's blink_resources.grd"bulach@chromium.org2013-07-251-1/+1
| | | | | | | | | | | | | | | | | | | Broke the build with: error: 'gen/webkit/webkit_chromium_resources.pak', needed by 'DumpRenderTree.pak', missing and no known rule to make it > Switch Chromium to use Blink's blink_resources.grd > > WebKit.grd is deprecated, so we update it public/blink_resources.grd. > > R=darin@chromium.org, joth@chromium.org, thestig@chromium.org > > Review URL: https://codereview.chromium.org/19537010 TBR=tfarina@chromium.org Review URL: https://codereview.chromium.org/20341002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213640 0039d316-1c4b-4281-b951-d872f2087c98
* Switch Chromium to use Blink's blink_resources.grdtfarina@chromium.org2013-07-251-1/+1
| | | | | | | | | | WebKit.grd is deprecated, so we update it public/blink_resources.grd. R=darin@chromium.org, joth@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/19537010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213636 0039d316-1c4b-4281-b951-d872f2087c98
* Changes to make content_browsertests build with USE_OZONE=1rjkroege@chromium.org2013-07-231-2/+2
| | | | | | | | BUG=251046 Review URL: https://chromiumcodereview.appspot.com/19737004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213231 0039d316-1c4b-4281-b951-d872f2087c98
* Update content_shell's blink_test_runner dependency to new locationjamesr@chromium.org2013-07-171-1/+1
| | | | | | | | | | Depends on https://codereview.chromium.org/19485002/ R=jochen Review URL: https://chromiumcodereview.appspot.com/19481003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212172 0039d316-1c4b-4281-b951-d872f2087c98
* [content shell] Toogle high dpi support depending on whether we're running ↵jochen@chromium.org2013-07-121-2/+4
| | | | | | | | | | | | | layout tests or not Original review here https://chromiumcodereview.appspot.com/17240002 BUG=249175 R=bauerb@chromium.org Review URL: https://chromiumcodereview.appspot.com/18137011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211402 0039d316-1c4b-4281-b951-d872f2087c98
* Migrate MediaStream test code from content/shell/renderer/ to content/test/.scherkus@chromium.org2013-07-101-6/+2
| | | | | | | | | | | ContentRendererClient::OverrideCreateMediaStreamClient() is replaced with UseMockMediaStreams() for overriding MediaStreamClient when running layout tests with content_shell. Doing so permits migration of MediaStream-related code from webkit/ to content/ without widening content's public API solely for test purposes. BUG=251306 R=jam@chromium.org, jochen@chromium.org Review URL: https://codereview.chromium.org/18590002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210747 0039d316-1c4b-4281-b951-d872f2087c98
* Rename webkit_(resources|strings) targets to remove _temp infixjamesr@chromium.org2013-07-091-4/+4
| | | | | | | | | | | | | This is part 3 of the sequence started by https://codereview.chromium.org/17472006/. This updates all chromium-side targets to depend on the final target names, the only stragglers are dependencies in blink which still depend on the forwarding _temp targets defined in webkit_resources.gyp. R=darin Review URL: https://chromiumcodereview.appspot.com/18209009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210635 0039d316-1c4b-4281-b951-d872f2087c98
* Move webkit_resources / webkit_strings targets out of webkit_support.gypjamesr@chromium.org2013-07-041-4/+4
| | | | | | | | | | | | | | | The webkit_resources / webkit_strings targets were defined in webkit_glue.gypi which gets pulled in to webkit/support/webkit_support.gyp. This makes it hard to extract other targets that depend on these (such as webkit_common) out of webkit_support.gyp without creating cycles between gyp files, which is forbidden due to the xcode generator. This pulls these leaf targets out so we can start extracting other targets out. R=darin Review URL: https://chromiumcodereview.appspot.com/17472006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210080 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 209978 "Mark content shell on Mac is non-hidpi capable."crogers@google.com2013-07-031-3/+3
| | | | | | | | | | | | | | | | | | | | This is causing crashes in content_shell: http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Mac10.7%20%28dbg%29/builds/4537 > Mark content shell on Mac is non-hidpi capable. > > This is required to pass layout tests on hidpi devices > > BUG=249175 > R=thakis@chromium.org > > Review URL: https://chromiumcodereview.appspot.com/17240002 TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/18324013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210045 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for NetLog logging to json file in content_shell.kouhei@chromium.org2013-07-031-0/+2
| | | | | | | | | | | This patch adds support for "--log-net-log" command line option in content_shell. When the commandline option is specified, NetLogLogger is used to log all network activities to a file. BUG=None Review URL: https://chromiumcodereview.appspot.com/17633005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209993 0039d316-1c4b-4281-b951-d872f2087c98
* Mark content shell on Mac is non-hidpi capable.jochen@chromium.org2013-07-031-3/+3
| | | | | | | | | | | This is required to pass layout tests on hidpi devices BUG=249175 R=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/17240002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209978 0039d316-1c4b-4281-b951-d872f2087c98
* Fix android webview build after r209777boliu@chromium.org2013-07-031-1/+7
| | | | | | | | | | | | | trace-viewer is not needed in android, and third_party/trace-viewer is not checked out in downstream android webview build TBR=dsinclair@chromium.org BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/18103008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209834 0039d316-1c4b-4281-b951-d872f2087c98
* Update content API in preparation for migrating webkit/renderer/media/ to ↵scherkus@chromium.org2013-07-021-0/+2
| | | | | | | | | | | | content/renderer/media/. The biggest change is to replace the coarse-grained WebMediaPlayer-based content API with finer-grained APIs for controlling media resource loads (e.g., prerendering) and media stream audio/video rendering (e.g., WebRTC layout tests). BUG=239826,251306 Review URL: https://chromiumcodereview.appspot.com/18123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209797 0039d316-1c4b-4281-b951-d872f2087c98
* Generate files needed for tracing through the build.dsinclair@chromium.org2013-07-021-0/+2
| | | | | | | | | | | | | | | | Currently the about_tracing.html and about_tracing.js files are all committed into the trace-viewer repo. This causes a lot of churn. With this CL, when combined with the CL on the tracing side, we generate the needed files during the chromium build. Pairs with: https://codereview.appspot.com/9126044/ BUG=trace-viewer:152 TBR=dsinclair@chromium.org (for the grit dep) Review URL: https://chromiumcodereview.appspot.com/14990007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209777 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 209420 "Factor out content shell and tests into a standal..."jam@chromium.org2013-07-021-12/+12
| | | | | | | | | | | | | | | | | | > Factor out content shell and tests into a standalone gyp > > This simplifies using components in Content Shell. As components can > depend on the content layer, trying to use a component from Content Shell > results in a cross-reference of gyp files which isn't allowed on Mac. > > TBR=joi,robertshield (trivial one-line renames in gyp files) > > Review URL: https://chromiumcodereview.appspot.com/17366006 TBR=mnaganov@chromium.org Review URL: https://codereview.chromium.org/18547009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209770 0039d316-1c4b-4281-b951-d872f2087c98
* Add --expose-internals-for-testing flagrbyers@chromium.org2013-07-021-0/+2
| | | | | | | | | | | This can be handy for interactive design and debugging complex layout tests that need access to window.internals. BUG=None Review URL: https://chromiumcodereview.appspot.com/17895003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209740 0039d316-1c4b-4281-b951-d872f2087c98
* [content shell] Clean up files in the app/ directoryjochen@chromium.org2013-07-021-7/+7
| | | | | | | | | BUG=180021 R=marja@chromium.org Review URL: https://chromiumcodereview.appspot.com/18521002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209707 0039d316-1c4b-4281-b951-d872f2087c98
* Factor out content shell and tests into a standalone gypmnaganov@chromium.org2013-07-011-12/+12
| | | | | | | | | | | | This simplifies using components in Content Shell. As components can depend on the content layer, trying to use a component from Content Shell results in a cross-reference of gyp files which isn't allowed on Mac. TBR=joi,robertshield (trivial one-line renames in gyp files) Review URL: https://chromiumcodereview.appspot.com/17366006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209420 0039d316-1c4b-4281-b951-d872f2087c98
* Remove dependency on DumpRenderTree.gypabarth@chromium.org2013-06-261-3/+1
| | | | | | | | | | | This CL updates content_shell to pull in TestRunner via Blink's public GYP files rather than reaching into DumpRenderTree.gyp directly. R=jochen Review URL: https://chromiumcodereview.appspot.com/17832002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208726 0039d316-1c4b-4281-b951-d872f2087c98
* Migrate media-related platform support code from webkit/ to content/.scherkus@chromium.org2013-06-201-0/+2
| | | | | | | | | | | | | In addition: - TestStreamTextureFactoryAndroid was deleted as it is no longer used. - One copy of TestMediaStreamClient was deleted as it is no longer used. - The loadAudioResource() implementation was consolidated in RendererWebKitPlatformSupportImpl. BUG=251306 Review URL: https://chromiumcodereview.appspot.com/17428002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207625 0039d316-1c4b-4281-b951-d872f2087c98
* content_shell: Create the FIFOs needed for running Android layout testspeter@chromium.org2013-06-201-0/+3
| | | | | | | | | | | | The Android layout test runner communicates with content_shell through a set of three fifos, one for each of [stdout, stderr, stdin]. Create those after basic initialization. BUG=232044 Review URL: https://chromiumcodereview.appspot.com/17265005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207562 0039d316-1c4b-4281-b951-d872f2087c98
* content_shell: Move BrowserTestSystemMessageHandler and use it in layout testspeter@chromium.org2013-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | for Android Android needs to use a nested message loop in order to execute the layout tests. We have an implementation of this for content_browsertests as BrowserTestSystemMessageHandler, but this lives in /content/test/ which content_shell cannot depend on. Move it to /content/public/test/ as NestedSystemMessageHandler and update content_browsertests to depend on that instead. For content_shell, implement support of starting the nested loop, and use it when running layout tests. BUG=232044 Review URL: https://chromiumcodereview.appspot.com/17076008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207215 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing dependencies of content_shell_pak to fix xcode build.tkent@chromium.org2013-06-101-0/+5
| | | | | | | | | | | | content_shell_pak requires some pak files, but the 'dependencies' section didn't have targets for them. TBR=jochen@chromium.org BUG= Review URL: https://codereview.chromium.org/16667011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205130 0039d316-1c4b-4281-b951-d872f2087c98
* Depend on public/blink.gyp:blink to depend on Blink libraryjamesr@chromium.org2013-06-071-1/+1
| | | | | | | | | | | This way chromium code does not have to depend on the internal directory structure of blink to depend on the library. R=darin@chromium.org, thakis@chromium.org Review URL: https://codereview.chromium.org/16295027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204687 0039d316-1c4b-4281-b951-d872f2087c98
* Enable visual styles for content_shell.exe, so that tooltips can work when ↵zhchbin@gmail.com2013-06-041-0/+3
| | | | | | | | | | | hover around an element with title attribution. BUG=239437 TEST=Run content_shell.exe and go to http://xkcd.com, hover around the image in the middle should show the tooltips. Review URL: https://chromiumcodereview.appspot.com/15649020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203914 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for googleurl. Second try.tfarina@chromium.org2013-06-031-1/+1
| | | | | | | | | | | | | | | - Update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp. r184: Fix C++11 compilation on iOS r185: Forward includes to url/ BUG=229660 R=thestig@chromium.org,brettw@chromium.org TBR=darin@chromium.org Review URL: https://chromiumcodereview.appspot.com/15421002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203672 0039d316-1c4b-4281-b951-d872f2087c98
* Build fix for enable_plugins=0jochen@chromium.org2013-05-271-0/+6
| | | | | | | | TBR=marja@chromium.org Review URL: https://codereview.chromium.org/16095003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202394 0039d316-1c4b-4281-b951-d872f2087c98
* [content shell] only allow test plugins to load during layout testsjochen@chromium.org2013-05-271-0/+2
| | | | | | | | | BUG=242291 TBR=marja@chromium.org Review URL: https://codereview.chromium.org/16059004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202392 0039d316-1c4b-4281-b951-d872f2087c98
* Adds TCMalloc support for Android.bulach@chromium.org2013-05-221-1/+1
| | | | | | | | | | | | | | This is part of the effort to bring TCMalloc to android. The first goal is to get instrumentation to facilitate integration with DMP and memory profiling. This is not yet intended for full production usage as the default allocator. BUG=162208 Review URL: https://chromiumcodereview.appspot.com/14321006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201524 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: remove unmaintained SELinux code.phajdan.jr@chromium.org2013-05-171-2/+2
| | | | | | | | | | | | See https://groups.google.com/a/chromium.org/d/msg/chromium-dev/YpU7t2XaGRg/V9-diQZQQDwJ for discussion. BUG=none R=agl@chromium.org, jln@chromium.org Review URL: https://codereview.chromium.org/14771026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200838 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Separate ash dependency from chromeos.sadrul@chromium.org2013-05-141-1/+5
| | | | | | | | | BUG=none R=jam@chromium.org Review URL: https://codereview.chromium.org/14646017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199896 0039d316-1c4b-4281-b951-d872f2087c98
* Remove inside_chromium_build gyp variablejamesr@chromium.org2013-05-081-3/+3
| | | | | | | | | | | | | In the days of olde, we supported compiling from inside a chromium checkout and inside a WebKit checkout with some chromium libraries. In the latter configuration, used mainly by the build.webkit.org bots, the paths to the WebKit headers relative to chromium gyp files was different. This added a lot of complexity and some extra scripts to fix up paths and includes. Blink only supports building within a chromium checkout so all of this complexity can be removed. Review URL: https://chromiumcodereview.appspot.com/14823005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199057 0039d316-1c4b-4281-b951-d872f2087c98
* [content shell] move app startup related code to app subdirjochen@chromium.org2013-05-081-14/+14
| | | | | | | | | BUG=180021 TBR=marja@chromium.org Review URL: https://codereview.chromium.org/15060007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199015 0039d316-1c4b-4281-b951-d872f2087c98
* [content shell] move code common to several processes to a common dirjochen@chromium.org2013-05-071-10/+10
| | | | | | | | | BUG=180021 TBR=marja@chromium.org Review URL: https://codereview.chromium.org/14767019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198723 0039d316-1c4b-4281-b951-d872f2087c98
* [content shell] move renderer specific code into a sub directoryjochen@chromium.org2013-05-031-6/+6
| | | | | | | | | | BUG=180021 TBR=jam@chromium.org R=marja@chromium.org Review URL: https://chromiumcodereview.appspot.com/14912003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198107 0039d316-1c4b-4281-b951-d872f2087c98
* Build libpeerconnection.so on Mac directly into the build target folder.tommi@chromium.org2013-05-021-1/+1
| | | | | | | | | | | | | This is needed so that tools that rely on the EXECUTABLE_PATH env variable will find it. EXECUTABLE_PATH doesn't include the product_dir subfolder for some reason, so I'm following how this is done for ffmpegsumo.so. BUG=237478 TBR=mark, darin Mark for main review, Darin as owner. Review URL: https://codereview.chromium.org/14826005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197898 0039d316-1c4b-4281-b951-d872f2087c98
* Support for loading libpeerconnection dynamically instead of statically.tommi@chromium.org2013-05-011-2/+2
| | | | | | | | | | | | | | | | | | | | This means that instead of using shared_library as the target type for libpeerconnection, we'll support loadable_module. This fixes issues with test binaries that would otherwise unnecessarily depend on libpeerconnection in shared builds. The renderer now loads and initializes the module just before initializing the sandbox. I'm also enabling logging in the module since we can now do that after the process CommandLine instance has been initialized. The output directory on linux is now always the lib/ subfolder of the build directory. This is so that FILES.cfg and installer scripts will find it reliably. Make builds would previuosly put it in lib.target/ whereas ninja already used lib/. (lib/ is also the folder the installer will use) BUG=232402,233173,235379,235380 R=jam@chromium.org, jln@chromium.org, mark@chromium.org, ronghuawu@chromium.org Review URL: https://codereview.chromium.org/14021012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197679 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 193992 "Lets try this again."jochen@chromium.org2013-04-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The XP bots are still red, and it's still whining about URL.DLL > Lets try this again. > > Revert 193983 "Revert 193968 "Roll the DEPS for google-url."" > > > Revert 193968 "Roll the DEPS for google-url." > > > > > Roll the DEPS for google-url. > > > > > > And update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp. > > > > > > This also changes googleurl.gyp to reference the files under url/, so that we > > > don't break the Blink tree. > > > > > > BUG=229660 > > > R=brettw@chromium.org > > > TBR=brettw@chromium.org > > > > > > Review URL: https://chromiumcodereview.appspot.com/14089011 > > > > TBR=tfarina@chromium.org > > Review URL: https://codereview.chromium.org/14028012 > > TBR=michaeln@google.com > Review URL: https://codereview.chromium.org/14109014 TBR=michaeln@google.com Review URL: https://codereview.chromium.org/14263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194151 0039d316-1c4b-4281-b951-d872f2087c98
* Lets try this again.michaeln@google.com2013-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Revert 193983 "Revert 193968 "Roll the DEPS for google-url."" > Revert 193968 "Roll the DEPS for google-url." > > > Roll the DEPS for google-url. > > > > And update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp. > > > > This also changes googleurl.gyp to reference the files under url/, so that we > > don't break the Blink tree. > > > > BUG=229660 > > R=brettw@chromium.org > > TBR=brettw@chromium.org > > > > Review URL: https://chromiumcodereview.appspot.com/14089011 > > TBR=tfarina@chromium.org > Review URL: https://codereview.chromium.org/14028012 TBR=michaeln@google.com Review URL: https://codereview.chromium.org/14109014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193992 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 193968 "Roll the DEPS for google-url."michaeln@google.com2013-04-121-1/+1
| | | | | | | | | | | | | | | | | | | | > Roll the DEPS for google-url. > > And update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp. > > This also changes googleurl.gyp to reference the files under url/, so that we > don't break the Blink tree. > > BUG=229660 > R=brettw@chromium.org > TBR=brettw@chromium.org > > Review URL: https://chromiumcodereview.appspot.com/14089011 TBR=tfarina@chromium.org Review URL: https://codereview.chromium.org/14028012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193983 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the DEPS for google-url.tfarina@chromium.org2013-04-121-1/+1
| | | | | | | | | | | | | | | And update all the references from build/temp_gyp/googleurl.gyp to url/url.gyp. This also changes googleurl.gyp to reference the files under url/, so that we don't break the Blink tree. BUG=229660 R=brettw@chromium.org TBR=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/14089011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193968 0039d316-1c4b-4281-b951-d872f2087c98
* Add libpeerconnection to the content shell app on mac. Also change the ↵tommi@chromium.org2013-04-091-0/+17
| | | | | | | | | | output folder of libpeerconnection.dylib (when shared_library is enabled) to be the Library/ subfolder so that unit tests that depend on it will find it. BUG=226718 Review URL: https://codereview.chromium.org/13532016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193116 0039d316-1c4b-4281-b951-d872f2087c98
* [content shell] add support for invoking testRunner.notifyDone in a ↵jochen@chromium.org2013-04-081-0/+2
| | | | | | | | | | | | | | | | | different process Some layout tests, e.g. http/tests/navigation/no-referrer-target-blank.html create a new process, and notifyDone() will be invoked in that new process. Add support for forwarding that signal to the main test runner. BUG=111316 R=mkwst@chromium.org TEST=http/tests/navigation/no-referrer-target-blank.html does not time out Review URL: https://codereview.chromium.org/13795002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192819 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] "Namespace" shared libraries for the component build yfriedman@chromium.org2013-04-041-1/+1
| | | | | | | | | | With the component build, we tell Dalvik to load each library separately by name. Some of our library names conflict with android shared libraries resulting our library not getting loaded. When building for components on Android, change the suffix of libraries to "cr.so" e.g. libnetcr.so to avoid colliding with Android's copies BUG=158821 Review URL: https://chromiumcodereview.appspot.com/13549002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192258 0039d316-1c4b-4281-b951-d872f2087c98
* Predex java librariescjhopman@chromium.org2013-03-271-18/+1
| | | | | | | | | | | | | dx supports merging of already dexed jars. This means we can dex jars as part of the library target and then just merge them when we build the apk. BUG=158821 Review URL: https://chromiumcodereview.appspot.com/12913009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191063 0039d316-1c4b-4281-b951-d872f2087c98