if (enable_base_tracing) {
public_deps += [ "//third_party/perfetto:perfetto_test_support" ]
- public_deps += [ ":test_trace_processor" ]
- sources += [
- "test_trace_processor.cc",
- "test_trace_processor.h",
- ]
- deps += [
- ":amalgamated_perfetto_sql_stdlib",
- ":gen_cc_chrome_track_event_descriptor",
- ]
- if (is_ios) {
+ if (!is_tizen) {
+ public_deps += [ ":test_trace_processor" ]
+ sources += [
+ "test_trace_processor.cc",
+ "test_trace_processor.h",
+ ]
deps += [
- ":test_trace_processor+bundle",
- ":test_trace_processor+link",
+ ":amalgamated_perfetto_sql_stdlib",
+ ":gen_cc_chrome_track_event_descriptor",
]
+ if (is_ios) {
+ deps += [
+ ":test_trace_processor+bundle",
+ ":test_trace_processor+link",
+ ]
+ }
}
}
install -m 0644 "%{OUTPUT_FOLDER}"/locales/efl/*.pak "%{buildroot}"%{CHROMIUM_LIB_DIR}/bin/locales/
%endif
- install -m 0755 "%{OUTPUT_FOLDER}"/libtest_trace_processor.so "%{buildroot}"%{_libdir}
install -m 0755 "%{OUTPUT_FOLDER}"/efl_webprocess "%{buildroot}"%{_bindir}/
%if "%{?profile}" == "tv"
ln -s efl_webprocess "%{buildroot}"%{_bindir}/efl_pluginprocess
%{_bindir}/chrome_crashpad_handler
%endif
%{_libdir}/libchromium-ewk.so
- %{_libdir}/libtest_trace_processor.so
%{_libdir}/libewebkit2.so*
%if 0%{?__enable_squashfs_image}
%if "%{?tizen_profile_name}" == "tv"