Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Issue 245020: Fix the linux shared build for common_constants.... (Closed)

Created:
11 years, 2 months ago by Lei Zhang
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix the linux shared build for common_constants. BUG=none TEST=Linux shared build. TBR=maruel Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=27332

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M chrome/chrome.gyp View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Lei Zhang
11 years, 2 months ago (2009-09-26 22:35:05 UTC) #1
M-A Ruel
11 years, 2 months ago (2009-09-26 22:48:44 UTC) #2
lgtm

On Sep 26, 2009 6:35 PM, <thestig@chromium.org> wrote:


Reviewers: Marc-Antoine Ruel,

Description:
Fix the linux shared build for common_constants.

BUG=none
TEST=Linux shared build.
TBR=maruel

Please review this at http://codereview.chromium.org/245020

SVN Base: svn://chrome-svn/chrome/trunk/src/

Affected files:
 M     chrome/chrome.gyp


Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp   (revision 27329)
+++ chrome/chrome.gyp   (working copy)
@@ -399,6 +399,11 @@
      'dependencies': [
        '../base/base.gyp:base',
      ],
+      'conditions': [
+        ['OS=="linux"', {
+          'dependencies': ['../build/linux/system.gyp:gtk'],
+        }],
+      ],
      'sources': [
        'common/chrome_constants.cc',
        'common/chrome_constants.h',

Powered by Google App Engine
This is Rietveld 408576698