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

Side by Side Diff: app/app_base.gypi

Issue 536028: Split win_util.cc - we need the code in ConvertToLongPath in the 64-bit Windows build (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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 | « no previous file | app/win_util.cc » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'app_base_target': 0, 8 'app_base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 22 matching lines...) Expand all
33 ], 33 ],
34 'include_dirs': [ 34 'include_dirs': [
35 '..', 35 '..',
36 '../chrome/third_party/wtl/include', 36 '../chrome/third_party/wtl/include',
37 ], 37 ],
38 'conditions': [ 38 'conditions': [
39 ['OS=="win"', { 39 ['OS=="win"', {
40 'sources': [ 40 'sources': [
41 'win_util.cc', 41 'win_util.cc',
42 'win_util.h', 42 'win_util.h',
43 'win_util_path.cc',
43 ], 44 ],
44 }], 45 }],
45 ['OS!="linux"', { 46 ['OS!="linux"', {
46 'sources!': [ 47 'sources!': [
47 'gfx/gtk_util.cc', 48 'gfx/gtk_util.cc',
48 'gfx/gtk_util.h', 49 'gfx/gtk_util.h',
49 'gtk_dnd_util.cc', 50 'gtk_dnd_util.cc',
50 'gtk_dnd_util.h', 51 'gtk_dnd_util.h',
51 ], 52 ],
52 }], 53 }],
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 'configurations': { 286 'configurations': {
286 'Common_Base': { 287 'Common_Base': {
287 'msvs_target_platform': 'x64', 288 'msvs_target_platform': 'x64',
288 }, 289 },
289 }, 290 },
290 }, 291 },
291 ], 292 ],
292 }], 293 }],
293 ], 294 ],
294 } 295 }
OLDNEW
« no previous file with comments | « no previous file | app/win_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698