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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 12434004: Move remaining Autofill code to //components/autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix long lines Created 7 years, 9 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/chrome_browser_chromeos.gypi ('k') | chrome/chrome_renderer.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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2198 matching lines...) Expand 10 before | Expand all | Expand 10 after
2209 'browser/ui/window_sizer/window_sizer_win.cc', 2209 'browser/ui/window_sizer/window_sizer_win.cc',
2210 'browser/ui/window_snapshot/window_snapshot.cc', 2210 'browser/ui/window_snapshot/window_snapshot.cc',
2211 'browser/ui/window_snapshot/window_snapshot.h', 2211 'browser/ui/window_snapshot/window_snapshot.h',
2212 'browser/ui/zoom/zoom_controller.cc', 2212 'browser/ui/zoom/zoom_controller.cc',
2213 'browser/ui/zoom/zoom_controller.h', 2213 'browser/ui/zoom/zoom_controller.h',
2214 'browser/ui/zoom/zoom_observer.h', 2214 'browser/ui/zoom/zoom_observer.h',
2215 ], 2215 ],
2216 'conditions': [ 2216 'conditions': [
2217 ['OS != "ios"', { 2217 ['OS != "ios"', {
2218 'dependencies': [ 2218 'dependencies': [
2219 'autofill_regexes',
2220 'browser_extensions', 2219 'browser_extensions',
2221 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2220 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2222 'common/extensions/api/api.gyp:api', 2221 'common/extensions/api/api.gyp:api',
2223 'debugger', 2222 'debugger',
2224 'installer_util', 2223 'installer_util',
2224 '../components/components.gyp:autofill_regexes',
2225 '../device/device.gyp:device_bluetooth', 2225 '../device/device.gyp:device_bluetooth',
2226 '../net/net.gyp:net_with_v8', 2226 '../net/net.gyp:net_with_v8',
2227 '../printing/printing.gyp:printing', 2227 '../printing/printing.gyp:printing',
2228 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2228 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2229 '../third_party/expat/expat.gyp:expat', 2229 '../third_party/expat/expat.gyp:expat',
2230 '../third_party/hunspell/hunspell.gyp:hunspell', 2230 '../third_party/hunspell/hunspell.gyp:hunspell',
2231 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2231 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2232 '../third_party/libjingle/libjingle.gyp:libjingle', 2232 '../third_party/libjingle/libjingle.gyp:libjingle',
2233 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2233 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2234 '../third_party/npapi/npapi.gyp:npapi', 2234 '../third_party/npapi/npapi.gyp:npapi',
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
2856 }], 2856 }],
2857 ['enable_message_center==1', { 2857 ['enable_message_center==1', {
2858 'dependencies': [ 2858 'dependencies': [
2859 '../ui/message_center/message_center.gyp:message_center', 2859 '../ui/message_center/message_center.gyp:message_center',
2860 ], 2860 ],
2861 }], 2861 }],
2862 ], 2862 ],
2863 }, 2863 },
2864 ], 2864 ],
2865 } 2865 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698