| OLD | NEW |
| 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_chromeos', | 9 'target_name': 'browser_chromeos', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 'cert_logger_proto', | 30 'cert_logger_proto', |
| 31 'chrome_resources.gyp:chrome_extra_resources', | 31 'chrome_resources.gyp:chrome_extra_resources', |
| 32 'chrome_resources.gyp:chrome_resources', | 32 'chrome_resources.gyp:chrome_resources', |
| 33 'chrome_resources.gyp:platform_locale_settings', | 33 'chrome_resources.gyp:platform_locale_settings', |
| 34 'chrome_resources.gyp:theme_resources', | 34 'chrome_resources.gyp:theme_resources', |
| 35 'common', | 35 'common', |
| 36 'common/extensions/api/api.gyp:api', | 36 'common/extensions/api/api.gyp:api', |
| 37 'common_net', | 37 'common_net', |
| 38 'contacts_proto', | 38 'contacts_proto', |
| 39 'debugger', | 39 'debugger', |
| 40 'drive_proto', | |
| 41 'feedback_proto', | 40 'feedback_proto', |
| 42 'in_memory_url_index_cache_proto', | 41 'in_memory_url_index_cache_proto', |
| 43 'installer_util', | 42 'installer_util', |
| 44 'safe_browsing_proto', | 43 'safe_browsing_proto', |
| 45 'safe_browsing_report_proto', | 44 'safe_browsing_report_proto', |
| 46 'variations_seed_proto', | 45 'variations_seed_proto', |
| 47 '../build/linux/system.gyp:dbus-glib', | 46 '../build/linux/system.gyp:dbus-glib', |
| 48 '../build/temp_gyp/googleurl.gyp:googleurl', | 47 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 49 '../chromeos/chromeos.gyp:chromeos', | 48 '../chromeos/chromeos.gyp:chromeos', |
| 50 '../content/content.gyp:content_browser', | 49 '../content/content.gyp:content_browser', |
| (...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 739 '<(INTERMEDIATE_DIR)', | 738 '<(INTERMEDIATE_DIR)', |
| 740 '<(INTERMEDIATE_DIR)/chrome', | 739 '<(INTERMEDIATE_DIR)/chrome', |
| 741 ], | 740 ], |
| 742 'sources/': [ | 741 'sources/': [ |
| 743 ['include', '^browser/chromeos/status/memory_menu_button.cc'], | 742 ['include', '^browser/chromeos/status/memory_menu_button.cc'], |
| 744 ['include', '^browser/chromeos/status/memory_menu_button.h'], | 743 ['include', '^browser/chromeos/status/memory_menu_button.h'], |
| 745 ], | 744 ], |
| 746 }], | 745 }], |
| 747 ], | 746 ], |
| 748 }, | 747 }, |
| 749 { | |
| 750 # Protobuf compiler / generator for the Drive protocol buffer. | |
| 751 'target_name': 'drive_proto', | |
| 752 'type': 'static_library', | |
| 753 'sources': [ 'browser/chromeos/gdata/drive.proto' ], | |
| 754 'variables': { | |
| 755 'proto_in_dir': 'browser/chromeos/gdata', | |
| 756 'proto_out_dir': 'chrome/browser/chromeos/gdata', | |
| 757 }, | |
| 758 'includes': [ '../build/protoc.gypi' ] | |
| 759 }, | |
| 760 ], | 748 ], |
| 761 } | 749 } |
| OLD | NEW |