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

Side by Side Diff: app/app_base.gypi

Issue 7056049: Changes to have chrome building with net.dll (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') | chrome/chrome.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', 10 'msvs_guid': '4631946D-7D5F-44BD-A5A8-504C0A7033BE',
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../base/base.gyp:base_static', 13 '../base/base.gyp:base_static',
14 '../ui/ui.gyp:ui_gfx', 14 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
15 '../build/temp_gyp/googleurl.gyp:googleurl',
15 '../skia/skia.gyp:skia', 16 '../skia/skia.gyp:skia',
16 '../third_party/libpng/libpng.gyp:libpng', 17 '../third_party/libpng/libpng.gyp:libpng',
17 '../third_party/sqlite/sqlite.gyp:sqlite', 18 '../third_party/sqlite/sqlite.gyp:sqlite',
18 '../third_party/zlib/zlib.gyp:zlib', 19 '../third_party/zlib/zlib.gyp:zlib',
20 '../ui/ui.gyp:ui_gfx',
19 '<(libjpeg_gyp_path):libjpeg', 21 '<(libjpeg_gyp_path):libjpeg',
20 ], 22 ],
21 'export_dependent_settings': [ 23 'export_dependent_settings': [
22 '../base/base.gyp:base', 24 '../base/base.gyp:base',
23 '../base/base.gyp:base_static', 25 '../base/base.gyp:base_static',
24 ], 26 ],
25 'sources': [ 27 'sources': [
26 'app_paths.h', 28 'app_paths.h',
27 'app_paths.cc', 29 'app_paths.cc',
28 'mac/nsimage_cache.h', 30 'mac/nsimage_cache.h',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'configurations': { 75 'configurations': {
74 'Common_Base': { 76 'Common_Base': {
75 'msvs_target_platform': 'x64', 77 'msvs_target_platform': 'x64',
76 }, 78 },
77 }, 79 },
78 }, 80 },
79 ], 81 ],
80 }], 82 }],
81 ], 83 ],
82 } 84 }
OLDNEW
« no previous file with comments | « app/app.gyp ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698