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', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 2142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2153 '<(grit_out_dir)/grit/shared_resources_map.cc', | 2153 '<(grit_out_dir)/grit/shared_resources_map.cc', |
2154 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2154 '<(grit_out_dir)/grit/theme_resources_map.cc', |
2155 | 2155 |
2156 # This file is generated by the autofill_regexes action. | 2156 # This file is generated by the autofill_regexes action. |
2157 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', | 2157 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', |
2158 ], | 2158 ], |
2159 'conditions': [ | 2159 'conditions': [ |
2160 ['OS != "ios"', { | 2160 ['OS != "ios"', { |
2161 'dependencies': [ | 2161 'dependencies': [ |
2162 'autofill_regexes', | 2162 'autofill_regexes', |
2163 'browser/component/components.gyp:navigation_interception', | |
2164 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2163 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2165 'browser_extensions', | 2164 'browser_extensions', |
2166 'common/extensions/api/api.gyp:api', | 2165 'common/extensions/api/api.gyp:api', |
2167 'debugger', | 2166 'debugger', |
2168 'installer_util', | 2167 'installer_util', |
2169 'sync_file_system_proto', | 2168 'sync_file_system_proto', |
| 2169 '../content/content.gyp:navigation_interception', |
2170 '../net/net.gyp:net_with_v8', | 2170 '../net/net.gyp:net_with_v8', |
2171 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin | 2171 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin |
2172 '../printing/printing.gyp:printing', | 2172 '../printing/printing.gyp:printing', |
2173 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2173 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2174 '../third_party/expat/expat.gyp:expat', | 2174 '../third_party/expat/expat.gyp:expat', |
2175 '../third_party/hunspell/hunspell.gyp:hunspell', | 2175 '../third_party/hunspell/hunspell.gyp:hunspell', |
2176 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2176 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2177 '../third_party/libjingle/libjingle.gyp:libjingle', | 2177 '../third_party/libjingle/libjingle.gyp:libjingle', |
2178 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2178 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
2179 '../third_party/npapi/npapi.gyp:npapi', | 2179 '../third_party/npapi/npapi.gyp:npapi', |
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3027 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3027 'proto_in_dir': '../third_party/cros_system_api/dbus', |
3028 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3028 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
3029 }, | 3029 }, |
3030 'includes': ['../build/protoc.gypi'], | 3030 'includes': ['../build/protoc.gypi'], |
3031 }, | 3031 }, |
3032 ], | 3032 ], |
3033 }, | 3033 }, |
3034 ], | 3034 ], |
3035 ], | 3035 ], |
3036 } | 3036 } |
OLD | NEW |