| 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 26 matching lines...) Expand all Loading... |
| 37 'common_net', | 37 'common_net', |
| 38 'contacts_proto', | 38 'contacts_proto', |
| 39 'debugger', | 39 'debugger', |
| 40 'drive_proto', | 40 'drive_proto', |
| 41 'feedback_proto', | 41 'feedback_proto', |
| 42 'in_memory_url_index_cache_proto', | 42 'in_memory_url_index_cache_proto', |
| 43 'installer_util', | 43 'installer_util', |
| 44 'safe_browsing_proto', | 44 'safe_browsing_proto', |
| 45 'safe_browsing_report_proto', | 45 'safe_browsing_report_proto', |
| 46 'variations_seed_proto', | 46 'variations_seed_proto', |
| 47 '../build/linux/system.gyp:dbus-glib', | 47 '../build/linux/system.gyp:dbus', |
| 48 '../build/temp_gyp/googleurl.gyp:googleurl', | 48 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 49 '../chromeos/chromeos.gyp:chromeos', | 49 '../chromeos/chromeos.gyp:chromeos', |
| 50 '../content/content.gyp:content_browser', | 50 '../content/content.gyp:content_browser', |
| 51 '../content/content.gyp:content_common', | 51 '../content/content.gyp:content_common', |
| 52 '../crypto/crypto.gyp:crypto', | 52 '../crypto/crypto.gyp:crypto', |
| 53 '../dbus/dbus.gyp:dbus', | 53 '../dbus/dbus.gyp:dbus', |
| 54 '../device/device.gyp:device_bluetooth', | 54 '../device/device.gyp:device_bluetooth', |
| 55 '../media/media.gyp:media', | 55 '../media/media.gyp:media', |
| 56 '../net/net.gyp:net', | 56 '../net/net.gyp:net', |
| 57 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin | 57 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
| (...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 739 'type': 'static_library', | 739 'type': 'static_library', |
| 740 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 740 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
| 741 'variables': { | 741 'variables': { |
| 742 'proto_in_dir': 'browser/chromeos/drive', | 742 'proto_in_dir': 'browser/chromeos/drive', |
| 743 'proto_out_dir': 'chrome/browser/chromeos/drive', | 743 'proto_out_dir': 'chrome/browser/chromeos/drive', |
| 744 }, | 744 }, |
| 745 'includes': [ '../build/protoc.gypi' ] | 745 'includes': [ '../build/protoc.gypi' ] |
| 746 }, | 746 }, |
| 747 ], | 747 ], |
| 748 } | 748 } |
| OLD | NEW |