summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser_ui_views.gyp
Commit message (Collapse)AuthorAgeFilesLines
* Add chrome/browser/ui/views to GN build.brettw@chromium.org2014-06-231-0/+1
| | | | | | | | R=thestig@chromium.org Review URL: https://codereview.chromium.org/329943007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279203 0039d316-1c4b-4281-b951-d872f2087c98
* Move ui.gyp into ui/base/ directory.tfarina@chromium.org2014-03-131-1/+1
| | | | | | | | | | | | | | | | This follows the rule we setup for //ui which states that each subdir should be its own component with its own gyp file that lives in its subdir. The 'ui' target was renamed to ui_base to match the convention. BUG=299841 TEST=gyp files. TBR=ben@chromium.org Review URL: https://codereview.chromium.org/198333004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256788 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Move wm/core to wm namespace."dmichael@chromium.org2014-03-121-1/+0
| | | | | | | | | | | | | | This reverts commit 067d7fe616a07011b9e2d2609fc65af8db6a7dfb. Broke the build: http://build.chromium.org/p/chromium.mac/builders/Mac%20Builder%20%28dbg%29/builds/63598/steps/compile/logs/stdio BUG= TBR=ben Review URL: https://codereview.chromium.org/198283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256686 0039d316-1c4b-4281-b951-d872f2087c98
* Move wm/core to wm namespace.ben@chromium.org2014-03-121-0/+1
| | | | | | | | | | | | Also sets up new targets for wm_core, wm_core_unittests, etc. R=sky@chromium.org TBR=sky@chromium.org BUG= Review URL: https://codereview.chromium.org/196063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256680 0039d316-1c4b-4281-b951-d872f2087c98
* Move geometric types to a separate, more lightweight target.ben@chromium.org2013-12-181-0/+1
| | | | | | | | | R=sky@chromium.org http://crbug.com/327489 Review URL: https://codereview.chromium.org/109433013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241649 0039d316-1c4b-4281-b951-d872f2087c98
* Build browser_ui_views target with chromium_code enabled.tfarina@chromium.org2013-10-271-0/+3
| | | | | | | | | BUG=125846 R=thakis@chromium.org Review URL: https://codereview.chromium.org/46883005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231261 0039d316-1c4b-4281-b951-d872f2087c98
* events: Create a separate events component out of ui.sadrul@chromium.org2013-10-011-0/+1
| | | | | | | | | BUG=none R=ben@chromium.org Review URL: https://codereview.chromium.org/24788002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226105 0039d316-1c4b-4281-b951-d872f2087c98
* gfx: Create a separate gfx component out of ui.sadrul@chromium.org2013-09-301-0/+1
| | | | | | | | | | | Landed previously in r225857, which was reverted in r225859 because it broke android tests. BUG=103304 R=ben@chromium.org Review URL: https://codereview.chromium.org/25015003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225909 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 225857 "gfx: Create a separate gfx component out of ui."ckocagil@chromium.org2013-09-281-1/+0
| | | | | | | | | | | | | | | > gfx: Create a separate gfx component out of ui. > > BUG=103304 > R=ben@chromium.org > > Review URL: https://codereview.chromium.org/25015003 TBR=sadrul@chromium.org Review URL: https://codereview.chromium.org/25161002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225859 0039d316-1c4b-4281-b951-d872f2087c98
* gfx: Create a separate gfx component out of ui.sadrul@chromium.org2013-09-281-0/+1
| | | | | | | | | BUG=103304 R=ben@chromium.org Review URL: https://codereview.chromium.org/25015003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225857 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
* 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
* views: Build tab_renderer_tab.* within browser_ui_views library.tfarina@chromium.org2013-03-011-0/+4
| | | | | | | | | BUG=125846 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/12379015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185616 0039d316-1c4b-4281-b951-d872f2087c98
* Fix win aura component build.jam@chromium.org2013-02-261-0/+7
| | | | | | Review URL: https://codereview.chromium.org/12315108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184673 0039d316-1c4b-4281-b951-d872f2087c98
* views: Start building some tabs/ files within browser_ui_views library.tfarina@chromium.org2013-02-211-0/+3
| | | | | | | | | | BUG=125846 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/12319029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183677 0039d316-1c4b-4281-b951-d872f2087c98
* List innocent header files in the source list of browser_ui_views library.tfarina@chromium.org2013-02-201-0/+3
| | | | | | | | | | | | | | chrome_views_export.h is missing from when chrome_browser_ui_views.gyp were created, the other two doesn't have any dependency so we can list them without any problems. BUG=125846 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/12303031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183390 0039d316-1c4b-4281-b951-d872f2087c98
* chrome_browser_ui_views: Fix Visual Studio 2012 build.mmenke@chromium.org2013-02-191-0/+1
| | | | | | | | | | | | | MSVC2012 is complaining about missing symbols for DCheckAsserter::warn() and DCheckAsserter::~DCheckAsserter(). This CL fixes the issue by making chrome_browser_ui_views.gyp depend on base. BUG=176774 Review URL: https://codereview.chromium.org/12297007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183247 0039d316-1c4b-4281-b951-d872f2087c98
* chrome: Build event_utils.* as part of browser_ui_views library.tfarina@chromium.org2013-02-151-0/+2
| | | | | | | | | | BUG=125846 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/12260062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182797 0039d316-1c4b-4281-b951-d872f2087c98
* chrome: Initial step into building the views UI of Chrome Browser as a ↵tfarina@chromium.org2013-02-141-0/+22
component. BUG=125846 R=ben@chromium.org Review URL: https://codereview.chromium.org/12212013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182369 0039d316-1c4b-4281-b951-d872f2087c98