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

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: Rebase 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
« no previous file with comments | « chrome/chrome.gyp ('k') | components/DEPS » ('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 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 2255 matching lines...) Expand 10 before | Expand all | Expand 10 after
2266 'dependencies': [ 2266 'dependencies': [
2267 'apps', 2267 'apps',
2268 'autofill_regexes', 2268 'autofill_regexes',
2269 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2269 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2270 'browser_extensions', 2270 'browser_extensions',
2271 'common/extensions/api/api.gyp:api', 2271 'common/extensions/api/api.gyp:api',
2272 'debugger', 2272 'debugger',
2273 'installer_util', 2273 'installer_util',
2274 'sync_file_system_proto', 2274 'sync_file_system_proto',
2275 '../cc/cc.gyp:cc', 2275 '../cc/cc.gyp:cc',
2276 '../content/content.gyp:navigation_interception', 2276 '../components/components.gyp:navigation_interception',
2277 '../net/net.gyp:net_with_v8', 2277 '../net/net.gyp:net_with_v8',
2278 '../printing/printing.gyp:printing', 2278 '../printing/printing.gyp:printing',
2279 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2279 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2280 '../third_party/expat/expat.gyp:expat', 2280 '../third_party/expat/expat.gyp:expat',
2281 '../third_party/hunspell/hunspell.gyp:hunspell', 2281 '../third_party/hunspell/hunspell.gyp:hunspell',
2282 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2282 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2283 '../third_party/libjingle/libjingle.gyp:libjingle', 2283 '../third_party/libjingle/libjingle.gyp:libjingle',
2284 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2284 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2285 '../third_party/libusb/libusb.gyp:libusb', 2285 '../third_party/libusb/libusb.gyp:libusb',
2286 '../third_party/npapi/npapi.gyp:npapi', 2286 '../third_party/npapi/npapi.gyp:npapi',
(...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after
3134 'variables': { 3134 'variables': {
3135 'jni_gen_dir': 'chrome', 3135 'jni_gen_dir': 'chrome',
3136 }, 3136 },
3137 'includes': [ '../build/jni_generator.gypi' ], 3137 'includes': [ '../build/jni_generator.gypi' ],
3138 }, 3138 },
3139 ], 3139 ],
3140 }, 3140 },
3141 ], 3141 ],
3142 ], 3142 ],
3143 } 3143 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | components/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698