Now that Blink has rolled into chromium we can move on and remove googleurl.gyp
from build/temp_gyp!

BUG=229660
R=thestig@chromium.org,darin@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@208034 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
tfarina@chromium.org 2013-06-22 14:20:10 +00:00
Родитель ea8da93716
Коммит 01951e5533
2 изменённых файлов: 0 добавлений и 22 удалений

Просмотреть файл

@ -28,7 +28,6 @@
'../ui/snapshot/snapshot.gyp:*',
'../ui/ui.gyp:*',
'../url/url.gyp:*',
'temp_gyp/googleurl.gyp:*',
],
'conditions': [
['OS!="ios"', {

Просмотреть файл

@ -1,21 +0,0 @@
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'variables': {
'chromium_code': 1,
},
'targets': [
{
'target_name': 'googleurl',
'type': 'none',
'dependencies': [
'../../url/url.gyp:url_lib',
],
'export_dependent_settings': [
'../../url/url.gyp:url_lib',
],
},
],
}