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

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: 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
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 2133 matching lines...) Expand 10 before | Expand all | Expand 10 after
2144 '<(grit_out_dir)/grit/shared_resources_map.cc', 2144 '<(grit_out_dir)/grit/shared_resources_map.cc',
2145 '<(grit_out_dir)/grit/theme_resources_map.cc', 2145 '<(grit_out_dir)/grit/theme_resources_map.cc',
2146 2146
2147 # This file is generated by the autofill_regexes action. 2147 # This file is generated by the autofill_regexes action.
2148 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc', 2148 '<(SHARED_INTERMEDIATE_DIR)/autofill_regex_constants.cc',
2149 ], 2149 ],
2150 'conditions': [ 2150 'conditions': [
2151 ['OS != "ios"', { 2151 ['OS != "ios"', {
2152 'dependencies': [ 2152 'dependencies': [
2153 'autofill_regexes', 2153 'autofill_regexes',
2154 'browser/component/components.gyp:navigation_interception',
2155 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2154 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2156 'browser_extensions', 2155 'browser_extensions',
2157 'common/extensions/api/api.gyp:api', 2156 'common/extensions/api/api.gyp:api',
2158 'debugger', 2157 'debugger',
2159 'installer_util', 2158 'installer_util',
2160 'sync_file_system_proto', 2159 'sync_file_system_proto',
2160 '../content/content.gyp:navigation_interception',
2161 '../net/net.gyp:net_with_v8', 2161 '../net/net.gyp:net_with_v8',
2162 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin 2162 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
2163 '../printing/printing.gyp:printing', 2163 '../printing/printing.gyp:printing',
2164 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2164 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2165 '../third_party/cld/cld.gyp:cld', 2165 '../third_party/cld/cld.gyp:cld',
2166 '../third_party/expat/expat.gyp:expat', 2166 '../third_party/expat/expat.gyp:expat',
2167 '../third_party/hunspell/hunspell.gyp:hunspell', 2167 '../third_party/hunspell/hunspell.gyp:hunspell',
2168 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2168 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2169 '../third_party/libjingle/libjingle.gyp:libjingle', 2169 '../third_party/libjingle/libjingle.gyp:libjingle',
2170 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2170 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
3002 'proto_in_dir': '../third_party/cros_system_api/dbus', 3002 'proto_in_dir': '../third_party/cros_system_api/dbus',
3003 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3003 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3004 }, 3004 },
3005 'includes': ['../build/protoc.gypi'], 3005 'includes': ['../build/protoc.gypi'],
3006 }, 3006 },
3007 ], 3007 ],
3008 }, 3008 },
3009 ], 3009 ],
3010 ], 3010 ],
3011 } 3011 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698