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

Side by Side Diff: webkit/common/webkit_common.gypi

Issue 17335013: Time to kill googleurl.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/common/user_agent/webkit_user_agent.gyp ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'webkit_common', 8 'target_name': 'webkit_common',
9 'type': '<(component)', 9 'type': '<(component)',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
11 'defines': [ 11 'defines': [
12 'WEBKIT_COMMON_IMPLEMENTATION', 12 'WEBKIT_COMMON_IMPLEMENTATION',
13 ], 13 ],
14 'dependencies': [ 14 'dependencies': [
15 '<(DEPTH)/base/base.gyp:base_i18n', 15 '<(DEPTH)/base/base.gyp:base_i18n',
16 '<(DEPTH)/base/base.gyp:base', 16 '<(DEPTH)/base/base.gyp:base',
17 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 17 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
18 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl',
19 '<(DEPTH)/net/net.gyp:net', 18 '<(DEPTH)/net/net.gyp:net',
20 '<(DEPTH)/skia/skia.gyp:skia', 19 '<(DEPTH)/skia/skia.gyp:skia',
21 '<(DEPTH)/ui/ui.gyp:ui', 20 '<(DEPTH)/ui/ui.gyp:ui',
22 '<(DEPTH)/ui/ui.gyp:ui_resources', 21 '<(DEPTH)/ui/ui.gyp:ui_resources',
22 '<(DEPTH)/url/url.gyp:url_lib',
23 'webkit_resources', 23 'webkit_resources',
24 ], 24 ],
25 25
26 'include_dirs': [ 26 'include_dirs': [
27 '<(INTERMEDIATE_DIR)', 27 '<(INTERMEDIATE_DIR)',
28 '<(SHARED_INTERMEDIATE_DIR)/ui', 28 '<(SHARED_INTERMEDIATE_DIR)/ui',
29 '<(SHARED_INTERMEDIATE_DIR)/webkit', 29 '<(SHARED_INTERMEDIATE_DIR)/webkit',
30 ], 30 ],
31 31
32 'sources': [ 32 'sources': [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'sources/': [['exclude', '_win\\.cc$']], 79 'sources/': [['exclude', '_win\\.cc$']],
80 }, { # else: OS=="win" 80 }, { # else: OS=="win"
81 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 81 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
82 'msvs_disabled_warnings': [ 4800, 4267 ], 82 'msvs_disabled_warnings': [ 4800, 4267 ],
83 'sources/': [['exclude', '_posix\\.cc$']], 83 'sources/': [['exclude', '_posix\\.cc$']],
84 }], 84 }],
85 ], 85 ],
86 }, 86 },
87 ], 87 ],
88 } 88 }
OLDNEW
« no previous file with comments | « webkit/common/user_agent/webkit_user_agent.gyp ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698