Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / tools / build / win / FILES.cfg
index 26081c4..7d8cc68 100644 (file)
 #           considered an error.
 
 FILES = [
-   {
+  {
     'filename': 'browser_tests.exe',
     'buildtype': ['official'],
     'archive':  'browser_tests.exe',
   },
   {
+    'filename': 'sync_integration_tests.exe',
+    'buildtype': ['official'],
+    'archive':  'sync_integration_tests.exe',
+  },
+  {
     'filename': 'ffmpegsumo.dll',
     'buildtype': ['dev', 'official'],
     'filegroup': ['default', 'symsrc'],
@@ -357,11 +362,6 @@ FILES = [
   },
   # ANGLE files:
   {
-    'filename': 'D3DCompiler_43.dll',
-    'arch': ['32bit'],
-    'buildtype': ['dev', 'official'],
-  },
-  {
     'filename': 'D3DCompiler_46.dll',
     'buildtype': ['dev', 'official'],
   },
@@ -703,6 +703,11 @@ FILES = [
     'buildtype': ['dev', 'official'],
     'archive': 'chrome-win32-syms.zip',
   },
+  # Partner API files.
+  {
+    'filename': 'gcapi_dll.dll',
+    'buildtype': ['dev', 'official'],
+  },
   # PDB files for Syzygy modified binaries. Only add to this section if you
   # know what you're doing! The build configuration has to be modified to run
   # Syzygy on the target in question before adding a staging dependency here!