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

Side by Side Diff: chrome/common_constants.gyp

Issue 348663003: Work toward a chrome/common GN target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no android 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 | « chrome/common/net/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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'includes': [ 10 'includes': [
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 '<(make_version_cc_path)', 55 '<(make_version_cc_path)',
56 '<@(_outputs)', 56 '<@(_outputs)',
57 '<(version_full)', 57 '<(version_full)',
58 ], 58 ],
59 'process_outputs_as_sources': 1, 59 'process_outputs_as_sources': 1,
60 }, 60 },
61 ], 61 ],
62 }, 62 },
63 'targets': [ 63 'targets': [
64 { 64 {
65 # GN version: //chrome/common:constants
65 'target_name': 'common_constants', 66 'target_name': 'common_constants',
66 'type': 'static_library', 67 'type': 'static_library',
67 'include_dirs': [ 68 'include_dirs': [
68 '<(SHARED_INTERMEDIATE_DIR)', # Needed by chrome_paths.cc. 69 '<(SHARED_INTERMEDIATE_DIR)', # Needed by chrome_paths.cc.
69 ], 70 ],
70 'dependencies': [ 71 'dependencies': [
71 '../base/base.gyp:base', 72 '../base/base.gyp:base',
72 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 73 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
73 '../components/components.gyp:bookmarks_common', 74 '../components/components.gyp:bookmarks_common',
74 '../components/nacl.gyp:nacl_switches', 75 '../components/nacl.gyp:nacl_switches',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'configurations': { 108 'configurations': {
108 'Common_Base': { 109 'Common_Base': {
109 'msvs_target_platform': 'x64', 110 'msvs_target_platform': 'x64',
110 }, 111 },
111 }, 112 },
112 }, 113 },
113 ], 114 ],
114 }], 115 }],
115 ], 116 ],
116 } 117 }
OLDNEW
« no previous file with comments | « chrome/common/net/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698