summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2014-10-17 12:19:19 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-17 19:20:04 +0000
commita703ee15fdcaa713ddf5bca12760e007090737e3 (patch)
tree681d01d361e47520c75e85232192da313bb4c79b
parente7add811144de19a55deb00d23f39eaab0b31fc6 (diff)
downloadchromium_src-a703ee15fdcaa713ddf5bca12760e007090737e3.zip
chromium_src-a703ee15fdcaa713ddf5bca12760e007090737e3.tar.gz
chromium_src-a703ee15fdcaa713ddf5bca12760e007090737e3.tar.bz2
Cleanup: Remove trailing whitespaces in gyp files.
NOTRY=true Review URL: https://codereview.chromium.org/657313004 Cr-Commit-Position: refs/heads/master@{#300140}
-rw-r--r--build/mac/asan.gyp6
-rw-r--r--chrome/browser/nacl_host/test/mock_nacl_gdb.gyp4
-rw-r--r--chrome/chrome_dll.gypi2
-rw-r--r--chrome/chrome_repack_resources.gypi2
-rw-r--r--chrome/chrome_tests.gypi10
-rw-r--r--chrome/tools/profile_reset/jtl_compiler.gyp2
-rw-r--r--cloud_print/common/common.gyp2
-rw-r--r--cloud_print/gcp20/prototype/gcp20_device.gyp8
-rw-r--r--cloud_print/virtual_driver/win/install/virtual_driver_install.gyp2
-rw-r--r--google_apis/gcm/gcm.gyp2
-rw-r--r--ios/provider/ios_components.gyp2
-rw-r--r--ppapi/ppapi_cpp.gypi4
-rw-r--r--ppapi/ppapi_internal.gyp4
13 files changed, 25 insertions, 25 deletions
diff --git a/build/mac/asan.gyp b/build/mac/asan.gyp
index fabe910..5231681 100644
--- a/build/mac/asan.gyp
+++ b/build/mac/asan.gyp
@@ -4,7 +4,7 @@
{
'targets': [
- {
+ {
'target_name': 'asan_dynamic_runtime',
'type': 'none',
'variables': {
@@ -48,6 +48,6 @@
],
}],
],
- },
- ],
+ },
+ ],
}
diff --git a/chrome/browser/nacl_host/test/mock_nacl_gdb.gyp b/chrome/browser/nacl_host/test/mock_nacl_gdb.gyp
index d02468a..952261b 100644
--- a/chrome/browser/nacl_host/test/mock_nacl_gdb.gyp
+++ b/chrome/browser/nacl_host/test/mock_nacl_gdb.gyp
@@ -22,5 +22,5 @@
},
],
}],
- ],
-} \ No newline at end of file
+ ],
+}
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi
index 3d40f64..ecc06e8 100644
--- a/chrome/chrome_dll.gypi
+++ b/chrome/chrome_dll.gypi
@@ -132,7 +132,7 @@
],
'sources': [
'app/chrome_dll.rc',
-
+
'<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc',
# Cursors.
diff --git a/chrome/chrome_repack_resources.gypi b/chrome/chrome_repack_resources.gypi
index 1d7e485..a3ebfab 100644
--- a/chrome/chrome_repack_resources.gypi
+++ b/chrome/chrome_repack_resources.gypi
@@ -31,7 +31,7 @@
'<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources.pak',
'<(SHARED_INTERMEDIATE_DIR)/content/browser/tracing/tracing_resources.pak',
'<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
- '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resources.pak',
+ '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resources.pak',
'<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak',
],
}],
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index f7e0c1b..cfe894e 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -6,19 +6,19 @@
'chrome_browser_extensions_test_support_sources': [
# A list of sources which is shared between different browser tests.
'browser/apps/app_browsertest_util.cc',
- 'browser/apps/app_browsertest_util.h',
+ 'browser/apps/app_browsertest_util.h',
'browser/extensions/browsertest_util.cc',
'browser/extensions/browsertest_util.h',
'browser/extensions/extension_apitest.cc',
- 'browser/extensions/extension_apitest.h',
+ 'browser/extensions/extension_apitest.h',
'browser/extensions/extension_browsertest.cc',
'browser/extensions/extension_browsertest.h',
'browser/extensions/extension_function_test_utils.cc',
'browser/extensions/extension_function_test_utils.h',
'browser/extensions/extension_test_notification_observer.cc',
- 'browser/extensions/extension_test_notification_observer.h',
+ 'browser/extensions/extension_test_notification_observer.h',
'browser/extensions/updater/extension_cache_fake.h',
- 'browser/extensions/updater/extension_cache_fake.cc',
+ 'browser/extensions/updater/extension_cache_fake.cc',
],
'chrome_browser_tests_sources': [
# The list of sources which is only used by chrome browser tests.
@@ -1691,7 +1691,7 @@
'sources': [
'<@(chrome_browser_tests_sources)',
'<@(chrome_browser_extensions_test_support_sources)',
- 'test/base/browser_tests_main.cc',
+ 'test/base/browser_tests_main.cc',
],
'rules': [
{
diff --git a/chrome/tools/profile_reset/jtl_compiler.gyp b/chrome/tools/profile_reset/jtl_compiler.gyp
index 6d21015..f351387 100644
--- a/chrome/tools/profile_reset/jtl_compiler.gyp
+++ b/chrome/tools/profile_reset/jtl_compiler.gyp
@@ -7,7 +7,7 @@
'target_name': 'jtl_compiler',
'type': 'executable',
'dependencies': [
- '../../../base/base.gyp:base',
+ '../../../base/base.gyp:base',
'../../../crypto/crypto.gyp:crypto',
'jtl_compiler_lib',
],
diff --git a/cloud_print/common/common.gyp b/cloud_print/common/common.gyp
index 6d33c08..ea4efa3 100644
--- a/cloud_print/common/common.gyp
+++ b/cloud_print/common/common.gyp
@@ -16,6 +16,6 @@
'<(DEPTH)/cloud_print/common/win/install_utils.cc',
'<(DEPTH)/cloud_print/common/win/install_utils.h',
],
- },
+ },
],
}
diff --git a/cloud_print/gcp20/prototype/gcp20_device.gyp b/cloud_print/gcp20/prototype/gcp20_device.gyp
index 4c32b6e..9198052 100644
--- a/cloud_print/gcp20/prototype/gcp20_device.gyp
+++ b/cloud_print/gcp20/prototype/gcp20_device.gyp
@@ -21,7 +21,7 @@
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '<(DEPTH)/cloud_print/cloud_print_resources.gyp:cloud_print_version_header',
+ '<(DEPTH)/cloud_print/cloud_print_resources.gyp:cloud_print_version_header',
'<(DEPTH)/google_apis/google_apis.gyp:google_apis',
'<(DEPTH)/jingle/jingle.gyp:notifier',
'<(DEPTH)/net/net.gyp:http_server',
@@ -29,7 +29,7 @@
'<(DEPTH)/url/url.gyp:url_lib',
],
'sources': [
- 'cloud_print_response_parser.cc',
+ 'cloud_print_response_parser.cc',
'cloud_print_response_parser.h',
'cloud_print_request.cc',
'cloud_print_request.h',
@@ -39,8 +39,8 @@
'cloud_print_url_request_context_getter.h',
'cloud_print_xmpp_listener.cc',
'cloud_print_xmpp_listener.h',
- 'conio_posix.cc',
- 'conio_posix.h',
+ 'conio_posix.cc',
+ 'conio_posix.h',
'command_line_reader.cc',
'command_line_reader.h',
'dns_packet_parser.cc',
diff --git a/cloud_print/virtual_driver/win/install/virtual_driver_install.gyp b/cloud_print/virtual_driver/win/install/virtual_driver_install.gyp
index 70d14b6..6b19304 100644
--- a/cloud_print/virtual_driver/win/install/virtual_driver_install.gyp
+++ b/cloud_print/virtual_driver/win/install/virtual_driver_install.gyp
@@ -99,7 +99,7 @@
'../../gcp_driver.gpd',
],
},
- ],
+ ],
},
{
'target_name': 'virtual_driver_setup_resources',
diff --git a/google_apis/gcm/gcm.gyp b/google_apis/gcm/gcm.gyp
index 9327149..20a63b9 100644
--- a/google_apis/gcm/gcm.gyp
+++ b/google_apis/gcm/gcm.gyp
@@ -111,7 +111,7 @@
'monitoring/fake_gcm_stats_recorder.cc',
'monitoring/fake_gcm_stats_recorder.h',
],
- },
+ },
# A standalone MCS (mobile connection server) client.
{
diff --git a/ios/provider/ios_components.gyp b/ios/provider/ios_components.gyp
index 002c43a..bd3f4f2 100644
--- a/ios/provider/ios_components.gyp
+++ b/ios/provider/ios_components.gyp
@@ -14,7 +14,7 @@
],
'sources': [
'../public/provider/components/signin/browser/profile_oauth2_token_service_ios_provider.h',
- ]
+ ]
},
],
}
diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi
index 28433e4..bf4d225 100644
--- a/ppapi/ppapi_cpp.gypi
+++ b/ppapi/ppapi_cpp.gypi
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# Shared source lists between trusted and untrusted targets are stored in
+# Shared source lists between trusted and untrusted targets are stored in
# ppapi_sources.gypi.
{
@@ -45,7 +45,7 @@
},
'msvs_disabled_warnings': [
4267,
- ],
+ ],
}],
['OS=="linux"', {
'cflags': ['-Wextra', '-pedantic'],
diff --git a/ppapi/ppapi_internal.gyp b/ppapi/ppapi_internal.gyp
index b58f212..2240ba2 100644
--- a/ppapi/ppapi_internal.gyp
+++ b/ppapi/ppapi_internal.gyp
@@ -243,7 +243,7 @@
],
'defines': [
'<@(nacl_win64_defines)',
- ],
+ ],
'export_dependent_settings': [
'../base/base.gyp:base_win64',
],
@@ -275,7 +275,7 @@
],
'defines': [
'<@(nacl_win64_defines)',
- ],
+ ],
'all_dependent_settings': {
'include_dirs': [
'..',