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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1622012: Python sync server impl, for test (Closed)
Patch Set: Fixed gyp bug ( :) ) Created 10 years, 7 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
« no previous file with comments | « chrome/chrome.gyp ('k') | 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 'chrome_version_info', 15 'chrome_version_info',
16 'component_extensions', 16 'component_extensions',
17 'domui_shared_resources', 17 'domui_shared_resources',
18 'net_internals_resources', 18 'net_internals_resources',
19 'platform_locale_settings', 19 'platform_locale_settings',
20 'sync_proto', 20 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
21 'syncapi', 21 'syncapi',
22 'theme_resources', 22 'theme_resources',
23 '../app/app.gyp:app_resources', 23 '../app/app.gyp:app_resources',
24 '../app/app.gyp:app_strings', 24 '../app/app.gyp:app_strings',
25 '../media/media.gyp:media', 25 '../media/media.gyp:media',
26 '../printing/printing.gyp:printing', 26 '../printing/printing.gyp:printing',
27 '../skia/skia.gyp:skia', 27 '../skia/skia.gyp:skia',
28 '../third_party/bzip2/bzip2.gyp:bzip2', 28 '../third_party/bzip2/bzip2.gyp:bzip2',
29 '../third_party/expat/expat.gyp:expat', 29 '../third_party/expat/expat.gyp:expat',
30 '../third_party/icu/icu.gyp:icui18n', 30 '../third_party/icu/icu.gyp:icui18n',
(...skipping 3344 matching lines...) Expand 10 before | Expand all | Expand 10 after
3375 ] 3375 ]
3376 }, 3376 },
3377 ], 3377 ],
3378 } 3378 }
3379 3379
3380 # Local Variables: 3380 # Local Variables:
3381 # tab-width:2 3381 # tab-width:2
3382 # indent-tabs-mode:nil 3382 # indent-tabs-mode:nil
3383 # End: 3383 # End:
3384 # vim: set expandtab tabstop=2 shiftwidth=2: 3384 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698