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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11348052: [sync] Componentize sync: Part 1: Clean up sync.gyp and update chrome / test dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase one last time Created 8 years, 1 month 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 | « chrome/chrome.gyp ('k') | chrome/chrome_browser_chromeos.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 17 matching lines...) Expand all
28 'variations_seed_proto', 28 'variations_seed_proto',
29 '../build/temp_gyp/googleurl.gyp:googleurl', 29 '../build/temp_gyp/googleurl.gyp:googleurl',
30 '../cc/cc.gyp:cc', 30 '../cc/cc.gyp:cc',
31 '../content/content.gyp:content_browser', 31 '../content/content.gyp:content_browser',
32 '../content/content.gyp:content_common', 32 '../content/content.gyp:content_common',
33 '../crypto/crypto.gyp:crypto', 33 '../crypto/crypto.gyp:crypto',
34 '../google_apis/google_apis.gyp:google_apis', 34 '../google_apis/google_apis.gyp:google_apis',
35 '../media/media.gyp:media', 35 '../media/media.gyp:media',
36 '../skia/skia.gyp:skia', 36 '../skia/skia.gyp:skia',
37 '../sync/protocol/sync_proto.gyp:sync_proto', 37 '../sync/protocol/sync_proto.gyp:sync_proto',
38 # TODO(akalin): Depend only on syncapi_service from sync. 38 # TODO(akalin): Depend only on sync_api from sync.
39 '../sync/sync.gyp:syncapi_core', 39 '../sync/sync.gyp:sync_api',
40 '../sync/sync.gyp:syncapi_service', 40 '../sync/sync.gyp:sync_internal_api',
41 '../sync/sync.gyp:sync_notifier', 41 '../sync/sync.gyp:sync_notifier',
42 '../third_party/bzip2/bzip2.gyp:bzip2', 42 '../third_party/bzip2/bzip2.gyp:bzip2',
43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
45 '../third_party/icu/icu.gyp:icui18n', 45 '../third_party/icu/icu.gyp:icui18n',
46 '../third_party/icu/icu.gyp:icuuc', 46 '../third_party/icu/icu.gyp:icuuc',
47 '../third_party/libusb/libusb.gyp:libusb', 47 '../third_party/libusb/libusb.gyp:libusb',
48 '../third_party/libxml/libxml.gyp:libxml', 48 '../third_party/libxml/libxml.gyp:libxml',
49 '../third_party/zlib/zlib.gyp:minizip', 49 '../third_party/zlib/zlib.gyp:minizip',
50 '../third_party/zlib/zlib.gyp:zlib', 50 '../third_party/zlib/zlib.gyp:zlib',
(...skipping 2978 matching lines...) Expand 10 before | Expand all | Expand 10 after
3029 'proto_in_dir': '../third_party/cros_system_api/dbus', 3029 'proto_in_dir': '../third_party/cros_system_api/dbus',
3030 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3030 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3031 }, 3031 },
3032 'includes': ['../build/protoc.gypi'], 3032 'includes': ['../build/protoc.gypi'],
3033 }, 3033 },
3034 ], 3034 ],
3035 }, 3035 },
3036 ], 3036 ],
3037 ], 3037 ],
3038 } 3038 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698