Time to kill googleurl.gyp
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:
Родитель
ea8da93716
Коммит
01951e5533
1
all.gyp
1
all.gyp
|
@ -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',
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
Загрузка…
Ссылка в новой задаче