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

Unified Diff: components/sessions.gypi

Issue 1038013002: Replace tabs with spaces in gyp file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions.gypi
diff --git a/components/sessions.gypi b/components/sessions.gypi
index 1b429ac37493a13c0937bdf935f0ca68979843ef..ce930d87bac40c1cbaba011ae77284137ad0f573 100644
--- a/components/sessions.gypi
+++ b/components/sessions.gypi
@@ -74,73 +74,73 @@
'conditions': [
['OS!="ios"', {
'targets': [
- {
- # GN version: //components/sessions:sessions_content
- 'target_name': 'sessions_content',
- 'type': '<(component)',
- 'dependencies': [
- '../base/base.gyp:base',
- '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../content/content.gyp:content_browser',
- '../skia/skia.gyp:skia',
- '../third_party/protobuf/protobuf.gyp:protobuf_lite',
- '../ui/base/ui_base.gyp:ui_base',
+ {
+ # GN version: //components/sessions:sessions_content
+ 'target_name': 'sessions_content',
+ 'type': '<(component)',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ '../content/content.gyp:content_browser',
+ '../skia/skia.gyp:skia',
+ '../third_party/protobuf/protobuf.gyp:protobuf_lite',
+ '../ui/base/ui_base.gyp:ui_base',
'../ui/gfx/gfx.gyp:gfx_geometry',
- '../url/url.gyp:url_lib',
- ],
- 'include_dirs': [
- '..',
- ],
- 'defines': [
- 'SESSIONS_IMPLEMENTATION',
- ],
- 'sources': [
- # Note: sources list duplicated in GN build.
- '<@(sessions_core_sources)',
+ '../url/url.gyp:url_lib',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'defines': [
+ 'SESSIONS_IMPLEMENTATION',
+ ],
+ 'sources': [
+ # Note: sources list duplicated in GN build.
+ '<@(sessions_core_sources)',
- 'sessions/content/content_serialized_navigation_builder.cc',
- 'sessions/content/content_serialized_navigation_builder.h',
- 'sessions/content/content_serialized_navigation_driver.cc',
- 'sessions/content/content_serialized_navigation_driver.h',
- ],
- 'conditions': [
- ['android_webview_build == 0', {
- 'dependencies': [
- '../sync/sync.gyp:sync',
- ]
- }],
- ],
- },
+ 'sessions/content/content_serialized_navigation_builder.cc',
+ 'sessions/content/content_serialized_navigation_builder.h',
+ 'sessions/content/content_serialized_navigation_driver.cc',
+ 'sessions/content/content_serialized_navigation_driver.h',
+ ],
+ 'conditions': [
+ ['android_webview_build == 0', {
+ 'dependencies': [
+ '../sync/sync.gyp:sync',
+ ]
+ }],
+ ],
+ },
],
}, { # OS==ios
'targets': [
- {
- 'target_name': 'sessions_ios',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
+ {
+ 'target_name': 'sessions_ios',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
'../ios/web/ios_web.gyp:ios_web',
'../sync/sync.gyp:sync',
- '../third_party/protobuf/protobuf.gyp:protobuf_lite',
- '../ui/base/ui_base.gyp:ui_base',
+ '../third_party/protobuf/protobuf.gyp:protobuf_lite',
+ '../ui/base/ui_base.gyp:ui_base',
'../ui/gfx/gfx.gyp:gfx_geometry',
- '../url/url.gyp:url_lib',
- ],
- 'include_dirs': [
- '..',
- ],
- 'defines': [
- 'SESSIONS_IMPLEMENTATION',
- ],
- 'sources': [
- '<@(sessions_core_sources)',
+ '../url/url.gyp:url_lib',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'defines': [
+ 'SESSIONS_IMPLEMENTATION',
+ ],
+ 'sources': [
+ '<@(sessions_core_sources)',
- 'sessions/ios/ios_serialized_navigation_builder.cc',
- 'sessions/ios/ios_serialized_navigation_builder.h',
- 'sessions/ios/ios_serialized_navigation_driver.cc',
- 'sessions/ios/ios_serialized_navigation_driver.h',
- ],
- },
+ 'sessions/ios/ios_serialized_navigation_builder.cc',
+ 'sessions/ios/ios_serialized_navigation_builder.h',
+ 'sessions/ios/ios_serialized_navigation_driver.cc',
+ 'sessions/ios/ios_serialized_navigation_driver.h',
+ ],
+ },
],
}],
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698