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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 17192004: components: Rename component_resources.* to autofill_strings.* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo 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
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 2347 matching lines...) Expand 10 before | Expand all | Expand 10 after
2358 ], 2358 ],
2359 'conditions': [ 2359 'conditions': [
2360 ['OS != "ios"', { 2360 ['OS != "ios"', {
2361 'dependencies': [ 2361 'dependencies': [
2362 'browser_extensions', 2362 'browser_extensions',
2363 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2363 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2364 'common/extensions/api/api.gyp:api', 2364 'common/extensions/api/api.gyp:api',
2365 'debugger', 2365 'debugger',
2366 'installer_util', 2366 'installer_util',
2367 '../components/components.gyp:autofill_content_risk_proto', 2367 '../components/components.gyp:autofill_content_risk_proto',
2368 '../components/component_resources.gyp:component_resources', 2368 '../components/component_strings.gyp:component_strings',
2369 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2369 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2370 '../net/net.gyp:net_with_v8', 2370 '../net/net.gyp:net_with_v8',
2371 '../printing/printing.gyp:printing', 2371 '../printing/printing.gyp:printing',
2372 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2372 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2373 '../third_party/expat/expat.gyp:expat', 2373 '../third_party/expat/expat.gyp:expat',
2374 '../third_party/hunspell/hunspell.gyp:hunspell', 2374 '../third_party/hunspell/hunspell.gyp:hunspell',
2375 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2375 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2376 '../third_party/libjingle/libjingle.gyp:libjingle', 2376 '../third_party/libjingle/libjingle.gyp:libjingle',
2377 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2377 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2378 '../third_party/npapi/npapi.gyp:npapi', 2378 '../third_party/npapi/npapi.gyp:npapi',
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
3003 ['enable_google_now==0', { 3003 ['enable_google_now==0', {
3004 'sources!': [ 3004 'sources!': [
3005 'browser/ui/webui/options/geolocation_options_handler.cc', 3005 'browser/ui/webui/options/geolocation_options_handler.cc',
3006 'browser/ui/webui/options/geolocation_options_handler.h', 3006 'browser/ui/webui/options/geolocation_options_handler.h',
3007 ], 3007 ],
3008 }], 3008 }],
3009 ], 3009 ],
3010 }, 3010 },
3011 ], 3011 ],
3012 } 3012 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/autofill_options_handler.cc ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698