Cmake - Remove the CONFIGURE_FILE() step for json style files. 72/222572/1
authorVictor Cebollada <v.cebollada@samsung.com>
Thu, 16 Jan 2020 07:58:23 +0000 (07:58 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Thu, 16 Jan 2020 08:03:30 +0000 (08:03 +0000)
commit9e8ddbcfae1182b9cb66592c32d5a33019d0ce49
treefda5f99db3aefe13406c245814b756fdd43d4947
parentd4c1a67996a182c59f6641b9b7ebe4b274e9ae98
Cmake - Remove the CONFIGURE_FILE() step for json style files.

* Replace the DEMO_STYLE_IMAGE_DIR var is not needed as is not
  used in any style file.

Change-Id: I9f003f4bdfa9260774d2d0696d6816b2b9a1d255
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
30 files changed:
build/tizen/CMakeLists.txt
resources/style/.gitignore [deleted file]
resources/style/animated-gradient-call-active-style.json [moved from resources/style/mobile/animated-gradient-call-active-style.json.in with 100% similarity]
resources/style/base-theme.json [moved from resources/style/base-theme.json.in with 100% similarity]
resources/style/basic-light-theme.json [moved from resources/style/mobile/basic-light-theme.json.in with 100% similarity]
resources/style/contact-cards-example-theme.json [moved from resources/style/contact-cards-example-theme.json.in with 100% similarity]
resources/style/demo-theme.json [moved from resources/style/demo-theme.json.in with 100% similarity]
resources/style/examples-theme.json [moved from resources/style/examples-theme.json.in with 100% similarity]
resources/style/mobile/animated-gradient-call-active-style.json [moved from resources/style/animated-gradient-call-active-style.json.in with 100% similarity]
resources/style/mobile/base-theme.json [moved from resources/style/mobile/base-theme.json.in with 100% similarity]
resources/style/mobile/basic-light-theme.json [moved from resources/style/basic-light-theme.json.in with 100% similarity]
resources/style/mobile/contact-cards-example-theme.json [moved from resources/style/mobile/contact-cards-example-theme.json.in with 100% similarity]
resources/style/mobile/demo-theme.json [moved from resources/style/mobile/demo-theme.json.in with 100% similarity]
resources/style/mobile/examples-theme.json [moved from resources/style/mobile/examples-theme.json.in with 100% similarity]
resources/style/mobile/progress-bar-example-theme.json [moved from resources/style/mobile/progress-bar-example-theme.json.in with 100% similarity]
resources/style/mobile/simple-example-theme.json [moved from resources/style/simple-example-theme.json.in with 100% similarity]
resources/style/mobile/style-example-theme-one.json [moved from resources/style/mobile/style-example-theme-one.json.in with 100% similarity]
resources/style/mobile/style-example-theme-three.json [moved from resources/style/style-example-theme-three.json.in with 100% similarity]
resources/style/mobile/style-example-theme-two.json [moved from resources/style/mobile/style-example-theme-two.json.in with 100% similarity]
resources/style/mobile/tests-theme.json [moved from resources/style/mobile/tests-theme.json.in with 100% similarity]
resources/style/mobile/text-editor-example-theme.json [moved from resources/style/text-editor-example-theme.json.in with 100% similarity]
resources/style/mobile/tooltip-example-theme.json [moved from resources/style/tooltip-example-theme.json.in with 100% similarity]
resources/style/progress-bar-example-theme.json [moved from resources/style/progress-bar-example-theme.json.in with 100% similarity]
resources/style/simple-example-theme.json [moved from resources/style/mobile/simple-example-theme.json.in with 100% similarity]
resources/style/style-example-theme-one.json [moved from resources/style/style-example-theme-one.json.in with 100% similarity]
resources/style/style-example-theme-three.json [moved from resources/style/mobile/style-example-theme-three.json.in with 100% similarity]
resources/style/style-example-theme-two.json [moved from resources/style/style-example-theme-two.json.in with 100% similarity]
resources/style/tests-theme.json [moved from resources/style/tests-theme.json.in with 100% similarity]
resources/style/text-editor-example-theme.json [moved from resources/style/mobile/text-editor-example-theme.json.in with 100% similarity]
resources/style/tooltip-example-theme.json [moved from resources/style/mobile/tooltip-example-theme.json.in with 100% similarity]