OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 15 matching lines...) Expand all Loading... |
26 'safe_browsing_proto', | 26 'safe_browsing_proto', |
27 'safe_browsing_report_proto', | 27 'safe_browsing_report_proto', |
28 'variations_seed_proto', | 28 'variations_seed_proto', |
29 '../build/temp_gyp/googleurl.gyp:googleurl', | 29 '../build/temp_gyp/googleurl.gyp:googleurl', |
30 '../content/content.gyp:content_browser', | 30 '../content/content.gyp:content_browser', |
31 '../content/content.gyp:content_common', | 31 '../content/content.gyp:content_common', |
32 '../crypto/crypto.gyp:crypto', | 32 '../crypto/crypto.gyp:crypto', |
33 '../google_apis/google_apis.gyp:google_apis', | 33 '../google_apis/google_apis.gyp:google_apis', |
34 '../media/media.gyp:media', | 34 '../media/media.gyp:media', |
35 '../skia/skia.gyp:skia', | 35 '../skia/skia.gyp:skia', |
36 '../sync/protocol/sync_proto.gyp:sync_proto', | 36 '../sql/sql.gyp:sql', |
37 # TODO(akalin): Depend only on sync_api from sync. | 37 '../sync/sync.gyp:sync', |
38 '../sync/sync.gyp:sync_api', | |
39 '../sync/sync.gyp:sync_internal_api', | |
40 '../sync/sync.gyp:sync_notifier', | |
41 '../third_party/bzip2/bzip2.gyp:bzip2', | 38 '../third_party/bzip2/bzip2.gyp:bzip2', |
42 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 39 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 40 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
44 '../third_party/icu/icu.gyp:icui18n', | 41 '../third_party/icu/icu.gyp:icui18n', |
45 '../third_party/icu/icu.gyp:icuuc', | 42 '../third_party/icu/icu.gyp:icuuc', |
46 '../third_party/libusb/libusb.gyp:libusb', | 43 '../third_party/libusb/libusb.gyp:libusb', |
47 '../third_party/libxml/libxml.gyp:libxml', | 44 '../third_party/libxml/libxml.gyp:libxml', |
48 '../third_party/zlib/zlib.gyp:minizip', | 45 '../third_party/zlib/zlib.gyp:minizip', |
49 '../third_party/zlib/zlib.gyp:zlib', | 46 '../third_party/zlib/zlib.gyp:zlib', |
50 '../ui/base/strings/ui_strings.gyp:ui_strings', | 47 '../ui/base/strings/ui_strings.gyp:ui_strings', |
51 '../ui/ui.gyp:ui', | 48 '../ui/ui.gyp:ui', |
52 '../ui/ui.gyp:ui_resources', | 49 '../ui/ui.gyp:ui_resources', |
53 '../webkit/support/webkit_support.gyp:user_agent', | 50 '../webkit/support/webkit_support.gyp:user_agent', |
54 ], | 51 ], |
55 'include_dirs': [ | 52 'include_dirs': [ |
56 '..', | 53 '..', |
57 '<(INTERMEDIATE_DIR)', | 54 '<(INTERMEDIATE_DIR)', |
58 # Needed by pepper_flash_component_installer.cc. | 55 # Needed by pepper_flash_component_installer.cc. |
59 '<(SHARED_INTERMEDIATE_DIR)', | 56 '<(SHARED_INTERMEDIATE_DIR)', |
60 ], | 57 ], |
61 'export_dependent_settings': [ | 58 'export_dependent_settings': [ |
62 '../sync/sync.gyp:sync_notifier', | 59 '../sync/sync.gyp:sync', |
63 ], | 60 ], |
64 'sources': [ | 61 'sources': [ |
65 # All .cc, .h, .m, and .mm files under browser except for: | 62 # All .cc, .h, .m, and .mm files under browser except for: |
66 # * tests and mocks. | 63 # * tests and mocks. |
67 # * code below browser/chromeos | 64 # * code below browser/chromeos |
68 # * code below browser/extensions | 65 # * code below browser/extensions |
69 'browser/about_flags.cc', | 66 'browser/about_flags.cc', |
70 'browser/about_flags.h', | 67 'browser/about_flags.h', |
71 'browser/about_flags_android.cc', | 68 'browser/about_flags_android.cc', |
72 'browser/accessibility/accessibility_extension_api_constants.cc', | 69 'browser/accessibility/accessibility_extension_api_constants.cc', |
(...skipping 3088 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3161 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3158 'proto_in_dir': '../third_party/cros_system_api/dbus', |
3162 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3159 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
3163 }, | 3160 }, |
3164 'includes': ['../build/protoc.gypi'], | 3161 'includes': ['../build/protoc.gypi'], |
3165 }, | 3162 }, |
3166 ], | 3163 ], |
3167 }, | 3164 }, |
3168 ], | 3165 ], |
3169 ], | 3166 ], |
3170 } | 3167 } |
OLD | NEW |