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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1564010: sync: Specify linking dependencies correctly. The browser library contains lo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: get it right this time Created 10 years, 8 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 | chrome/chrome_tests.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
11 'dependencies': [ 11 'dependencies': [
12 'common', 12 'common',
13 'chrome_resources', 13 'chrome_resources',
14 'chrome_strings', 14 'chrome_strings',
15 'component_extensions', 15 'component_extensions',
16 'net_internals_resources', 16 'net_internals_resources',
17 'platform_locale_settings', 17 'platform_locale_settings',
18 'sync_proto', 18 'sync_proto',
19 'syncapi',
19 'theme_resources', 20 'theme_resources',
20 '../app/app.gyp:app_resources', 21 '../app/app.gyp:app_resources',
21 '../app/app.gyp:app_strings', 22 '../app/app.gyp:app_strings',
22 '../media/media.gyp:media', 23 '../media/media.gyp:media',
23 '../printing/printing.gyp:printing', 24 '../printing/printing.gyp:printing',
24 '../skia/skia.gyp:skia', 25 '../skia/skia.gyp:skia',
25 '../third_party/bzip2/bzip2.gyp:bzip2', 26 '../third_party/bzip2/bzip2.gyp:bzip2',
26 '../third_party/expat/expat.gyp:expat', 27 '../third_party/expat/expat.gyp:expat',
27 '../third_party/icu/icu.gyp:icui18n', 28 '../third_party/icu/icu.gyp:icui18n',
28 '../third_party/icu/icu.gyp:icuuc', 29 '../third_party/icu/icu.gyp:icuuc',
(...skipping 3168 matching lines...) Expand 10 before | Expand all | Expand 10 after
3197 ] 3198 ]
3198 }, 3199 },
3199 ], 3200 ],
3200 } 3201 }
3201 3202
3202 # Local Variables: 3203 # Local Variables:
3203 # tab-width:2 3204 # tab-width:2
3204 # indent-tabs-mode:nil 3205 # indent-tabs-mode:nil
3205 # End: 3206 # End:
3206 # vim: set expandtab tabstop=2 shiftwidth=2: 3207 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698