Fix FullScreen crash in Webapp
[platform/framework/web/chromium-efl.git] / tools / check_grd_for_unused_strings.py
index d11c3e1..12c601a 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Copyright 2012 The Chromium Authors
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
@@ -139,32 +139,35 @@ def main():
     ui_strings_dir = os.path.join(ui_dir, 'strings')
     ui_chromeos_dir = os.path.join(ui_dir, 'chromeos')
     grd_files = [
-      os.path.join(ash_base_dir, 'ash_strings.grd'),
-      os.path.join(ash_shortcut_viewer_dir, 'shortcut_viewer_strings.grd'),
-      os.path.join(chrome_app_dir, 'chromium_strings.grd'),
-      os.path.join(chrome_app_dir, 'generated_resources.grd'),
-      os.path.join(chrome_app_dir, 'google_chrome_strings.grd'),
-      os.path.join(chrome_app_res_dir, 'locale_settings.grd'),
-      os.path.join(chrome_app_res_dir, 'locale_settings_chromiumos.grd'),
-      os.path.join(chrome_app_res_dir, 'locale_settings_google_chromeos.grd'),
-      os.path.join(chrome_app_res_dir, 'locale_settings_linux.grd'),
-      os.path.join(chrome_app_res_dir, 'locale_settings_mac.grd'),
-      os.path.join(chrome_app_res_dir, 'locale_settings_win.grd'),
-      os.path.join(chrome_app_dir, 'theme', 'theme_resources.grd'),
-      os.path.join(chrome_dir, 'browser', 'browser_resources.grd'),
-      os.path.join(chrome_dir, 'common', 'common_resources.grd'),
-      os.path.join(chrome_dir, 'renderer', 'resources',
-                   'renderer_resources.grd'),
-      os.path.join(device_base_dir, 'bluetooth', 'bluetooth_strings.grd'),
-      os.path.join(device_base_dir, 'fido', 'fido_strings.grd'),
-      os.path.join(services_dir, 'services_strings.grd'),
-      os.path.join(src_dir, 'chromeos', 'chromeos_strings.grd'),
-      os.path.join(src_dir, 'extensions', 'strings', 'extensions_strings.grd'),
-      os.path.join(src_dir, 'ui', 'resources', 'ui_resources.grd'),
-      os.path.join(src_dir, 'ui', 'webui', 'resources', 'webui_resources.grd'),
-      os.path.join(ui_strings_dir, 'app_locale_settings.grd'),
-      os.path.join(ui_strings_dir, 'ui_strings.grd'),
-      os.path.join(ui_chromeos_dir, 'ui_chromeos_strings.grd'),
+        os.path.join(ash_base_dir, 'ash_strings.grd'),
+        os.path.join(ash_shortcut_viewer_dir, 'shortcut_viewer_strings.grd'),
+        os.path.join(chrome_app_dir, 'chromium_strings.grd'),
+        os.path.join(chrome_app_dir, 'generated_resources.grd'),
+        os.path.join(chrome_app_dir, 'google_chrome_strings.grd'),
+        os.path.join(chrome_app_res_dir, 'locale_settings.grd'),
+        os.path.join(chrome_app_res_dir, 'locale_settings_chromiumos.grd'),
+        os.path.join(chrome_app_res_dir, 'locale_settings_google_chromeos.grd'),
+        os.path.join(chrome_app_res_dir, 'locale_settings_linux.grd'),
+        os.path.join(chrome_app_res_dir, 'locale_settings_mac.grd'),
+        os.path.join(chrome_app_res_dir, 'locale_settings_win.grd'),
+        os.path.join(chrome_app_dir, 'theme', 'theme_resources.grd'),
+        os.path.join(chrome_dir, 'browser', 'browser_resources.grd'),
+        os.path.join(chrome_dir, 'common', 'common_resources.grd'),
+        os.path.join(chrome_dir, 'renderer', 'resources',
+                     'renderer_resources.grd'),
+        os.path.join(device_base_dir, 'bluetooth', 'bluetooth_strings.grd'),
+        os.path.join(device_base_dir, 'fido', 'fido_strings.grd'),
+        os.path.join(services_dir, 'services_strings.grd'),
+        os.path.join(src_dir, 'chromeos', 'chromeos_strings.grd'),
+        os.path.join(src_dir, 'extensions', 'strings',
+                     'extensions_strings.grd'),
+        os.path.join(src_dir, 'ui', 'resources', 'ui_resources.grd'),
+        os.path.join(src_dir, 'ui', 'webui', 'resources',
+                     'webui_resources.grd'),
+        os.path.join(ui_strings_dir, 'app_locale_settings.grd'),
+        os.path.join(ui_strings_dir, 'ax_strings.grd'),
+        os.path.join(ui_strings_dir, 'ui_strings.grd'),
+        os.path.join(ui_chromeos_dir, 'ui_chromeos_strings.grd'),
     ]
 
   # If no source directories were given, default them: