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

Side by Side Diff: chrome/chrome_common.gypi

Issue 699001: Move wtl from chrome/third_party to third_party/. This... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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/chrome_browser.gypi ('k') | chrome/chrome_dll.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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
11 ['chrome_common_target==1', { 11 ['chrome_common_target==1', {
12 'include_dirs': [ 12 'include_dirs': [
13 '..', 13 '..',
14 ], 14 ],
15 'conditions': [ 15 'conditions': [
16 ['OS=="win"', { 16 ['OS=="win"', {
17 'include_dirs': [ 17 'include_dirs': [
18 'third_party/wtl/include', 18 '<(DEPTH)/third_party/wtl/include',
19 ], 19 ],
20 }], 20 }],
21 ], 21 ],
22 'sources': [ 22 'sources': [
23 # .cc, .h, and .mm files under chrome/common that are used on all 23 # .cc, .h, and .mm files under chrome/common that are used on all
24 # platforms, including both 32-bit and 64-bit Windows. 24 # platforms, including both 32-bit and 64-bit Windows.
25 # Test files are not included. 25 # Test files are not included.
26 'common/app_mode_constants_mac.h', 26 'common/app_mode_constants_mac.h',
27 'common/app_mode_constants_mac.mm', 27 'common/app_mode_constants_mac.mm',
28 'common/bindings_policy.h', 28 'common/bindings_policy.h',
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'configurations': { 362 'configurations': {
363 'Common_Base': { 363 'Common_Base': {
364 'msvs_target_platform': 'x64', 364 'msvs_target_platform': 'x64',
365 }, 365 },
366 }, 366 },
367 }, 367 },
368 ], 368 ],
369 }], 369 }],
370 ], 370 ],
371 } 371 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698