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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1211793002: Rename safe_json_parser component to safe_json. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 5 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
« no previous file with comments | « chrome/browser/web_resource/chrome_web_resource_service.cc ('k') | chrome/utility/BUILD.gn » ('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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3246 matching lines...) Expand 10 before | Expand all | Expand 10 after
3257 '../components/components.gyp:dom_distiller_content', 3257 '../components/components.gyp:dom_distiller_content',
3258 '../components/components.gyp:favicon_content', 3258 '../components/components.gyp:favicon_content',
3259 '../components/components.gyp:guest_view_browser', 3259 '../components/components.gyp:guest_view_browser',
3260 '../components/components.gyp:history_content_browser', 3260 '../components/components.gyp:history_content_browser',
3261 '../components/components.gyp:keyed_service_content', 3261 '../components/components.gyp:keyed_service_content',
3262 '../components/components.gyp:navigation_interception', 3262 '../components/components.gyp:navigation_interception',
3263 '../components/components.gyp:packed_ct_ev_whitelist', 3263 '../components/components.gyp:packed_ct_ev_whitelist',
3264 '../components/components.gyp:password_manager_content_browser', 3264 '../components/components.gyp:password_manager_content_browser',
3265 '../components/components.gyp:plugins_common', 3265 '../components/components.gyp:plugins_common',
3266 '../components/components.gyp:power', 3266 '../components/components.gyp:power',
3267 '../components/components.gyp:safe_json_parser', 3267 '../components/components.gyp:safe_json',
3268 '../components/components.gyp:sessions_content', 3268 '../components/components.gyp:sessions_content',
3269 '../components/components.gyp:storage_monitor', 3269 '../components/components.gyp:storage_monitor',
3270 '../components/components.gyp:translate_content_browser', 3270 '../components/components.gyp:translate_content_browser',
3271 '../components/components.gyp:url_matcher', 3271 '../components/components.gyp:url_matcher',
3272 '../components/components.gyp:visitedlink_browser', 3272 '../components/components.gyp:visitedlink_browser',
3273 '../components/components.gyp:visitedlink_common', 3273 '../components/components.gyp:visitedlink_common',
3274 '../components/components.gyp:web_cache_browser', 3274 '../components/components.gyp:web_cache_browser',
3275 '../components/components.gyp:web_modal', 3275 '../components/components.gyp:web_modal',
3276 '../components/components.gyp:web_resource', 3276 '../components/components.gyp:web_resource',
3277 '../content/app/resources/content_resources.gyp:content_resources', 3277 '../content/app/resources/content_resources.gyp:content_resources',
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
4056 'variables': { 4056 'variables': {
4057 'proto_in_dir': 'browser/sync_file_system/drive_backend', 4057 'proto_in_dir': 'browser/sync_file_system/drive_backend',
4058 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 4058 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
4059 }, 4059 },
4060 'includes': [ '../build/protoc.gypi' ] 4060 'includes': [ '../build/protoc.gypi' ]
4061 }, 4061 },
4062 ], 4062 ],
4063 },], 4063 },],
4064 ], 4064 ],
4065 } 4065 }
OLDNEW
« no previous file with comments | « chrome/browser/web_resource/chrome_web_resource_service.cc ('k') | chrome/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698