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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11830043: Move content/components/navigation_interception to src/components (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix win build Created 7 years, 11 months 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
OLDNEW
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 2234 matching lines...) Expand 10 before | Expand all | Expand 10 after
2245 ['OS != "ios"', { 2245 ['OS != "ios"', {
2246 'dependencies': [ 2246 'dependencies': [
2247 'autofill_regexes', 2247 'autofill_regexes',
2248 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2248 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2249 'browser_extensions', 2249 'browser_extensions',
2250 'common/extensions/api/api.gyp:api', 2250 'common/extensions/api/api.gyp:api',
2251 'debugger', 2251 'debugger',
2252 'installer_util', 2252 'installer_util',
2253 'sync_file_system_proto', 2253 'sync_file_system_proto',
2254 '../cc/cc.gyp:cc', 2254 '../cc/cc.gyp:cc',
2255 '../content/content.gyp:navigation_interception', 2255 '../components/components.gyp:navigation_interception',
2256 '../net/net.gyp:net_with_v8', 2256 '../net/net.gyp:net_with_v8',
2257 '../printing/printing.gyp:printing', 2257 '../printing/printing.gyp:printing',
2258 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2258 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2259 '../third_party/expat/expat.gyp:expat', 2259 '../third_party/expat/expat.gyp:expat',
2260 '../third_party/hunspell/hunspell.gyp:hunspell', 2260 '../third_party/hunspell/hunspell.gyp:hunspell',
2261 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2261 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2262 '../third_party/libjingle/libjingle.gyp:libjingle', 2262 '../third_party/libjingle/libjingle.gyp:libjingle',
2263 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2263 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2264 '../third_party/libusb/libusb.gyp:libusb', 2264 '../third_party/libusb/libusb.gyp:libusb',
2265 '../third_party/npapi/npapi.gyp:npapi', 2265 '../third_party/npapi/npapi.gyp:npapi',
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
3128 'variables': { 3128 'variables': {
3129 'jni_gen_dir': 'chrome', 3129 'jni_gen_dir': 'chrome',
3130 }, 3130 },
3131 'includes': [ '../build/jni_generator.gypi' ], 3131 'includes': [ '../build/jni_generator.gypi' ],
3132 }, 3132 },
3133 ], 3133 ],
3134 }, 3134 },
3135 ], 3135 ],
3136 ], 3136 ],
3137 } 3137 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698