Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11293017: Move navigation interception component to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add findbugs suppression for compatibility code. Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698