OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 12 matching lines...) Expand all Loading... | |
23 'common_net', | 23 'common_net', |
24 'debugger', | 24 'debugger', |
25 'in_memory_url_index_cache_proto', | 25 'in_memory_url_index_cache_proto', |
26 'installer_util', | 26 'installer_util', |
27 'safe_browsing_proto', | 27 'safe_browsing_proto', |
28 'safe_browsing_report_proto', | 28 'safe_browsing_report_proto', |
29 # TODO(sync): Make browser not depend on syncapi_core directly. | 29 # TODO(sync): Make browser not depend on syncapi_core directly. |
30 'syncapi_core', | 30 'syncapi_core', |
31 'syncapi_service', | 31 'syncapi_service', |
32 'feedback_proto', | 32 'feedback_proto', |
33 '../ash/ash.gyp:ash_strings', | |
tony
2012/02/07 18:16:00
Is this needed? Does a browser .cc file actually
| |
33 '../build/temp_gyp/googleurl.gyp:googleurl', | 34 '../build/temp_gyp/googleurl.gyp:googleurl', |
34 '../content/content.gyp:content_browser', | 35 '../content/content.gyp:content_browser', |
35 '../crypto/crypto.gyp:crypto', | 36 '../crypto/crypto.gyp:crypto', |
36 '../media/media.gyp:media', | 37 '../media/media.gyp:media', |
37 '../net/net.gyp:net', | 38 '../net/net.gyp:net', |
38 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 39 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
39 '../printing/printing.gyp:printing', | 40 '../printing/printing.gyp:printing', |
40 '../skia/skia.gyp:skia', | 41 '../skia/skia.gyp:skia', |
41 '../third_party/bzip2/bzip2.gyp:bzip2', | 42 '../third_party/bzip2/bzip2.gyp:bzip2', |
42 '../third_party/cld/cld.gyp:cld', | 43 '../third_party/cld/cld.gyp:cld', |
(...skipping 5398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5441 'type': 'static_library', | 5442 'type': 'static_library', |
5442 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5443 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5443 'variables': { | 5444 'variables': { |
5444 'proto_in_dir': 'browser/history', | 5445 'proto_in_dir': 'browser/history', |
5445 'proto_out_dir': 'chrome/browser/history', | 5446 'proto_out_dir': 'chrome/browser/history', |
5446 }, | 5447 }, |
5447 'includes': [ '../build/protoc.gypi' ] | 5448 'includes': [ '../build/protoc.gypi' ] |
5448 }, | 5449 }, |
5449 ], | 5450 ], |
5450 } | 5451 } |
OLD | NEW |