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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10928017: Moving google_apis and GaiaClient to src/google_apis. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head Created 8 years, 3 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 | « chrome/chrome.gyp ('k') | chrome/chrome_common.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 16 matching lines...) Expand all
27 'in_memory_url_index_cache_proto', 27 'in_memory_url_index_cache_proto',
28 'installer_util', 28 'installer_util',
29 'safe_browsing_proto', 29 'safe_browsing_proto',
30 'safe_browsing_report_proto', 30 'safe_browsing_report_proto',
31 'feedback_proto', 31 'feedback_proto',
32 'variations_seed_proto', 32 'variations_seed_proto',
33 '../build/temp_gyp/googleurl.gyp:googleurl', 33 '../build/temp_gyp/googleurl.gyp:googleurl',
34 '../content/content.gyp:content_browser', 34 '../content/content.gyp:content_browser',
35 '../content/content.gyp:content_common', 35 '../content/content.gyp:content_common',
36 '../crypto/crypto.gyp:crypto', 36 '../crypto/crypto.gyp:crypto',
37 '../google_apis/google_apis.gyp:google_apis',
37 '../media/media.gyp:media', 38 '../media/media.gyp:media',
38 '../net/net.gyp:net_with_v8', 39 '../net/net.gyp:net_with_v8',
39 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin 40 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
40 '../printing/printing.gyp:printing', 41 '../printing/printing.gyp:printing',
41 '../skia/skia.gyp:skia', 42 '../skia/skia.gyp:skia',
42 '../sync/protocol/sync_proto.gyp:sync_proto', 43 '../sync/protocol/sync_proto.gyp:sync_proto',
43 # TODO(akalin): Depend only on syncapi_service from sync. 44 # TODO(akalin): Depend only on syncapi_service from sync.
44 '../sync/sync.gyp:syncapi_core', 45 '../sync/sync.gyp:syncapi_core',
45 '../sync/sync.gyp:syncapi_service', 46 '../sync/sync.gyp:syncapi_service',
46 '../sync/sync.gyp:sync_notifier', 47 '../sync/sync.gyp:sync_notifier',
(...skipping 5019 matching lines...) Expand 10 before | Expand all | Expand 10 after
5066 'includes': [ '../build/jni_generator.gypi' ], 5067 'includes': [ '../build/jni_generator.gypi' ],
5067 'dependencies': [ 5068 'dependencies': [
5068 'android_jar_jni_headers', 5069 'android_jar_jni_headers',
5069 ], 5070 ],
5070 }, 5071 },
5071 ], 5072 ],
5072 }, 5073 },
5073 ], 5074 ],
5074 ], 5075 ],
5075 } 5076 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698