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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 17392006: In components/autofill, move browser/ to core/browser/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to fix conflicts Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/webdata/web_data_service_factory.cc ('k') | chrome/chrome_tests_unit.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 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 2361 matching lines...) Expand 10 before | Expand all | Expand 10 after
2372 ['OS != "ios"', { 2372 ['OS != "ios"', {
2373 'dependencies': [ 2373 'dependencies': [
2374 'apps', 2374 'apps',
2375 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2375 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2376 'browser_extensions', 2376 'browser_extensions',
2377 'common/extensions/api/api.gyp:api', 2377 'common/extensions/api/api.gyp:api',
2378 'debugger', 2378 'debugger',
2379 'installer_util', 2379 'installer_util',
2380 'sync_file_system_proto', 2380 'sync_file_system_proto',
2381 '../cc/cc.gyp:cc', 2381 '../cc/cc.gyp:cc',
2382 '../components/components.gyp:autofill_browser',
2383 '../components/components.gyp:autofill_content_browser', 2382 '../components/components.gyp:autofill_content_browser',
2384 '../components/components.gyp:navigation_interception', 2383 '../components/components.gyp:navigation_interception',
2385 '../net/net.gyp:net_with_v8', 2384 '../net/net.gyp:net_with_v8',
2386 '../printing/printing.gyp:printing', 2385 '../printing/printing.gyp:printing',
2387 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2386 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2388 '../third_party/expat/expat.gyp:expat', 2387 '../third_party/expat/expat.gyp:expat',
2389 '../third_party/hunspell/hunspell.gyp:hunspell', 2388 '../third_party/hunspell/hunspell.gyp:hunspell',
2390 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2389 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2391 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2390 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2392 '../third_party/libusb/libusb.gyp:libusb', 2391 '../third_party/libusb/libusb.gyp:libusb',
(...skipping 921 matching lines...) Expand 10 before | Expand all | Expand 10 after
3314 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3313 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3315 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3314 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3316 }, 3315 },
3317 'includes': [ '../build/android/java_cpp_template.gypi' ], 3316 'includes': [ '../build/android/java_cpp_template.gypi' ],
3318 }, 3317 },
3319 ], 3318 ],
3320 }, 3319 },
3321 ], 3320 ],
3322 ], 3321 ],
3323 } 3322 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_data_service_factory.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698