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

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

Issue 344873006: Add widevine and extensions resources to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/BUILD.gn ('k') | no next file » | 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 'variables': { 6 'variables': {
7 'enable_wexit_time_destructors': 1, 7 'enable_wexit_time_destructors': 1,
8 'chromium_code': 1 8 'chromium_code': 1
9 }, 9 },
10 'targets': [ 10 'targets': [
11 { 11 {
12 # GN version: //webkit/common:common",
12 'target_name': 'webkit_common', 13 'target_name': 'webkit_common',
13 'type': '<(component)', 14 'type': '<(component)',
14 'defines': [ 15 'defines': [
15 'WEBKIT_COMMON_IMPLEMENTATION', 16 'WEBKIT_COMMON_IMPLEMENTATION',
16 ], 17 ],
17 'dependencies': [ 18 'dependencies': [
18 '<(DEPTH)/base/base.gyp:base', 19 '<(DEPTH)/base/base.gyp:base',
19 '<(DEPTH)/base/base.gyp:base_i18n', 20 '<(DEPTH)/base/base.gyp:base_i18n',
20 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 21 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
21 '<(DEPTH)/net/net.gyp:net', 22 '<(DEPTH)/net/net.gyp:net',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 }, 63 },
63 }], 64 }],
64 ['OS=="win"', { 65 ['OS=="win"', {
65 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 66 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
66 'msvs_disabled_warnings': [ 4800, 4267 ], 67 'msvs_disabled_warnings': [ 4800, 4267 ],
67 }], 68 }],
68 ], 69 ],
69 }, 70 },
70 ], 71 ],
71 } 72 }
OLDNEW
« no previous file with comments | « webkit/common/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698