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

Side by Side Diff: app/app_base.gypi

Issue 7108053: Remove msvs_guids from app, base, breakpad and build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « app/app.gyp ('k') | base/allocator/allocator.gyp » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'app_base', 8 'target_name': 'app_base',
9 'type': 'static_library', 9 'type': 'static_library',
10 'msvs_guid': '4631946D-7D5F-44BD-A5A8-504C0A7033BE',
11 'dependencies': [ 10 'dependencies': [
12 '../base/base.gyp:base', 11 '../base/base.gyp:base',
13 '../base/base.gyp:base_static', 12 '../base/base.gyp:base_static',
14 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 13 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
15 '../build/temp_gyp/googleurl.gyp:googleurl', 14 '../build/temp_gyp/googleurl.gyp:googleurl',
16 '../skia/skia.gyp:skia', 15 '../skia/skia.gyp:skia',
17 '../third_party/libpng/libpng.gyp:libpng', 16 '../third_party/libpng/libpng.gyp:libpng',
18 '../third_party/sqlite/sqlite.gyp:sqlite', 17 '../third_party/sqlite/sqlite.gyp:sqlite',
19 '../third_party/zlib/zlib.gyp:zlib', 18 '../third_party/zlib/zlib.gyp:zlib',
20 '../ui/ui.gyp:ui_gfx', 19 '../ui/ui.gyp:ui_gfx',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'configurations': { 74 'configurations': {
76 'Common_Base': { 75 'Common_Base': {
77 'msvs_target_platform': 'x64', 76 'msvs_target_platform': 'x64',
78 }, 77 },
79 }, 78 },
80 }, 79 },
81 ], 80 ],
82 }], 81 }],
83 ], 82 ],
84 } 83 }
OLDNEW
« no previous file with comments | « app/app.gyp ('k') | base/allocator/allocator.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698