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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10147003: [Sync] Move 'syncapi_core' and 'sync_unit_tests' targets to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head Created 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
11 'dependencies': [ 11 'dependencies': [
12 'app/policy/cloud_policy_codegen.gyp:policy', 12 'app/policy/cloud_policy_codegen.gyp:policy',
13 'autofill_regexes', 13 'autofill_regexes',
14 'browser_extensions', 14 'browser_extensions',
15 '../sync/protocol/sync_proto.gyp:sync_proto', 15 '../sync/protocol/sync_proto.gyp:sync_proto',
16 'cert_logger_proto', 16 'cert_logger_proto',
17 'chrome_resources.gyp:chrome_extra_resources', 17 'chrome_resources.gyp:chrome_extra_resources',
18 'chrome_resources.gyp:chrome_resources', 18 'chrome_resources.gyp:chrome_resources',
19 'chrome_resources.gyp:chrome_strings', 19 'chrome_resources.gyp:chrome_strings',
20 'chrome_resources.gyp:platform_locale_settings', 20 'chrome_resources.gyp:platform_locale_settings',
21 'chrome_resources.gyp:theme_resources', 21 'chrome_resources.gyp:theme_resources',
22 'common', 22 'common',
23 'common/extensions/api/api.gyp:api', 23 'common/extensions/api/api.gyp:api',
24 'common_net', 24 'common_net',
25 'debugger', 25 'debugger',
26 'in_memory_url_index_cache_proto', 26 'in_memory_url_index_cache_proto',
27 'installer_util', 27 'installer_util',
28 'safe_browsing_proto', 28 'safe_browsing_proto',
29 'safe_browsing_report_proto', 29 'safe_browsing_report_proto',
30 # TODO(sync): Make browser not depend on syncapi_core directly.
31 'syncapi_core',
32 'syncapi_service', 30 'syncapi_service',
33 'feedback_proto', 31 'feedback_proto',
34 'gdata_proto', 32 'gdata_proto',
35 '../build/temp_gyp/googleurl.gyp:googleurl', 33 '../build/temp_gyp/googleurl.gyp:googleurl',
36 '../content/content.gyp:content_browser', 34 '../content/content.gyp:content_browser',
37 '../crypto/crypto.gyp:crypto', 35 '../crypto/crypto.gyp:crypto',
38 '../media/media.gyp:media', 36 '../media/media.gyp:media',
39 '../net/net.gyp:net', 37 '../net/net.gyp:net',
40 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin 38 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
41 '../printing/printing.gyp:printing', 39 '../printing/printing.gyp:printing',
42 '../skia/skia.gyp:skia', 40 '../skia/skia.gyp:skia',
41 # TODO(sync): Make browser not depend on syncapi_core directly.
tim (not reviewing) 2012/04/20 21:09:12 Hrm, what was our thinking here again? Browser/syn
akalin 2012/04/20 21:55:57 I thought someone else added this TODO, but it tur
42 '../sync/sync.gyp:syncapi_core',
43 '../third_party/bzip2/bzip2.gyp:bzip2', 43 '../third_party/bzip2/bzip2.gyp:bzip2',
44 '../third_party/cld/cld.gyp:cld', 44 '../third_party/cld/cld.gyp:cld',
45 '../third_party/expat/expat.gyp:expat', 45 '../third_party/expat/expat.gyp:expat',
46 '../third_party/hunspell/hunspell.gyp:hunspell', 46 '../third_party/hunspell/hunspell.gyp:hunspell',
47 '../third_party/icu/icu.gyp:icui18n', 47 '../third_party/icu/icu.gyp:icui18n',
48 '../third_party/icu/icu.gyp:icuuc', 48 '../third_party/icu/icu.gyp:icuuc',
49 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 49 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
50 '../third_party/libjingle/libjingle.gyp:libjingle', 50 '../third_party/libjingle/libjingle.gyp:libjingle',
51 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 51 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
52 '../third_party/libxml/libxml.gyp:libxml', 52 '../third_party/libxml/libxml.gyp:libxml',
(...skipping 5152 matching lines...) Expand 10 before | Expand all | Expand 10 after
5205 'type': 'static_library', 5205 'type': 'static_library',
5206 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5206 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5207 'variables': { 5207 'variables': {
5208 'proto_in_dir': 'browser/chromeos/gdata', 5208 'proto_in_dir': 'browser/chromeos/gdata',
5209 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5209 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5210 }, 5210 },
5211 'includes': [ '../build/protoc.gypi' ] 5211 'includes': [ '../build/protoc.gypi' ]
5212 }, 5212 },
5213 ], 5213 ],
5214 } 5214 }
OLDNEW
« chrome/browser/webdata/DEPS ('K') | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698