| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| 11 'app/policy/cloud_policy_codegen.gyp:policy', | 11 'app/policy/cloud_policy_codegen.gyp:policy', |
| 12 'autofill_regexes', | 12 'autofill_regexes', |
| 13 'browser/sync/protocol/sync_proto.gyp:sync_proto', | 13 'browser/sync/protocol/sync_proto.gyp:sync_proto', |
| 14 'cert_logger_proto', | 14 'cert_logger_proto', |
| 15 'chrome_extra_resources', | 15 'chrome_resources.gyp:chrome_extra_resources', |
| 16 'chrome_resources', | 16 'chrome_resources.gyp:chrome_resources', |
| 17 'chrome_strings', | 17 'chrome_resources.gyp:chrome_strings', |
| 18 'chrome_resources.gyp:platform_locale_settings', |
| 19 'chrome_resources.gyp:theme_resources', |
| 18 'common', | 20 'common', |
| 19 'common_net', | 21 'common_net', |
| 20 'debugger', | 22 'debugger', |
| 21 'in_memory_url_index_cache_proto', | 23 'in_memory_url_index_cache_proto', |
| 22 'installer_util', | 24 'installer_util', |
| 23 'platform_locale_settings', | |
| 24 'safe_browsing_proto', | 25 'safe_browsing_proto', |
| 25 'safe_browsing_report_proto', | 26 'safe_browsing_report_proto', |
| 26 # TODO(sync): Make browser not depend on syncapi_core directly. | 27 # TODO(sync): Make browser not depend on syncapi_core directly. |
| 27 'syncapi_core', | 28 'syncapi_core', |
| 28 'syncapi_service', | 29 'syncapi_service', |
| 29 'theme_resources', | |
| 30 'userfeedback_proto', | 30 'userfeedback_proto', |
| 31 '../build/temp_gyp/googleurl.gyp:googleurl', | 31 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 32 '../content/content.gyp:content_browser', | 32 '../content/content.gyp:content_browser', |
| 33 '../crypto/crypto.gyp:crypto', | 33 '../crypto/crypto.gyp:crypto', |
| 34 '../media/media.gyp:media', | 34 '../media/media.gyp:media', |
| 35 '../net/net.gyp:net', | 35 '../net/net.gyp:net', |
| 36 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 36 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
| 37 '../printing/printing.gyp:printing', | 37 '../printing/printing.gyp:printing', |
| 38 '../skia/skia.gyp:skia', | 38 '../skia/skia.gyp:skia', |
| 39 '../third_party/bzip2/bzip2.gyp:bzip2', | 39 '../third_party/bzip2/bzip2.gyp:bzip2', |
| (...skipping 5212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5252 'type': 'static_library', | 5252 'type': 'static_library', |
| 5253 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5253 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5254 'variables': { | 5254 'variables': { |
| 5255 'proto_in_dir': 'browser/history', | 5255 'proto_in_dir': 'browser/history', |
| 5256 'proto_out_dir': 'chrome/browser/history', | 5256 'proto_out_dir': 'chrome/browser/history', |
| 5257 }, | 5257 }, |
| 5258 'includes': [ '../build/protoc.gypi' ] | 5258 'includes': [ '../build/protoc.gypi' ] |
| 5259 }, | 5259 }, |
| 5260 ], | 5260 ], |
| 5261 } | 5261 } |
| OLD | NEW |