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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10836354: Rename GData* to Drive* in gdata.proto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix for comments. Created 8 years, 4 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/browser/ui/webui/feedback_ui.cc ('k') | no next file » | 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 11 matching lines...) Expand all
22 'chrome_resources.gyp:theme_resources', 22 'chrome_resources.gyp:theme_resources',
23 'common', 23 'common',
24 'common/extensions/api/api.gyp:api', 24 'common/extensions/api/api.gyp:api',
25 'common_net', 25 'common_net',
26 'debugger', 26 'debugger',
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 'gdata_proto', 32 'drive_proto',
33 'contacts_proto', 33 'contacts_proto',
34 'variations_seed_proto', 34 'variations_seed_proto',
35 '../build/temp_gyp/googleurl.gyp:googleurl', 35 '../build/temp_gyp/googleurl.gyp:googleurl',
36 '../content/content.gyp:content_browser', 36 '../content/content.gyp:content_browser',
37 '../content/content.gyp:content_common', 37 '../content/content.gyp:content_common',
38 '../crypto/crypto.gyp:crypto', 38 '../crypto/crypto.gyp:crypto',
39 '../media/media.gyp:media', 39 '../media/media.gyp:media',
40 '../net/net.gyp:net', 40 '../net/net.gyp:net',
41 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin 41 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
42 '../printing/printing.gyp:printing', 42 '../printing/printing.gyp:printing',
(...skipping 5498 matching lines...) Expand 10 before | Expand all | Expand 10 after
5541 'target_name': 'in_memory_url_index_cache_proto', 5541 'target_name': 'in_memory_url_index_cache_proto',
5542 'type': 'static_library', 5542 'type': 'static_library',
5543 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5543 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5544 'variables': { 5544 'variables': {
5545 'proto_in_dir': 'browser/history', 5545 'proto_in_dir': 'browser/history',
5546 'proto_out_dir': 'chrome/browser/history', 5546 'proto_out_dir': 'chrome/browser/history',
5547 }, 5547 },
5548 'includes': [ '../build/protoc.gypi' ] 5548 'includes': [ '../build/protoc.gypi' ]
5549 }, 5549 },
5550 { 5550 {
5551 # Protobuf compiler / generator for the GData protocol buffer. 5551 # Protobuf compiler / generator for the Drive protocol buffer.
5552 'target_name': 'gdata_proto', 5552 'target_name': 'drive_proto',
5553 'type': 'static_library', 5553 'type': 'static_library',
5554 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5554 'sources': [ 'browser/chromeos/gdata/drive.proto' ],
5555 'variables': { 5555 'variables': {
5556 'proto_in_dir': 'browser/chromeos/gdata', 5556 'proto_in_dir': 'browser/chromeos/gdata',
5557 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5557 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5558 }, 5558 },
5559 'includes': [ '../build/protoc.gypi' ] 5559 'includes': [ '../build/protoc.gypi' ]
5560 }, 5560 },
5561 { 5561 {
5562 # Protobuf compiler / generator for contacts-related protocol buffers. 5562 # Protobuf compiler / generator for contacts-related protocol buffers.
5563 'target_name': 'contacts_proto', 5563 'target_name': 'contacts_proto',
5564 'type': 'static_library', 5564 'type': 'static_library',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
5612 'includes': [ '../build/jni_generator.gypi' ], 5612 'includes': [ '../build/jni_generator.gypi' ],
5613 'dependencies': [ 5613 'dependencies': [
5614 'android_jar_jni_headers', 5614 'android_jar_jni_headers',
5615 ], 5615 ],
5616 }, 5616 },
5617 ], 5617 ],
5618 }, 5618 },
5619 ], 5619 ],
5620 ], 5620 ],
5621 } 5621 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/feedback_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698